entityKey and primary key id.entityKey. Use the entity schema/fields endpoints to discover an entity's fields.message and the record's id.401.POST /v2/api/entity/{entityKey}/{id} for web-client backward compatibility.curl --location --globoff --request PUT 'https://.daftra.com/v2/api/entity/v2/api/entity/cost_center/47' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Cost Center Updated Successfully",
"id": 47
}