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": "29fc3fab-bfaa-42f6-bff2-0c6b7e5f4fc9",
"TokenExpiration": "2025-12-15T19:59:07.5035135+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.