Create payable register
Create a payable register for an integration.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
vendor_id
The Propexo unique identifier for the vendor
ap_financial_account_id
The Propexo unique identifier for the financial account. You'll likely want to work with your customer to know what value is appropriate here.
cash_financial_account_id
The Propexo unique identifier for the financial account. Must be the cash account ID associated with the property passed in the payable register items. You'll likely want to work with your customer to know what value is appropriate here.
invoice_number
The invoice or reference number that the vendor assigned to the service request. Must be unique per vendor.
invoice_date
The date of issuance for the invoice
total_amount_in_cents
The amount of the payable register, in cents. Total amount must match the sum of the payable register items' amounts
discount_amount_in_cents
The discount, in cents, of the payable register
discount_date
The date a discount was issued on payable register
discount_percent
The discount percentage of the payable register
due_date
The due date associated with the payable register
display_type
The display type of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
expense_type
The expense type of the payable register. This is a customer defined list and you'll likely want to work with your customer to know what value is appropriate here.
is_adjustment
Whether the payable register is an adjustment or not
is_credit_memo
Whether the payable register is a credit memo or not
is_consolidate_checks
Whether the payable register should consolidate checks or not
is_exempt_from_1099
Whether the payable register is exempt from a 1099 or not
invoice_status
The status of the payable register
notes
Notes associated with the payable register
user_defined_field_2
The 2nd user defined field of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
user_defined_field_3
The 3rd user defined field of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
user_defined_field_4
The 4th user defined field of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
user_defined_field_5
The 5th user defined field of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
user_defined_field_6
The 6th user defined field of the payable register. You'll likely want to work with your customer to know what value is appropriate here.
payable_register_items
A list of payable register line items. At least one is required.
Response
Successful response
job_id
The ID of the job created to handle this operation
data

