POST services/api/rest/v1/Get_CounterDetails_ForLogin

Request Information

URI Parameters

None.

Body Parameters

Rest_CustomFilter
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Type

integer

None.

ActualInvNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2,
  "Type": 3,
  "ActualInvNo": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestCashierLogin_Master
NameDescriptionTypeAdditional information
CounterId

integer

None.

CounterOpenStatus

boolean

None.

CounterOpenId

integer

None.

CashierId

integer

None.

LocationId

integer

None.

CashierList

Collection of RestCashierLogin_Sub

None.

Response Formats

application/json, text/json

Sample:
{
  "CounterId": 1,
  "CounterOpenStatus": true,
  "CounterOpenId": 3,
  "CashierId": 4,
  "LocationId": 5,
  "CashierList": [
    {
      "CashierId": 1,
      "Name": "sample string 2"
    },
    {
      "CashierId": 1,
      "Name": "sample string 2"
    }
  ]
}