POST lineitemCancel/isCancellationPossible
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
InEligibleLineitemsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| lineItemIdList | Collection of integer |
None. |
|
| result | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"lineItemIdList": [
1,
2
],
"result": true
}