POST api/operation/VoidPosTransaction/{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": "f89a5113-d141-4040-9fee-d438f8207ac0",
"TokenExpiration": "2025-12-15T20:01:41.5640419+01:00",
"LocalOperator": "sample string 8",
"Tenant": "sample string 9"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.