GET api/ERP/Jobs/GetDispatchLocation?locID={locID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
locID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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 }
application/xml, text/xml
Sample:
<DataTypes.DispatchLocationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.ERP"> <IsInactive>true</IsInactive> <LocationID>1</LocationID> <LocationName>sample string 2</LocationName> </DataTypes.DispatchLocationType>