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": "ff4fc648-581f-4b00-a0ee-e71bca1a0239", "LastClientBusinessUnitId": "3d023a87-80f3-4844-97f7-6b5a4fdb39fc", "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>ff4fc648-581f-4b00-a0ee-e71bca1a0239</Id> <LastClientBusinessUnitId>3d023a87-80f3-4844-97f7-6b5a4fdb39fc</LastClientBusinessUnitId> <LastClientBusinessUnitName>sample string 3</LastClientBusinessUnitName> <UserName>sample string 2</UserName> </AuthTokenModel>