> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/development/api-reference-app/procurement-or-order.md).

# Procurement | Order

## POST /v1/procurement/purchase-orders

>

```json
{"openapi":"3.0.4","info":{"title":"Equipme Customer API","version":"v1"},"tags":[{"name":"Procurement | Order"}],"security":[{"ApiKey":[]}],"components":{"securitySchemes":{"ApiKey":{"type":"apiKey","description":"Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.","name":"X-API-KEY","in":"header"}},"schemas":{"CreatePurchaseOrderRequest":{"type":"object","properties":{"requestItems":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseOrderRequestItem"},"description":"Gets or sets the collection of items to be included in the order request.\nEach item in the collection is represented using the equipme.api.Domain.Procurement.Orders.PurchaseOrders.Dto.PurchaseOrderRequestItem class,\nwhich contains details such as the request reference ID and additional notes.","nullable":true},"note":{"type":"string","description":"Gets or sets additional details or comments associated with the order request.\nThis allows including specific instructions or contextual information relevant to the order.","nullable":true},"customOrderReference":{"maxLength":100,"minLength":0,"type":"string","description":"Gets or sets the custom reference identifier for the order.\nThis property can be used to provide a unique, user-defined\nreference for tracking or associating the order with an external system.","nullable":true}},"additionalProperties":false,"description":"Represents a request payload for creating an order, which includes details such as items to be ordered,\na custom reference, and additional notes."},"PurchaseOrderRequestItem":{"type":"object","properties":{"requestReferenceId":{"type":"integer","description":"Gets or sets the unique identifier for the referenced request associated with the order item.","format":"int32"},"note":{"type":"string","description":"Gets or sets additional information or comments associated with the order item.","nullable":true}},"additionalProperties":false,"description":"Represents a model used to create a new order item with details like request reference ID and additional notes."},"ErrorResponse":{"type":"object","properties":{"errorCode":{"type":"string","nullable":true},"errorDescription":{"type":"string","nullable":true},"data":{"nullable":true}},"additionalProperties":false}}},"paths":{"/v1/procurement/purchase-orders":{"post":{"tags":["Procurement | Order"],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePurchaseOrderRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.equipme.io/development/api-reference-app/procurement-or-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
