POST api/GarageRequestAccept/GarageVerifyOtp
Request Information
URI Parameters
None.
Body Parameters
OtpVerifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GarageId | integer |
None. |
|
| RequestId | integer |
None. |
|
| Otp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GarageId": 1,
"RequestId": 2,
"Otp": "sample string 3"
}
application/xml, text/xml
Sample:
<OtpVerifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <GarageId>1</GarageId> <Otp>sample string 3</Otp> <RequestId>2</RequestId> </OtpVerifyModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OtpVerifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GarageId | integer |
None. |
|
| RequestId | integer |
None. |
|
| Otp | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GarageId": 1,
"RequestId": 2,
"Otp": "sample string 3"
}
application/xml, text/xml
Sample:
<OtpVerifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <GarageId>1</GarageId> <Otp>sample string 3</Otp> <RequestId>2</RequestId> </OtpVerifyModel>