POST Delete Payment
Delete Payment by Check Id
URI template
v1/checks/{storeIdentifier}/{checkId}/deletePaymentRequest Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| storeIdentifier | integer |
Required |
Hasp key number of the site which order will be modified |
| checkId | string |
Required |
ID used to identify the check. |
Body Parameters
Information that identifies the order and promo to apply.
DeletePaymentRequest| Name | Type | Additional information | Description |
|---|---|---|---|
| ManagerId | string |
None. |
Identifier for the manager that will be applied to the order. |
| EmployeeId | string |
None. |
Identifier for the employee that will be applied to the order. |
| QueueId | string |
None. |
Identifier of the queue which will be modified |
| TableId | string |
None. |
Identifier of the table which will be modified |
| TenderId | string |
None. |
Identifier for the tender that will be applied to the order. |
| PaymentId | string |
Required |
Identifier for the payment that will be applied to the order. |
| SiteId | string |
None. |
Identifier for the site that will be applied to the order. |
Request Formats
application/xml, text/xml
Sample:
<DeletePaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoreConnect.MpApi.Requests"> <EmployeeId>sample string 2</EmployeeId> <ManagerId>sample string 1</ManagerId> <PaymentId>sample string 6</PaymentId> <QueueId>sample string 3</QueueId> <SiteId>sample string 7</SiteId> <TableId>sample string 4</TableId> <TenderId>sample string 5</TenderId> </DeletePaymentRequest>
Response Information
Resource Description
DeletePaymentResponse| Name | Type | Additional information | Description |
|---|---|---|---|
| ApiResult | StoreApiResponse |
None. |
The result returned by the Api |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.