DELETE api/Operation/Void/{idTransaction}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idTransaction | integer |
Required |
Body Parameters
WorkStation| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompany | string |
None. |
|
| IdStore | integer |
None. |
|
| IdPos | integer |
None. |
|
| Active | integer |
None. |
|
| Type | string |
None. |
|
| Token | globally unique identifier |
None. |
|
| TokenExpiration | date |
None. |
|
| LocalOperator | string |
None. |
|
| Tenant | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCompany": "sample string 1",
"IdStore": 2,
"IdPos": 3,
"Active": 4,
"Type": "sample string 5",
"Token": "9aae2eeb-ec25-4c9f-b2af-12234725f623",
"TokenExpiration": "2026-07-23T13:07:09.1161882+02:00",
"LocalOperator": "sample string 8",
"Tenant": "sample string 9"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.