POST api/insertPayCollExecutiveHealth

Request Information

URI Parameters

None.

Body Parameters

MdlHTHPaymentCollection
NameDescriptionTypeAdditional information
HTH_Pro_Cust_Id

string

None.

Payment_Id

string

None.

AddOn_Payment_Id

string

None.

Received_Status

string

None.

User_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HTH_Pro_Cust_Id": "sample string 1",
  "Payment_Id": "sample string 2",
  "AddOn_Payment_Id": "sample string 3",
  "Received_Status": "sample string 4",
  "User_Id": "sample string 5"
}

application/xml, text/xml

Sample:
<MdlHTHPaymentCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <AddOn_Payment_Id>sample string 3</AddOn_Payment_Id>
  <HTH_Pro_Cust_Id>sample string 1</HTH_Pro_Cust_Id>
  <Payment_Id>sample string 2</Payment_Id>
  <Received_Status>sample string 4</Received_Status>
  <User_Id>sample string 5</User_Id>
</MdlHTHPaymentCollection>

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>