Authorization: Bearer ********************
{
"client_id": "string",
"ids": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/cmc/posShift/deleteBatch?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"ids": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": [
{
"client_id": "string",
"code": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"error_msg": "string",
"id": "string",
"name": "string",
"state": "OPEN"
}
],
"message": "string"
}