POST api/utility/email/verify-email-change
Request Information
URI Parameters
None.
Body Parameters
VerifyInfoName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "75e08fe7-3856-4b86-8f96-c777bf9036dc", "Data": "sample string 2" }
application/xml, text/xml
Sample:
<VerifyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Communication.Models"> <CustomerId>75e08fe7-3856-4b86-8f96-c777bf9036dc</CustomerId> <Data>sample string 2</Data> </VerifyInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObjectName | Description | Type | Additional information |
---|---|---|---|
Content | Object |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.