POST services/api/rest/v1/Get_CategoryForRelease
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestCategoryReleaseRelease| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
|
| CategoryCode | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CategoryId": 1,
"CategoryName": "sample string 2",
"CategoryCode": "sample string 3",
"LocId": 4
},
{
"CategoryId": 1,
"CategoryName": "sample string 2",
"CategoryCode": "sample string 3",
"LocId": 4
}
]