Unique identifier assigned when the Order Entry transaction is created
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
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
Comments
Comment management operations (save, list, and delete transaction comments)
Saves a comment against the specified transaction.
Saves a comment for the specified transaction and returns the upstream envelope including validation messages.
Body
application/json
Body
The comment payload to save.
Indicator identifying whether the comment applies to the application or sub-application
Source system or user group that authored the comment
Free-form comment text
>= 1 characters
Status code of the transaction at the step the comment was added
Display name for the status at the step the comment was added
Title of the wizard step the comment was added on
Unique identifier of the transaction the comment belongs to (positive integer encoded as a string)
Match pattern:^[1-9][0-9]*$
>= 1 characters
Response
application/json
Response
Returns the save comment envelope
SaveCommentResponse
Case identifier associated with the transaction. Populated on successful saves.
Indicates whether the operation was successful
Human-readable message describing the result
Status code of the operation (e.g., “Success”, “ValidationError”, “Failure”)
Authentication
Body
Deletes a comment from a transaction.
Deletes the specified comment from the transaction and returns the upstream envelope.
Body
application/json
Body
The comment and transaction identifiers for the comment to delete.
Unique identifier of the comment to delete (positive integer encoded as a string)
Match pattern:^[1-9][0-9]*$
>= 1 characters
Unique identifier of the transaction the comment belongs to (positive integer encoded as a string)
Match pattern:^[1-9][0-9]*$
>= 1 characters
Response
application/json
Response
Returns the delete comment envelope
DeleteCommentResponse
Case identifier associated with the transaction. Populated on successful deletes.
Indicates whether the operation was successful
Human-readable message describing the result
Status code of the operation (e.g., “Success”, “ValidationError”, “Failure”)
Authentication
Body
Retrieves the comments for a transaction.
Returns the list of comments recorded against the specified transaction.
Query Parameters
1-based page number. Omit both page and pageSize to return all comments.
Number of comments per page (1–100). Omit both page and pageSize to return all comments.
Path Parameters
Unique identifier of the transaction (positive integer encoded as a string).
Response
application/json
Response
Returns the comments envelope
GetCommentsResponse
Case identifier associated with the transaction
Comments data payload
Show Child Parameters
Indicates whether the operation was successful
Human-readable message describing the result
Status code of the operation