POST services/api/rest/v1/Get_TypeCategoryByType
Request Information
URI Parameters
None.
Body Parameters
Type_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"LocId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Rest_TypeCategory_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| TypeName | string |
None. |
|
| Type | integer |
None. |
|
| LocId | integer |
None. |
|
| Remark | string |
None. |
|
| Description | string |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"TypeName": "sample string 3",
"Type": 4,
"LocId": 5,
"Remark": "sample string 6",
"Description": "sample string 7",
"ExtraField1": "sample string 8",
"ExtraField2": "sample string 9",
"UserId": 10
},
{
"Id": 1,
"Name": "sample string 2",
"TypeName": "sample string 3",
"Type": 4,
"LocId": 5,
"Remark": "sample string 6",
"Description": "sample string 7",
"ExtraField1": "sample string 8",
"ExtraField2": "sample string 9",
"UserId": 10
}
]