POST api/{apiVersion}/UserAccount/SetEmailAddress

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

SetEmailAddressRequest
NameDescriptionTypeAdditional information
SystemUserId

globally unique identifier

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemUserId": "2807b983-cfc1-4764-b39f-0ed099eda727",
  "EmailAddress": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfBoolean
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

boolean

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": true,
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}