POST services/api/rest/v1/Get_UserLoginDetails
Request Information
URI Parameters
None.
Body Parameters
CashierLogin_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| CashierId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| CounterId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"CashierId": 2,
"Username": "sample string 3",
"Password": "sample string 4",
"CounterId": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestCashierLogin_View| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CounterId": 1,
"Username": "sample string 2",
"Password": "sample string 3"
}