POST api/BrandBox/UpdateAccountInfo

Request Information

URI Parameters

None.

Body Parameters

AccountDTO
NameDescriptionTypeAdditional information
UserProfileID

string

None.

AccountNumber

string

None.

Password

string

None.

SecurityQuestion

string

None.

SecurityAnswer

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserProfileID": "sample string 1",
  "AccountNumber": "sample string 2",
  "Password": "sample string 3",
  "SecurityQuestion": "sample string 4",
  "SecurityAnswer": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AccountDTO'.

Response Information

Resource Description

IBTResponseDTO
NameDescriptionTypeAdditional information
Status

Response

None.

Message

string

None.

ResponseObject

Object

None.

AuthorizationSet

AuthorizationDTO

None.

User

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.