PATCH
/
v1
/
business-entities
/
{businessEntityId}
cURL
curl --request PATCH \
  --url http://localhost/v1/business-entities/{businessEntityId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "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