How to Sync and Update Custom Field Data from Rentvine in Propexo

Last updated: March 23, 2026

Syncing Custom Field Data

To sync custom field data from Rentvine to Propexo:

  1. Ensure your Rentvine integration is properly set up in Propexo.

  2. Resync the integration using your integration ID.

  3. Check the data in Propexo using Propexo API endpoints:

    • https://api.sandbox.propexo.com/v1/units?integration_id={{integration_id}}

    • https://api.sandbox.propexo.com/v1/properties?integration_id={{integration_id}}

Note: Ensure that your integration_id variable is correctly set in your API client (e.g., Postman) to avoid issues with data retrieval.

Updating Custom Field Data (for Properties)

To update custom field data in Propexo:

  1. Use the endpoint titled "Create Property Custom Data Rentvine"

  2. The endpoint can be found in our API documentation: Update Property Custom Data Rentvine

  3. Follow the documentation to structure your update request properly.

Troubleshooting

If you're not seeing the custom data in Propexo after syncing:

  1. Double-check that the Rentvine API is returning the expected values.

  2. Verify that the integration ID is correct in your API calls to Propexo.

  3. Ensure that the custom fields are properly set up in both Rentvine and Propexo.

  4. If issues persist, contact Propexo support for further assistance.