© 2024 Clarivate
PUT /api/.../polineitems/{id}/segments?action=split
Split receive a purchase order line item segment.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the purchase order line item. |
action | String | Yes. Value should be 'split' | action identifier |
DtoSegmentSplitData | PO line segment split data | Yes | Define this parameter in the request body. |
Property | Type | Nullable | Description |
---|---|---|---|
POLineItemSegmentID | Integer | No | POLI segment identifier. |
QuantRec | Integer | Yes | Quantity to be received. |
{
"POLineItemSegmentID":102532,
"QuantRec":1
}
Returns a result object with a success or failure message (Message).
{
"Success": true,
"Message": "The purchase order line item segments were received successfully "
}
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|
404 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (), CR_PurchaseOrders_Access (based on owner ID), CR_PurchaseOrders_ReleaseReceiveCancelClosePO (based on owner ID)