Skip to main content
POST
UpsertEntity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

UpsertEntityRequest is the request message for the UpsertEntity method.

entity
Entity · object
required

The entity to create or update.

Response

200 - application/json

Success

UpsertEntityResponse is the response message for the UpsertEntity method.