POST VerificationWithCode
Request Information
URI Parameters
None.
Body Parameters
VerificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| verificationId | string |
None. |
|
| accepted | boolean |
None. |
|
| code | string |
None. |
|
| TPin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"verificationId": "sample string 1",
"accepted": true,
"code": "sample string 3",
"TPin": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.