Purchase order
The purchase order object contains information about a purchase order in Current RMS.
activities
activitiesInput
{% for activity in order.activities %}
{{ activity.subject }}
{% endif %}Output
Call to follow upattachments
attachmentsInput
{% for attachment in order.attachments %}
{{ attachment.name }}
{% endfor %}Output
Attachmentsauthorised_at
authorised_atInput
Output
authoriser
authoriserInput
Output
Usercharge_excluding_tax_total
charge_excluding_tax_totalInput
Output
charge_including_tax_total
charge_including_tax_totalInput
Output
charge_total
charge_totalInput
Output
customer_collecting
customer_collectingInput
Output
customer_returning
customer_returningInput
Output
delivery_address
delivery_addressInput
Output
delivery_address_detail
delivery_address_detailInput
Output
Address detaildelivery_address_name
delivery_address_nameInput
Output
delivery_at
delivery_atInput
Output
delivery_attention
delivery_attentionInput
Output
delivery_instructions
delivery_instructionsInput
Output
description
descriptionInput
Output
expected_at
expected_atInput
Output
expected_note
expected_noteInput
Output
external_description
external_descriptionInput
Output
id
idInput
Output
image_attachments
image_attachmentsInput
Output
Attachmentsitems
itemsInput
Output
Purchase order itemsname
nameInput
Output
number
numberInput
Output
ordered_at
ordered_atInput
Output
participants
participantsInput
Output
reference
reference Input
Output
sources
sourcesInput
Output
Opportunitystate
stateInput
Output
state_name
state_nameInput
Output
status
statusInput
Output
status_name
status_nameInput
Output
store
storeInput
Output
Storesupplier
supplierInput
Output
Organizationtax_class_name
tax_class_nameInput
Output
tax_total
tax_totalInput
Output
venue
venueInput
Output
Venueweight_total
weight_totalInput
Output
Last updated