POST PaymentTransactions/Remove
Request Information
URI Parameters
None.
Body Parameters
PaymentTransactions| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| ReceiptID | integer |
None. |
|
| PaymentDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| PaymentMethod | string |
None. |
|
| Note | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactionID": 1,
"CustomerID": 2,
"ReceiptID": 3,
"PaymentDate": "2026-02-24T18:49:45.0129377+07:00",
"Amount": 5.0,
"PaymentMethod": "sample string 6",
"Note": "sample string 7",
"CreatedOn": "2026-02-24T18:49:45.0129377+07:00",
"CreatedBy": "sample string 8",
"ModifiedOn": "2026-02-24T18:49:45.0129377+07:00",
"ModifiedBy": "sample string 9"
}
application/xml, text/xml
Sample:
<PaymentTransactions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PongOi.Api.Models"> <Amount>5</Amount> <CreatedBy>sample string 8</CreatedBy> <CreatedOn>2026-02-24T18:49:45.0129377+07:00</CreatedOn> <CustomerID>2</CustomerID> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedOn>2026-02-24T18:49:45.0129377+07:00</ModifiedOn> <Note>sample string 7</Note> <PaymentDate>2026-02-24T18:49:45.0129377+07:00</PaymentDate> <PaymentMethod>sample string 6</PaymentMethod> <ReceiptID>3</ReceiptID> <TransactionID>1</TransactionID> </PaymentTransactions>
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.