Create Invoice: ResMan

Invoices created via the ResMan API begin in an unapproved state and then have to be approved by the PMC in the ResMan portal. | Interface | Method | |---|---| | Accounts Payable | /MITS/PostAccountsPayable4_0 |

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
property_idstringRequired
The Propexo unique identifier for the property
vendor_idstringRequired
The Propexo unique identifier for the vendor
invoice_numberstringRequired
The invoice or reference number that the vendor assigned to the service request
invoice_datestringRequired
The date of issuance for the invoice
due_datestringRequired
The due date associated with the invoice
notesstringRequired
Notes associated with the invoice
memostringRequired
Memo of the invoice
total_amount_in_centsintegerRequired>=0
The amount of the invoice, in cents
invoice_itemslist of objectsRequired
accounting_datestringOptional
The accounting date of the invoice. If this isn't provided, ResMan defaults this to the invoice date.

Response

Successful response
metaobject
resultobject

Errors