PUT POS/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/MarkInHand Try Now
Marks Purchase order Item inhand.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| purchaseOrderItemId |
The purchase order item identifier.
|
string |
Required
|
Body Parameters
The in hand details.
| Name | Description | Type | Additional information |
|---|---|---|---|
| InHandStatus |
The inHand status.
|
InHandStatus |
Required
|
| InHandDays |
The inHand days.
|
integer |
Optional - Only required when InHandStatus is InHandDays
|
| InHandDate |
The inHand date.
|
date |
Optional - Only required when InHandStatus is InHandDate
|
Request Formats
application/json, text/json
Sample:
{
"InHandStatus": "Any",
"InHandDays": 1,
"InHandDate": "2025-10-30T08:24"
}
Response Information
Resource Description
None.