POST api/purchasepayment/save
Request Information
URI Parameters
None.
Body Parameters
PurchasePaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | string |
None. |
|
| Paymentdate | date |
None. |
|
| Paymentmode | string |
None. |
|
| Ref | string |
None. |
|
| Paymentamount | decimal number |
None. |
|
| transid | string |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillNo": "sample string 1",
"Paymentdate": "2026-08-11T19:45:29.7462676-07:00",
"Paymentmode": "sample string 3",
"Ref": "sample string 4",
"Paymentamount": 5.0,
"transid": "sample string 6",
"status": 7
}
application/xml, text/xml
Sample:
<PurchasePaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webapp2.Controllers"> <BillNo>sample string 1</BillNo> <Paymentamount>5</Paymentamount> <Paymentdate>2026-08-11T19:45:29.7462676-07:00</Paymentdate> <Paymentmode>sample string 3</Paymentmode> <Ref>sample string 4</Ref> <status>7</status> <transid>sample string 6</transid> </PurchasePaymentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.