Create customer/vendor
Developing
Request
Body Params application/json
{
"cate": "lba",
"name": "jambilis daniel",
"phone": "07029236511",
"email": "jambilis@gmail.com",
"gender": "male",
"creditLimit": 1200000
}
Request Code Samples
curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/customer-relationship-management' \
--header 'Content-Type: application/json' \
--data-raw '{
"cate": "lba",
"name": "jambilis daniel",
"phone": "07029236511",
"email": "jambilis@gmail.com",
"gender": "male",
"creditLimit": 1200000
}'
Responses
application/json {
"success": true,
"code": "string",
"message": "string",
"data": {
"message": "string",
"dto": {
"cate": "string",
"name": "string",
"phone": "string",
"gender": "string",
"creditLimit": 0
}
},
"meta": {
"timestamp": "string",
"path": "string"
}
}
Modified at 2025-11-18 16:11:45