PUT POS/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/MarkInHand Try Now

Marks Purchase order Item inhand.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required
purchaseOrderItemId
The purchase order item identifier.
string
Required

Body Parameters

The in hand details.

NameDescriptionTypeAdditional 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": "2024-04-27T04:29"
}

Response Information

Resource Description

None.