POST
/
accounting
/
purchaseorders

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Accounting software.

Body

application/json
accounting_period_id
string | null

The UUID of the associated accounting period

company_id
string | null

The UUID of the company

currency
string | null

The currency of the purchase order

customer
string | null

The UUID of the customer

delivery_address
string | null

The UUID of the delivery address

delivery_date
string | null

The delivery date for the purchase order

exchange_rate
string | null

The exchange rate applied to the purchase order

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

issue_date
string | null

The issue date of the purchase order

line_items
object[]

The line items associated with this purchase order

memo
string | null

A memo or note for the purchase order

purchase_order_number
string | null

The purchase order number

status
string | null

The status of the purchase order

total_amount
number | null

The total amount of the purchase order in cents

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the purchase order

vendor
string | null

The UUID of the vendor

Response

201 - application/json
accounting_period_id
string | null

The UUID of the associated accounting period

company_id
string | null

The UUID of the company

created_at
string | null

The created date of the purchase order record

currency
string | null

The currency of the purchase order

customer
string | null

The UUID of the customer

delivery_address
string | null

The UUID of the delivery address

delivery_date
string | null

The delivery date for the purchase order

exchange_rate
string | null

The exchange rate applied to the purchase order

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the purchase order record

issue_date
string | null

The issue date of the purchase order

line_items
object[]

The line items associated with this purchase order

memo
string | null

A memo or note for the purchase order

modified_at
string | null

The last modified date of the purchase order record

purchase_order_number
string | null

The purchase order number

remote_created_at
string | null

The date when the purchase order was created in the remote system

remote_data
object | null

The remote data of the purchase order in the context of the 3rd Party

remote_id
string | null

The remote ID of the purchase order in the context of the 3rd Party

remote_updated_at
string | null

The date when the purchase order was last updated in the remote system

status
string | null

The status of the purchase order

total_amount
number | null

The total amount of the purchase order in cents

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the purchase order

vendor
string | null

The UUID of the vendor