For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
How It WorksKnowledge BaseOnboardingVideo TutorialsPMS GuidanceAPI ReferenceRelease Notes
    • Overview
    • PMS Generic APIs
    • CRM Generic APIs
    • PMS APIs
        • GETGet all accounting entities
        • GETGet accounting entity by id
        • GETGet all invoices
        • GETGet an invoice by ID
        • GETGet all payable registers
        • GETGet a payable register by ID
        • POSTCreate Invoice: Yardi REST
        • POSTCancel Payable Register: Yardi REST
        • POSTCreate Payable Register: Yardi REST
        • POSTCreate Payable Register File (file upload): Yardi REST
    • CRM APIs
    • Download OpenAPI Spec
Dashboard
LogoLogo
Yardi RESTInvoices

Cancel Payable Register: Yardi REST

POST
/v1/payable-registers/cancel/yardi_rest
POST
/v1/payable-registers/cancel/yardi_rest
$curl -X POST https://api.propexo.com/v1/payable-registers/cancel/yardi_rest \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{
> "integration_id": "intg-7890abcd1234efgh",
> "payable_register_id": "pr-4567xyz89012abcd"
>}'
1{
2 "meta": {
3 "job_id": "job-20240615-00123"
4 },
5 "result": {
6 "integration_id": "intg-7890abcd1234efgh",
7 "payable_register_id": "pr-4567xyz89012abcd"
8 }
9}
Cancel Payable Register: Yardi REST | Interface | Method | |---|---| | Vendor Invoicing | /ItfVendorInvoicing/CancelInvoiceRegisterBatch |
Was this page helpful?
Previous

Create Payable Register: Yardi REST

Next
Built with

Cancel Payable Register: Yardi REST

InterfaceMethod
Vendor Invoicing/ItfVendorInvoicing/CancelInvoiceRegisterBatch

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
payable_register_idstringRequired
The Propexo unique identifier for the payable register

Response

Successful response
metaobject
resultobject

Errors

400
Bad Request Error