Authorization: Bearer ********************
{
"device_info": "string",
"input_mode": "string",
"os": "string",
"os_type": 0,
"reg_code": "string",
"scan_model": "string",
"touch_screen_type": "string"
}
curl --location --request POST '/pos/posTerminal/register?deviceId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_info": "string",
"input_mode": "string",
"os": "string",
"os_type": 0,
"reg_code": "string",
"scan_model": "string",
"touch_screen_type": "string"
}'
{
"code": "string",
"data": {
"chinaums_mis": true,
"client_id": "string",
"client_name": "string",
"code": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"device_id": "string",
"device_info": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"franchisee_id": "string",
"id": "string",
"input_mode": "string",
"name": "string",
"os": "string",
"os_type": 0,
"reg_code": "string",
"registered": true,
"scan_model": "string",
"state": "OPEN",
"store_code": "string",
"store_id": "string",
"store_name": "string",
"touch_screen_type": "string"
},
"message": "string"
}