Skip to content

Relationships

Schema relationships
graph LR
    PurchaseOrderRequisitions -->|"tracking_categories"| TrackingCategories
    PurchaseOrderRequisitions -->|"employee"| Employees

Properties

idstring
required·

The unique identifier for purchase order requisition

created_atstring · date-time

This represents the date when the purchase order requisition was created

currencystring

The currency of the purchase order requisition

customerstring

The customer contact making the purchase order requisition

delivery_addressstring

The delivery address of the purchase order requisition

delivery_datestring · date-time

The delivery date of the purchase order requisition

employeeobject

Employee contact fulfilling the purchase order requisition

References: Employees → id
emailstring

The employee's email

idstring

The unique identifier of an employee

namestring

The employee's name

exchange_ratenumber

The exchange rate of the purchase order requisition

issue_datestring · date-time

The issue date of the purchase order requisition

line_itemsobject[]
accountstring

The ID of the account

currencystring

The currency of the line item

descriptionstring

The description of the line item

exchange_ratenumber

The exchange rate of the currency for the line item

idstring

The unique identifier for line item

itemstring

The ID of the item

namestring

The name of the line item

quantitynumber

The quantity of the line item

tax_ratestring

The ID of the tax rate

total_line_amountnumber

The total line amount of the line item.

tracking_categoriesobject[]

Tracking categories of the line item

3 properties
idstring

The ID of the tracking category

namestring

The name of the tracking category

optionstring

The option of the tracking category

typestring

The type of the line item

unit_pricenumber

The unit price of the line item

memostring

The memo of the purchase order requisition

remote_dataRecord<string, any>

Raw data returned from the remote API call.

statusstring

The status of the purchase order requisition

Possible values:
draftsubmittedauthorisedbilleddeleteddeliveredpartially_delivered
total_amountnumber

The total amount of the purchase order requisition

tracking_categoriesobject[]

Tracking categories of the purchase order requisition

idstring

The ID of the tracking category

namestring

The name of the tracking category

optionstring

The option of the tracking category

updated_atstring · date-time

This represents the date when the purchase order requisition was updated

vendorstring

The vendor contact fulfilling the purchase order requisition