Authorization: Bearer ********************
{
"address": "string",
"city": "string",
"client_department_id": "string",
"client_id": "string",
"close_time": "2019-08-24T14:15:22Z",
"code": "string",
"country": "string",
"district": "string",
"excludes": [
"string"
],
"franchisee_id": "string",
"franchisee_ids": [
"string"
],
"franchisee_name": "string",
"name": "string",
"open_time": "2019-08-24T14:15:22Z",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"province": "string",
"states": [
"string"
],
"stores": [
"string"
],
"tel": "string",
"types": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/fcm/clientDepartment/selectStore?clientId=&franchiseeId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"city": "string",
"client_department_id": "string",
"client_id": "string",
"close_time": "2019-08-24T14:15:22Z",
"code": "string",
"country": "string",
"district": "string",
"excludes": [
"string"
],
"franchisee_id": "string",
"franchisee_ids": [
"string"
],
"franchisee_name": "string",
"name": "string",
"open_time": "2019-08-24T14:15:22Z",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"province": "string",
"states": [
"string"
],
"stores": [
"string"
],
"tel": "string",
"types": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"client_id": "string",
"code": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"desc": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"id": "string",
"name": "string",
"state": "OPEN"
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}