For the complete documentation index, see llms.txt. This page is also available as Markdown.

Procurement | Order

post
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Body

Represents a request payload for creating an order, which includes details such as items to be ordered, a custom reference, and additional notes.

notestring · nullableOptional

Gets or sets additional details or comments associated with the order request. This allows including specific instructions or contextual information relevant to the order.

customOrderReferencestring · max: 100 · nullableOptional

Gets or sets the custom reference identifier for the order. This property can be used to provide a unique, user-defined reference for tracking or associating the order with an external system.

Responses
400

Bad Request

application/json
errorCodestring · nullableOptional
errorDescriptionstring · nullableOptional
dataany · nullableOptional
post/v1/procurement/purchase-orders

Last updated

Was this helpful?