POST api/Login/WorkStationLogin
Request Information
URI Parameters
None.
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": "4e43d696-1773-497d-a093-464cd85a9124",
"TokenExpiration": "2026-02-07T18:06:40.0489558+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.