POST api/v1/PaymentReceiptTranSave

Request Information

URI Parameters

None.

Body Parameters

PaymentRcvdTranSaveInput
NameDescriptionTypeAdditional information
Mode

string

None.

MRID

integer

None.

Refno

string

None.

BillAmount

decimal number

None.

RcvdModeID

integer

None.

InvoiceID

integer

None.

DebtorID

integer

None.

DC_Charge

decimal number

None.

DC_PaymentModeID

integer

None.

UserApprovedID

integer

None.

ReceiptType

string

None.

JsonPayment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "MRID": 2,
  "Refno": "sample string 3",
  "BillAmount": 4.0,
  "RcvdModeID": 5,
  "InvoiceID": 6,
  "DebtorID": 7,
  "DC_Charge": 8.0,
  "DC_PaymentModeID": 9,
  "UserApprovedID": 10,
  "ReceiptType": "sample string 11",
  "JsonPayment": "sample string 12"
}

application/xml, text/xml

Sample:
<PaymentRcvdTranSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <BillAmount>4</BillAmount>
  <DC_Charge>8</DC_Charge>
  <DC_PaymentModeID>9</DC_PaymentModeID>
  <DebtorID>7</DebtorID>
  <InvoiceID>6</InvoiceID>
  <JsonPayment>sample string 12</JsonPayment>
  <MRID>2</MRID>
  <Mode>sample string 1</Mode>
  <RcvdModeID>5</RcvdModeID>
  <ReceiptType>sample string 11</ReceiptType>
  <Refno>sample string 3</Refno>
  <UserApprovedID>10</UserApprovedID>
</PaymentRcvdTranSaveInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaymentRcvdTranSaveInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.