Update customer/vendor
Developing
Request
Body Params application/json
{
"cate": "lba",
"name": "ajisafe james",
"phone": "07029876522",
"email": "ajisafe@gmail.com",
"gender": "male",
"creditLimit": 100000,
"address": "12, Market Road, Ibadan",
"birthday": "05-10"
}
Request Code Samples
curl --location --request PATCH 'https://mock.apidog.com/m1/1052146-0-default/customer-relationship-management/cus_3fe4440c0f' \
--header 'Content-Type: application/json' \
--data-raw '{
"cate": "lba",
"name": "ajisafe james",
"phone": "07029876522",
"email": "ajisafe@gmail.com",
"gender": "male",
"creditLimit": 100000,
"address": "12, Market Road, Ibadan",
"birthday": "05-10"
}'
Responses
application/json {
"success": true,
"code": "string",
"message": "string"
}
Modified at 2025-11-18 16:11:45