POST api/utility/email/send-change-verification
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": "c2b0d855-d21f-48f0-8746-db48ede7c3a4", "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>c2b0d855-d21f-48f0-8746-db48ede7c3a4</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.