Authorization: Bearer ********************
{
"age": 0,
"client_id": "string",
"contact": "string",
"contact_address": "string",
"credit_control": true,
"credit_limit": 0,
"gender": "MALE",
"id": "string",
"id_card_no": "string",
"name": "string",
"type": "NATURAL",
"user_id": "string",
"vem": true
}
curl --location --request POST '/cmc/fcmFranchisee/edit?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"age": 0,
"client_id": "string",
"contact": "string",
"contact_address": "string",
"credit_control": true,
"credit_limit": 0,
"gender": "MALE",
"id": "string",
"id_card_no": "string",
"name": "string",
"type": "NATURAL",
"user_id": "string",
"vem": true
}'
{
"code": "string",
"data": {
"age": 0,
"certify_time": "2019-08-24T14:15:22Z",
"certify_user_id": "string",
"certify_user_name": "string",
"client_id": "string",
"code": "string",
"contact": "string",
"contact_address": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"credit_control": true,
"credit_limit": 0,
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"gender": "MALE",
"id": "string",
"id_card_no": "string",
"name": "string",
"state": "REGISTERED",
"store_approved": true,
"type": "NATURAL",
"vem": true
},
"message": "string"
}