Upsert entities
Creates or updates entities in bulk for the given customer. Existing entities matched by id are updated; new ids are created.
Path parameters
The customer identifier (owner) the entities belong to
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Request body
Response
The list of upserted entity objects.
Changes
Changed in 11 of the 115 revisions of this API.1119
- ○
added the new optional request property
//new-optional-request-property
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ●
added the new
ContractNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CreditOveragePriceCurrencyNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvalidCreditOverageBillingModelenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvoicePreviewNotAvailableForDraftContractenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceNotSupportedOnAddonenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceRequiresUsageLimitenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
GovernanceNotEnabledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
api tag
Governance Entitiesaddedapi-tag-added
- ○
api tag
Beta - Entitiesremovedapi-tag-removed
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
removed the request property
//request-property-removed
- ○
added the new optional request property
//new-optional-request-property
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ○
added the new optional
headerrequest parameterX-ACCOUNT-IDnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterX-ENVIRONMENT-IDnew-optional-request-parameter
- ○
- ●
added the new
PricingModelNotSupportedByBillingIntegrationenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
DataExportIntegrationErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
InvalidReceivedSignatureErrorenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●