Update Purchase Order: Yardi

Update Purchase Order: Yardi. This API call does not modify the purchase order in place in Yardi. It creates a change order that is attached to the existing parent purchase order specified. | Interface | Method | |---|---| | Vendor Invoicing | ImportPOChangeOrders |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

purchase_order_idstringRequired
The Propexo unique identifier for the purchase order

Request

This endpoint expects an object.
vendor_idstringRequired
The Propexo unique identifier for the vendor
descriptionstringRequired
Description of the purchase order
numberstringRequired1-8 characters
The number of the purchase order
total_amount_in_centsdoubleRequired
The amount of the purchase order, in cents
order_datestringRequired
The order date for the purchase order
expense_typestringRequired
The expense type of the purchase order. You'll have to request this data from your customer
display_typestringRequired
The display type of the purchase order. You'll have to request this data from your customer
purchase_order_itemslist of objectsRequired
A list of the items associated with the purchase orders
shipping_address_1stringOptional
The first address line associated with the shipping address for the purchase order
shipping_address_2stringOptional
The second address line associated with the shipping address for the purchase order
shipping_citystringOptional
The city associated with the shipping address for the purchase order
shipping_stateenum or stringOptional
The state associated with the shipping address for the purchase order
shipping_zipstringOptional
The zip code associated with the shipping address for the purchase order
shipping_countrystringOptional
The country associated with the shipping address for the purchase order
billing_address_1stringOptional
The first address line associated with the billing address for the purchase order
billing_address_2stringOptional
The second address line associated with the billing address for the purchase order
billing_citystringOptional
The city associated with the billing address for the purchase order
billing_stateenum or stringOptional
The state associated with the billing address for the purchase order
billing_zipstringOptional
The zip code associated with the billing address for the purchase order
billing_countrystringOptional
The country associated with the billing address for the purchase order

Response

Successful response
metaobject
resultobject

Errors