{
"customerId": 0,
"externalUserId": "string",
"unionId": "string",
"salesId": 0,
"companyId": 0,
"replication": true
}
curl --location --request POST '/api/v3/company/customer/changeToCorp' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"externalUserId": "string",
"unionId": "string",
"salesId": 0,
"companyId": 0,
"replication": true
}'
{
"code": 0,
"message": "success",
"data": 478228038512704
}