2.4.2. Query string parameters
Parameter | Description | type | Is it Mandatory to complete the field? |
employeeName | Full name of the cashier | string | |
pincode | pin code (optional) | string |
Code:​
{
"employeeName": "string, cashier's full name",
"pincode": "string, PIN code (optional)"
}