POST api/mobile/gettoken
Get Token
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AuthTokenModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LastClientBusinessUnitId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
LastClientBusinessUnitName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "d77c15a2-fb3e-406b-b9b8-ace3ea279d28", "LastClientBusinessUnitId": "7fb02fc9-6cd6-4c92-bd8e-f037aca8e96f", "UserName": "sample string 2", "LastClientBusinessUnitName": "sample string 3" }
application/xml, text/xml
Sample:
<AuthTokenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Deufol.CPCNL.BLL.Models.ApiModels"> <Id>d77c15a2-fb3e-406b-b9b8-ace3ea279d28</Id> <LastClientBusinessUnitId>7fb02fc9-6cd6-4c92-bd8e-f037aca8e96f</LastClientBusinessUnitId> <LastClientBusinessUnitName>sample string 3</LastClientBusinessUnitName> <UserName>sample string 2</UserName> </AuthTokenModel>