interface address | hostname/openapi/v1/cashierOpenApi/queryAllCashier | ||
Request header | User-Agent: openApi Content-Type: application/json; charset=utf-8 Accept-encoding: gzip,deflate Time-stamp: 1437528688233 Data-signature: BF706E6AC693BA3B1BABD32E6713431D | ||
Request method | POST | ||
Request body | { "appId": "abcdefghijklmn", } | ||
parameter name | Is it necessary | Types of | Instructions |
appId | Yes | String | KYBIO configured access credentials |
Return result | { "status": "success", "messages": [], "errorCode":null,//If "status": "success", this field has no value "data": [ { "uid": 1147629800714291370, "jobNumber": "1004", "name": "Zhang San," "tel": "136009276xx", "enable": 1 } ] } | ||
Field name | Types of | Instructions | |
Status | String | Whether the request is processed correctly, return success or error, case-insensitive | |
Messages | String[] | Processing result message | |
errorCode | Int | Business process error code, see error code table | |
Data | List | Cashier Information List | |
Uid | Long | The unique identifier of the entity information in the Silver Leopard system | |
jobNumber | String | Cashier employee number | |
Name | String | Cashier's name | |
Tel | String | Cashier contact phone | |
Enable | Integer | Cashier is disabled, 0: Disabled, 1: Enabled |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article