PATCH
/
v1
/
business-entities
/
{businessEntityId}
curl
curl -X PATCH "https://dev-partner-api.sannos.ai/v1/business-entities/01ABCBUSINE" \
  -H "X-API-Key: $EVE_COMPANY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"string"}'
{
  "businessEntityId": {
    "time": "2023-11-07T05:31:56Z",
    "random": "aSDinaTvuI8gbWludGxpZnk="
  },
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Path Parameters

businessEntityId
string
required

Body

application/json
name
string | null

Response

businessEntityId
object
message
string