PUT api/SendQoutationSms/sendinOneMsg/{Is_From_INH}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Is_From_INH | string |
Required |
Body Parameters
MdlQuotIdList| Name | Description | Type | Additional information |
|---|---|---|---|
| Pro_Quote_Id | string |
None. |
|
| Pro_Cust_Id | string |
None. |
|
| User_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pro_Quote_Id": "sample string 1",
"Pro_Cust_Id": "sample string 2",
"User_Id": "sample string 3"
}
application/xml, text/xml
Sample:
<MdlQuotIdList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Controllers"> <Pro_Cust_Id>sample string 2</Pro_Cust_Id> <Pro_Quote_Id>sample string 1</Pro_Quote_Id> <User_Id>sample string 3</User_Id> </MdlQuotIdList>
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>