Docs

Create Order Entry Document

Creates a new Order Entry document.

POST

Body

Arguments
object
string

Unique ID for the warehouse. Example: "WH01"

string

ID for the location. Example: "LOC-22"

string

Unique identifier for the item. Example: "Case 13"

object
object

Location associated with the document line.

string

Unit associated with this document line item. Example: "Each"

string

Unit price associated with this line item. Example: "10.50"

string

Unit quantity associated with this document line item. Example: "10.10"

object

Warehouse associated with the document line.

stringrequired
string

Unique ID for the customer. Example: "maev co housing"

string
stringrequired
stringrequired

Date on the Order Entry document. Example: "2024-04-04"

object

Customer associated with the Order Entry document. Example: "IBN"

string

State of the Order Entry document. Enum: "submitted" "approved" "partiallyApproved" "declined" "draft" "pending" "closed" "inProgress" "converted" "partiallyConverted" "convertedByLine" "partiallyConvertedByLine" "exception" Default: "pending"

string

Due date for the Order Entry document. Example: "2024-04-04"

string

Currency used for the transaction. Example: "USD"

string

Base currency for the transaction. Example: "USD"

array

Lines of the Order Entry document.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.