PUT POS/Sales/Holds Try Now

Updates the hold request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The hold request.

NameDescriptionTypeAdditional 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": "2024-04-02T14:14"
}

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
""