Gets dataset values for a dependent control based on the provided payload.
Returns dataset contents based on the provided transaction, step, field, and dependency inputs.
Body
application/json
Body
Response
application/json
Response
Returns the dataset payload
DatasetResponse
Outcome of the dataset lookup. “Success” on success; otherwise the backend exception type name (e.g. “NullReferenceException”, “ItemNotFoundException`2”).
>= 1 characters
Human-readable message describing the outcome. On success a confirmation string; on failure the backend error message.
>= 1 characters
Dataset payload serialized as a JSON string. On success, a JSON array of {Name, Value} option objects. On failure, may be “[]” or omitted.
Identifier of the dataset instance returned by the upstream service. Present for success and most failures; absent for low-level exceptions.
Authentication
Body
Attachment
Attachment management operations (get, save and delete transaction attachments)
Retrieves the attachment payload (documents, required documents and rules) for a transaction.
Returns documents, required documents, additional document types and document rules for the specified transaction.
Path Parameters
Unique identifier assigned when the Order Entry transaction is created
Response
application/json
Response
Returns the attachment payload
AttachmentResponse
The unique identifier for the transaction the attachment belongs to
>= 1 characters
Case identifier associated with the transaction
Attachment data containing documents, required documents and rules
Show Child Parameters
Authentication
Path Parameters
Health
Health check operations
Returns a simple health status indicating the API process is running.
Returns a simple health status. No authentication required.
Response
200
Response
API is healthy