Create a New Record for a Domain

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

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

Heads-up on Custom domains. Custom domain include a period in the name (such as Custom.MyObjectName).

When interacting with this type of custom domain, please end the request URL with a forward slash (/). This trailing slash helps the system interpret the domain correctly and keeps things running smoothly.

So if your domain is Custom.MyObjectName make sure your URL ends like this:
/api/Custom.MyObjectName/
Not like this:
/api/Custom.MyObjectName

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).

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.

string

This field lets you customize the shape of your response object. Just pass in a comma-separated list of the field names or attributes you want returned if the insert is successful. It’s a great way to confirm that your insert worked and get back the specific values you care about without having to make a separate API call. Think of it as a personalized snapshot of your newly created record.

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