GET
/
accounting
/
purchaseorders
/
{id}

Authorizations

x-api-key
string
headerrequired

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the purchaseorder you want to retrieve.

Query Parameters

remote_data
boolean

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

Response

200 - application/json
status
string | null

The status of the purchase order

issue_date
string | null

The issue date of the purchase order

purchase_order_number
string | null

The purchase order number

delivery_date
string | null

The delivery date for the purchase order

delivery_address
string | null

The UUID of the delivery address

customer
string | null

The UUID of the customer

vendor
string | null

The UUID of the vendor

memo
string | null

A memo or note for the purchase order

company_id
string | null

The UUID of the company

total_amount
number | null

The total amount of the purchase order in cents

currency
string | null

The currency of the purchase order

exchange_rate
string | null

The exchange rate applied to the purchase order

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the purchase order

accounting_period_id
string | null

The UUID of the associated accounting period

line_items
object[]

The line items associated with this 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

remote_id
string | null

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

remote_created_at
string | null

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

remote_updated_at
string | null

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

remote_data
object | null

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

created_at
string | null

The created date of the purchase order record

modified_at
string | null

The last modified date of the purchase order record