GET api/ERP/Jobs/GetAllDispatchLocationsCBX
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DispatchLocationTypeName | Description | Type | Additional information |
---|---|---|---|
LocationID | integer |
None. |
|
LocationName | string |
None. |
|
IsInactive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LocationID": 1, "LocationName": "sample string 2", "IsInactive": true }, { "LocationID": 1, "LocationName": "sample string 2", "IsInactive": true } ]
application/xml, text/xml
Sample:
<ArrayOfDataTypes.DispatchLocationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.ERP"> <DataTypes.DispatchLocationType> <IsInactive>true</IsInactive> <LocationID>1</LocationID> <LocationName>sample string 2</LocationName> </DataTypes.DispatchLocationType> <DataTypes.DispatchLocationType> <IsInactive>true</IsInactive> <LocationID>1</LocationID> <LocationName>sample string 2</LocationName> </DataTypes.DispatchLocationType> </ArrayOfDataTypes.DispatchLocationType>