POST api/Mobile/ChangeAccount?accountId={accountId}&countryId={countryId}

Sets the current account for the user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

Account id

globally unique identifier

Required

countryId

Country

string

Required

Body Parameters

None.

Response Information

Resource Description

True if the account was set, false if not

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>