POST services/api/rest/v1/Get_ReasonsById
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestReasons_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Type | integer |
None. |
|
| TypeName | string |
None. |
|
| Remark | string |
None. |
|
| LocId | integer |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
|
| IsDamage | boolean |
None. |
|
| UserId | integer |
None. |
|
| TypeDetailId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Type": 4,
"TypeName": "sample string 5",
"Remark": "sample string 6",
"LocId": 7,
"ExtraField1": "sample string 8",
"ExtraField2": "sample string 9",
"IsDamage": true,
"UserId": 11,
"TypeDetailId": 12
}