POST api/insertPaymentDetails

Request Information

URI Parameters

None.

Body Parameters

PaymentDetailsModel
NameDescriptionTypeAdditional information
Du_Cust_Id

string

None.

Inh_Cust_Id

string

None.

Payment_Mode

string

None.

Quot_Amt

string

None.

Trans_Date

string

None.

Trans_Bank

string

None.

Trans_No

string

None.

storeUserId

string

None.

Net_Amount

string

None.

Service_Tax

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Du_Cust_Id": "sample string 1",
  "Inh_Cust_Id": "sample string 2",
  "Payment_Mode": "sample string 3",
  "Quot_Amt": "sample string 4",
  "Trans_Date": "sample string 5",
  "Trans_Bank": "sample string 6",
  "Trans_No": "sample string 7",
  "storeUserId": "sample string 8",
  "Net_Amount": "sample string 9",
  "Service_Tax": "sample string 10"
}

application/xml, text/xml

Sample:
<PaymentDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Du_Cust_Id>sample string 1</Du_Cust_Id>
  <Inh_Cust_Id>sample string 2</Inh_Cust_Id>
  <Net_Amount>sample string 9</Net_Amount>
  <Payment_Mode>sample string 3</Payment_Mode>
  <Quot_Amt>sample string 4</Quot_Amt>
  <Service_Tax>sample string 10</Service_Tax>
  <Trans_Bank>sample string 6</Trans_Bank>
  <Trans_Date>sample string 5</Trans_Date>
  <Trans_No>sample string 7</Trans_No>
  <storeUserId>sample string 8</storeUserId>
</PaymentDetailsModel>

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>