post https://sandbox.hurdlr.com/rest/v5/clientMgmt/business
Save a new (or update an existing) business record
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Save a new (or update an existing) business record
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
11curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/clientMgmt/business \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"business": {
"bizType": "CONSULTANT"
}
}
'
xxxxxxxxxx
22{
"result": "SUCCESS",
"errors": {
"fieldErrors": {
"additionalProp": {
"type": "DUPLICATE",
"errorMessage": "string"
}
},
"globalErrors": [
{
"type": "DUPLICATE",
"errorMessage": "string"
}
]
},
"id": "string",
"webhook": {
"userId": "string",
"type": "ENTITY_UPDATE"
}
}