Create Payable Register File (file upload): Yardi

Create Payable Register File: Yardi. This endpoint will only accept png image files. | Interface | Method | |---|---| | Vendor Invoicing | ImportInvoiceRegisterImage |

Authentication

AuthorizationBearer

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

Path parameters

payable_register_idstringRequired
The Propexo unique identifier for the payable register

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
attachmentobjectRequired
Base64 value for a PNG image to attach to the Payable Register.
vendor_idstringOptional
The Propexo unique identifier for the vendor
page_typeenumOptional
The page type of the image to attach to the Payable Register. If not provided, the back page will be used.
Allowed values:
page_numberdoubleOptional>=0
The page number of the image to attach to the Payable Register. If not provided, page number 1 will be used.
page_countdoubleOptional>=0
The page count of the image to attach to the Payable Register. If not provided, page number 1 will be used.

Response

Successful response
metaobject
resultobject

Errors