DELETE v1/Payments/{id}
Delete a Payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The payment record Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultItemName | Description | Type | Additional information |
---|---|---|---|
Success |
True if the record was successfully inserted or updated. |
boolean |
None. |
Id |
The record Id. |
integer |
None. |
Code |
The record code. |
string |
None. |
Errors |
A list of errors if the insert or update fails. |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "index": 0, "success": true, "id": 1, "code": "SALE4-28", "errors": [] }