Submits a custom form record into a content definition.

Behavior: Posts a new record into a custom content definition identified by the specified ID.

Authorization: No authentication required. This endpoint is publicly accessible.

Side Effects: A new form record is persisted in the data store under the specified content definition.

Error Scenarios: Returns 404 if the content definition ID does not exist. Returns 400 if the form data is invalid.

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

The unique identifier of the content definition to post the form data to.

Body Params

The form data to submit.

Represents a generic form data container that captures arbitrary key-value pairs from form submissions via JSON extension data.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

204

No content.

500

An unknown error occurred.

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