POST api/Admin/GetSalesManList
Get Sales Man List
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
beData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "PassKey": "sample string 2", "Lat": 3.1, "Lon": 4.1, "GPSLocation": "sample string 5", "DeviceId": "sample string 6" }
application/xml, text/xml
Sample:
<TokenPassKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalesOrderAPI.Models.Global"> <DeviceId>sample string 6</DeviceId> <GPSLocation>sample string 5</GPSLocation> <Lat>3.1</Lat> <Lon>4.1</Lon> <PassKey>sample string 2</PassKey> <Token>sample string 1</Token> </TokenPassKey>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.