LoginCashier

Description

This method is used to allow user to get authorization from POS for further communication

Paths

Example

Example request object

{
  "EmployeePin": 0,
  "RFID": "string_example",
  "CardNo": "string_example",
  "IncludeConfiguration": null,
  "PointOfSaleId": "00000000-0000-0000-0000-000000000000",
  "SalesZoneId": "00000000-0000-0000-0000-000000000000",
  "MacId": "string_example",
  "EmployeeId": null,
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "Data": {
    "EmployeeConfiguration": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "Name": null,
      "IsOrderIntakeAllowed": false,
      "IsPaymentAllowed": false,
      "CanAssignOrder": false,
      "EmployeeType": 0,
      "CurrentEmployeeShiftConfiguration": null,
      "CanChangeOrder": false,
      "EmployeeAllowAllTableSales": false,
      "EmployeeAllowTableChanges": false,
      "ParametersAllowTableChanges": false,
      "EmployeeAllowViewShiftInfo": false,
      "AllowDiscounts": false,
      "EmployeeAllowDiscounts": false,
      "CanDeleteArticles": false
    },
    "MenuConfiguration": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "Name": null,
      "PosMenuCollection": null,
      "DefaultCustomerId": "00000000-0000-0000-0000-000000000000"
    },
    "SalesShiftId": "00000000-0000-0000-0000-000000000000"
  },
  "Result": false,
  "ErrorCode": "string_example"
}

ShouldBeExecuted

Postdata

Response