POST api/Account/EditEmailAddress
Request Information
URI Parameters
None.
Body Parameters
ChangeEmailAddressName | Description | Type | Additional information |
---|---|---|---|
OldEmailAddress | string |
None. |
|
NewEmailAddress | string |
None. |
|
BSCustomerID | string |
None. |
|
CompanyID | integer |
None. |
|
IsProfile | boolean |
None. |
|
PortalID | string |
None. |
|
CheckedAll | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OldEmailAddress": "sample string 1", "NewEmailAddress": "sample string 2", "BSCustomerID": "sample string 3", "CompanyID": 4, "IsProfile": true, "PortalID": "sample string 6", "CheckedAll": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1