POST api/Service3/GetToken
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetTokenResName | Description | Type | Additional information |
---|---|---|---|
token | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "token": "sample string 1" }
text/html
Sample:
{"token":"sample string 1"}
application/xml, text/xml
Sample:
<GetTokenRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/selfcare.Models"> <token>sample string 1</token> </GetTokenRes>