POST api/CheckValidation
Request Information
URI Parameters
None.
Body Parameters
CheckValidationName | Description | Type | Additional information |
---|---|---|---|
mobile | string |
None. |
|
code | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "mobile": "sample string 1", "code": 2 }
application/xml, text/xml
Sample:
<CheckValidation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <code>2</code> <mobile>sample string 1</mobile> </CheckValidation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.