POST api/CompanyRegistration/MobileData
Request Information
URI Parameters
None.
Body Parameters
OTPVerification| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CMobileNo | string |
None. |
|
| OtpNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CMobileNo": "sample string 2",
"OtpNo": "sample string 3"
}
application/xml, text/xml
Sample:
<OTPVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CardOrderBilling.Models"> <CMobileNo>sample string 2</CMobileNo> <Id>1</Id> <OtpNo>sample string 3</OtpNo> </OTPVerification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Response": {}
}
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CardOrderBilling.Models"> <Message>sample string 2</Message> <Response /> <Status>1</Status> </ResultModel>