POST services/api/rest/v1/Get_RestCourseTypeListForItemManagement
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 Rest_CourseTypeForItemManagement_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CourseType": "sample string 1"
},
{
"CourseType": "sample string 1"
}
]