POST api/SaveHealthPaymentINHEntry

Request Information

URI Parameters

None.

Body Parameters

Mdl_HTH_Calling_Payment
NameDescriptionTypeAdditional information
Pay_Premium

string

None.

Pay_Service_Tax

string

None.

Pay_Quot_Amount

string

None.

Pay_Amount

string

None.

Pay_Discount

string

None.

Pay_Incentive_Amount

string

None.

Pay_Dual_Amount

string

None.

Pay_Dual_Discount

string

None.

Pay_Mode

string

None.

Pay_Bank_Id

string

None.

Pay_Trans_No

string

None.

Pay_Trans_Date

string

None.

Is_Dual_Payment

string

None.

HTH_Pro_Cust_Id

string

None.

User_Id

string

None.

Cheque_File

string

None.

Selected_Quot_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pay_Premium": "sample string 1",
  "Pay_Service_Tax": "sample string 2",
  "Pay_Quot_Amount": "sample string 3",
  "Pay_Amount": "sample string 4",
  "Pay_Discount": "sample string 5",
  "Pay_Incentive_Amount": "sample string 6",
  "Pay_Dual_Amount": "sample string 7",
  "Pay_Dual_Discount": "sample string 8",
  "Pay_Mode": "sample string 9",
  "Pay_Bank_Id": "sample string 10",
  "Pay_Trans_No": "sample string 11",
  "Pay_Trans_Date": "sample string 12",
  "Is_Dual_Payment": "sample string 13",
  "HTH_Pro_Cust_Id": "sample string 14",
  "User_Id": "sample string 15",
  "Cheque_File": "sample string 16",
  "Selected_Quot_Id": "sample string 17"
}

application/xml, text/xml

Sample:
<Mdl_HTH_Calling_Payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Cheque_File>sample string 16</Cheque_File>
  <HTH_Pro_Cust_Id>sample string 14</HTH_Pro_Cust_Id>
  <Is_Dual_Payment>sample string 13</Is_Dual_Payment>
  <Pay_Amount>sample string 4</Pay_Amount>
  <Pay_Bank_Id>sample string 10</Pay_Bank_Id>
  <Pay_Discount>sample string 5</Pay_Discount>
  <Pay_Dual_Amount>sample string 7</Pay_Dual_Amount>
  <Pay_Dual_Discount>sample string 8</Pay_Dual_Discount>
  <Pay_Incentive_Amount>sample string 6</Pay_Incentive_Amount>
  <Pay_Mode>sample string 9</Pay_Mode>
  <Pay_Premium>sample string 1</Pay_Premium>
  <Pay_Quot_Amount>sample string 3</Pay_Quot_Amount>
  <Pay_Service_Tax>sample string 2</Pay_Service_Tax>
  <Pay_Trans_Date>sample string 12</Pay_Trans_Date>
  <Pay_Trans_No>sample string 11</Pay_Trans_No>
  <Selected_Quot_Id>sample string 17</Selected_Quot_Id>
  <User_Id>sample string 15</User_Id>
</Mdl_HTH_Calling_Payment>

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>