Search
K
MarketConnect-OrderEntry

AttachmentDocument

object
* Additional properties are NOT allowed.
attachmentTypestring

Attachment type code

documentTypestring

Document type code

fileNamestring

Uploaded file name

formTypestring

Form type code

uploadDatestring

Upload date of the document

Example

AttachmentResponse

object
* Additional properties are NOT allowed.
transactionIdstringrequired

The unique identifier for the transaction the attachment belongs to

>= 1 characters

caseIdstring

Case identifier associated with the transaction

dataobjectrequired

Attachment data containing documents, required documents and rules

* Additional properties are NOT allowed.
Show Child Parameters
Example

Blueprint

object
* Additional properties are NOT allowed.
sectionBlueprintsarray[object]required

An array of sections representing the hierarchical structure of an order entry blueprint, nested from sections to subsections, field groups, and individual fields

* Additional properties are NOT allowed.
Show Child Parameters
sectionGroupBlueprintsobjectrequired

Map of section groups keyed by group identifier. Each value assigns sections to their corresponding group.

Example

CommentItem

object
* Additional properties are NOT allowed.
commentIdstring

Unique identifier of the comment (positive integer encoded as a string)

commentSourcestring

Source system or user group that authored the comment

commentTextstring

Free-form comment text

createdDateTimestring

Date and time the comment was created

lastUpdatedDateTimestring

Date and time the comment was last updated

logonIDstring

Logon identifier of the user who authored the comment

statusAtStepstring

Status code of the transaction at the step the comment was added

statusDisplayNamestring

Display name for the status at the step the comment was added

stepTitlestring

Title of the wizard step the comment was added on

userNamestring

Name of the user who authored the comment

Example

CommentsData

object
* Additional properties are NOT allowed.
commentsarray[object]

List of comments for the current page

* Additional properties are NOT allowed.
Show Child Parameters
totalCountinteger(int32)

Total number of comments for the transaction across all pages

pageinteger(int32)

Current page number (1-based). Present when pagination query parameters are supplied.

pageSizeinteger(int32)

Number of comments per page. Present when pagination query parameters are supplied.

Example