PUT POS/PurchaseOrders/Items/MarkInhand Try Now
Marks purchase order as in hand.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The mark as in hand request.
Collection of MarkAsInHandRequest
Name | Description | Type | Additional information |
---|---|---|---|
purchaseOrderId |
Purchase Order Identifier
|
string |
None.
|
purchaseOrderItemId |
Purchase Order Item Identifier
|
string |
None.
|
InHandDetails |
InHand details
|
InHandDetails |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "purchaseOrderId": "", "purchaseOrderItemId": "", "InHandDetails": { "InHandStatus": "Any", "InHandDays": 1, "InHandDate": "2024-11-29T02:05" } } ]
Response Information
Resource Description
None.