Create Invoice: MRI

Create Invoice: MRI | Method | |---| | /mriapiservices/api.asp?$api=MRI_S-PMAP_CreateInvoice |

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
partner_namestringRequired
The name of your integration with MRI
invoice_numberstringRequired
The invoice or reference number that the vendor assigned to the service request
post_monthstringRequired
The post month for the invoice. We will strip all data out of the datetime except the year and month.
invoice_itemslist of objectsRequired
invoice_datestringOptional
The date of issuance for the invoice
due_datestringOptional
The due date associated with the invoice
total_amount_in_centsintegerOptional>=0
The total amount of the invoice
descriptionstringOptional
Description of the invoice
scanned_copy_urlstringOptional

The URL assigned to the copy of the original invoice that was imported from a third-party system

purchase_order_numberstringOptional
Set this parameter to the purchase order number that contains the line items to be invoiced. MRI will validate and link the invoice to the specified purchase order for processing.
separate_checkbooleanOptional
Whether to group the invoice payment on the same check with other invoices or pay the invoice separately on its own check

Response

Successful response
metaobject
resultobject

Errors