POST api/common/SendOtpForVehicleSold
Request Information
URI Parameters
None.
Body Parameters
MdlVehicleSoldOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| Customer_Id | string |
None. |
|
| DU_Veh_Id | string |
None. |
|
| INH_Veh_Id | string |
None. |
|
| User_Id | string |
None. |
|
| Pro_Cust_Id | string |
None. |
|
| Insurance_Id | string |
None. |
|
| Is_From_INH | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Customer_Id": "sample string 1",
"DU_Veh_Id": "sample string 2",
"INH_Veh_Id": "sample string 3",
"User_Id": "sample string 4",
"Pro_Cust_Id": "sample string 5",
"Insurance_Id": "sample string 6",
"Is_From_INH": "sample string 7"
}
application/xml, text/xml
Sample:
<MdlVehicleSoldOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Customer_Id>sample string 1</Customer_Id> <DU_Veh_Id>sample string 2</DU_Veh_Id> <INH_Veh_Id>sample string 3</INH_Veh_Id> <Insurance_Id>sample string 6</Insurance_Id> <Is_From_INH>sample string 7</Is_From_INH> <Pro_Cust_Id>sample string 5</Pro_Cust_Id> <User_Id>sample string 4</User_Id> </MdlVehicleSoldOTP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>