POST payments/qpay/DeleteInvoice?InvoiceId={InvoiceId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InvoiceId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": {} }