POST api/account/SingleAccountUpgrade
Request Information
URI Parameters
None.
Body Parameters
AccountTierUpdateRequestObjectName | Description | Type | Additional information |
---|---|---|---|
accountNumber | string |
None. |
|
accountTier | integer |
None. |
|
skipAddressVerification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "accountNumber": "sample string 1", "accountTier": 2, "skipAddressVerification": true }
application/xml, text/xml
Sample:
<AccountTierUpdateRequestObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Auth.DataLayer.Models.DTO"> <accountNumber>sample string 1</accountNumber> <accountTier>2</accountTier> <skipAddressVerification>true</skipAddressVerification> </AccountTierUpdateRequestObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.