Update a Record for a Domain

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to update a record by providing the domain along with the attributes you want to update.

⚠️ Although this endpoint uses the PUT method, it behaves like a partial update as you would expect from a PATCH. Only the fields provided in the request will be updated; unspecified fields will retain their existing values.


Path Params
string
required

This is the Domain Name as identified in the response of the /api/Domains endpoint. Ex: the "Claims" domain would be referenced by its name value of Claim. Values are case-sensitive. Be aware that client-defined Domains will start with "Custom." (ex: Custom.NameOfObject).

integer
required

Numeric primary identifier for record you are going to update.

Query Params
boolean
required
Defaults to false

This field lets you decide whether creating this domain record should trigger a corresponding system event. If you’ve got external workflows or Data Entry Events and you don’t want them firing, be sure to set the value to false.

Body Params
json
required
Defaults to { "Field1": "Value1", "Field2": "Value2" }

Ensure the schema you provide here matches the schema of your intended target domain. See Origami Data Dictionaries for domain-specific schemas.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json