POST api/paycoll/SaveEndorsementPaymentCollection

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pay_Coll_Exec
NameDescriptionTypeAdditional information
Pay_Coll_Exec_Id

integer

None.

Pro_Cust_Id

integer

None.

Payment_Id

integer

None.

Received_Status

integer

None.

Pro_Request_Endorsement_Id

integer

None.

User_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pay_Coll_Exec_Id": 1,
  "Pro_Cust_Id": 2,
  "Payment_Id": 3,
  "Received_Status": 4,
  "Pro_Request_Endorsement_Id": 5,
  "User_Id": "sample string 6"
}

application/xml, text/xml

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

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>