POST services/api/v1/Update_PurchaseReturnStatus
Request Information
URI Parameters
None.
Body Parameters
Id_LocationID_status| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| LocationId | integer |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"LocationId": 2,
"status": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Id_LocationID_status| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| LocationId | integer |
None. |
|
| status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"LocationId": 2,
"status": 3
}