- A sale point send a request to delete a cashier account (request deleteCashier)
- API Billon send a success or error response
The request is sent via the POST method to: https:/billon.io/request/moneykey/deleteCashier
Request: Deleting a cashier account
Parametr | Typ danych | Opis |
Timestamp | String | GMT time in YYYYMMDDhhmmss form – for example 20171031104530. If timestamp has already been used, API will return error 13. |
Sale_Point_ID | String | Sale point ID |
Cashier_Login | String | Cashier Login |
Hash | String | The method for generating this value is described on the ‘Safety’ page |
Response: request status
Parametr | Typ danych | Opis |
Status | String | ‘OK’ in case of success and ‘ERROR’ in case of error |
Unique_Response_ID | String | Unique ID of Billon API response |
ERR_Code | String | Error code (parameter empty in case of success) |
ERR_Description | String | Error description (parameter empty in case of success) |
Hash | String | The method for verifying this parameter is described on the ‘Security’ page |