POST api/Station/GetStationIDByToken
Request Information
URI Parameters
None.
Body Parameters
InvSn| Name | Description | Type | Additional information |
|---|---|---|---|
| Sn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sn": "sample string 1"
}
application/xml, text/xml
Sample:
<InvSn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppService.Models.ITO"> <Sn>sample string 1</Sn> </InvSn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| TotalCount | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.