POST api/complaint/otpvalidate
Request Information
URI Parameters
None.
Body Parameters
ValidModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cmp_id | integer |
None. |
|
| cmp_otp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cmp_id": 1,
"cmp_otp": 2
}
application/xml, text/xml
Sample:
<ValidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComplaintBoxAPI.Models"> <cmp_id>1</cmp_id> <cmp_otp>2</cmp_otp> </ValidModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.