POST api/SendHealthMultipleQuotSMS

Request Information

URI Parameters

None.

Body Parameters

Collection of Mdl_HTH_Calling_Quot_SMS
NameDescriptionTypeAdditional information
HTH_Pro_Quot_Id

string

None.

HTH_Pro_Cust_Id

string

None.

User_Id

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "HTH_Pro_Quot_Id": "sample string 1",
    "HTH_Pro_Cust_Id": "sample string 2",
    "User_Id": "sample string 3"
  },
  {
    "HTH_Pro_Quot_Id": "sample string 1",
    "HTH_Pro_Cust_Id": "sample string 2",
    "User_Id": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMdl_HTH_Calling_Quot_SMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Mdl_HTH_Calling_Quot_SMS>
    <HTH_Pro_Cust_Id>sample string 2</HTH_Pro_Cust_Id>
    <HTH_Pro_Quot_Id>sample string 1</HTH_Pro_Quot_Id>
    <User_Id>sample string 3</User_Id>
  </Mdl_HTH_Calling_Quot_SMS>
  <Mdl_HTH_Calling_Quot_SMS>
    <HTH_Pro_Cust_Id>sample string 2</HTH_Pro_Cust_Id>
    <HTH_Pro_Quot_Id>sample string 1</HTH_Pro_Quot_Id>
    <User_Id>sample string 3</User_Id>
  </Mdl_HTH_Calling_Quot_SMS>
</ArrayOfMdl_HTH_Calling_Quot_SMS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>