POST api/utility/email/verify-email-change
Request Information
URI Parameters
None.
Body Parameters
VerifyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "363c3002-0556-469e-a5a6-73366651b01d",
"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>363c3002-0556-469e-a5a6-73366651b01d</CustomerId> <Data>sample string 2</Data> </VerifyInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObject| Name | 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.