POST api/form/request-email-code
Request Information
URI Parameters
None.
Body Parameters
EmailCodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1"
}
application/octet-stream
Sample:
{"email":"sample string 1"}
application/xml, text/xml
Sample:
<EmailCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Mx.Api.MRM.Validation.Requests"> <email>sample string 1</email> </EmailCodeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfNullableOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | globally unique identifier |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": "487c470e-a421-478f-b576-4deb1cc2b7a0",
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":"487c470e-a421-478f-b576-4deb1cc2b7a0","message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfNullableOfguid5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response"> <Data>487c470e-a421-478f-b576-4deb1cc2b7a0</Data> <Message>sample string 1</Message> </ResponseResultOfNullableOfguid5F2dSckg>