Create Purchase Order: Entrata

Create Purchase Order: Entrata | Method | |---| | vendors/sendPurchaseOrders |

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
vendor_idstringRequired
The Propexo unique identifier for the vendor
vendor_location_idstringRequired
The Propexo unique identifier for the vendor location
property_idstringRequired
The Propexo unique identifier for the property
post_datestringRequired
The post date for the purchase order
ap_financial_account_idstringOptional
The Propexo unique identifier for the financial account. You'll likely want to work with your customer to know what value is appropriate here.
descriptionstringOptional
Description of the purchase order
shipping_amount_in_centsintegerOptional
The cost of shipping, in cents, of the purchase order
discount_amount_in_centsintegerOptional
The discount, in cents, of the purchase order
purchase_order_itemslist of objectsOptional
A list of the items associated with the purchase orders

Response

Successful response
metaobject
resultobject

Errors