action codat_create_purchase_order { label: "Create purchase order" description: "Posts a new purchase order to the accounting package for a given company.\n\nRequired data may vary by integration. To see what data to post, first call [Get create/update purchase order model](https://docs.codat.io/accounting-api#/operations/get-create-update-purchaseOrders-model).\n\n> **Supported Integrations**\n> \n> Check out our [Knowledge UI](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=purchaseOrders) for integrations that support creating purchase orders." provider: codat method: POST path: "/companies/{companyId}/connections/{connectionId}/push/purchaseOrders" encoding: json input: { type: "object" properties: { timeoutInMinutes: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" } }