PUT POS/Sales/Holds Try Now
Updates the hold request.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The hold request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None.
|
|
| HoldRequestId | string |
None.
|
|
| ExternalOrderNumber | string |
None.
|
|
| Notes | string |
None.
|
|
| Duration | integer |
None.
|
|
| ExpectedHoldDate | date |
None.
|
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "",
"HoldRequestId": "",
"ExternalOrderNumber": "",
"Notes": "",
"Duration": 1,
"ExpectedHoldDate": "2025-10-30T09:53"
}
Response Information
Resource Description
string
Response Formats
application/json, text/json
Sample:
""