GET api/SalesDocumentHold/{Sales_Doc_Type}/{Sales_Doc_Num}/{Hold_Code}
Get SalesDocumentHold requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Sales_Doc_Type | No documentation available. |
Define this parameter in the request URI. |
| Sales_Doc_Num | No documentation available. |
Define this parameter in the request URI. |
| Hold_Code | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Sales_Doc_Type": "sample string 1",
"Sales_Doc_Num": "sample string 2",
"Hold_Code": "sample string 3",
"Is_Deleted": true,
"User_ID": "sample string 4",
"Last_Update_On": "2025-11-09T05:54:25.79-06:00",
"Cant_Transfer": true,
"Cant_Post": true,
"Cant_Fulfill": true,
"Cant_Print": true,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}