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