POST api/SaveHealthCoverVerify

Request Information

URI Parameters

None.

Body Parameters

MdlHTHCovernote
NameDescriptionTypeAdditional information
HTH_Pro_Cust_Id

string

None.

User_Id

string

None.

Covernote_File

string

None.

Cover_Verify_By_Id

string

None.

Covernote_No

string

None.

Cover_Verify_Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HTH_Pro_Cust_Id": "sample string 1",
  "User_Id": "sample string 2",
  "Covernote_File": "sample string 3",
  "Cover_Verify_By_Id": "sample string 4",
  "Covernote_No": "sample string 5",
  "Cover_Verify_Status": "sample string 6"
}

application/xml, text/xml

Sample:
<MdlHTHCovernote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Cover_Verify_By_Id>sample string 4</Cover_Verify_By_Id>
  <Cover_Verify_Status>sample string 6</Cover_Verify_Status>
  <Covernote_File>sample string 3</Covernote_File>
  <Covernote_No>sample string 5</Covernote_No>
  <HTH_Pro_Cust_Id>sample string 1</HTH_Pro_Cust_Id>
  <User_Id>sample string 2</User_Id>
</MdlHTHCovernote>

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>