POST api/v1/login/authorizations/account-switch/token
Request Information
URI Parameters
None.
Body Parameters
SwitchUserAccountsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorizedCustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthorizedCustomerId": "bbde37e5-9199-4d89-a8dd-f33e6fe50bf8"
}
application/xml, text/xml
Sample:
<SwitchUserAccountsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.Login"> <AuthorizedCustomerId>bbde37e5-9199-4d89-a8dd-f33e6fe50bf8</AuthorizedCustomerId> </SwitchUserAccountsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.