added

AccuLynx version 2.2506.0

New Endpoints Released

New Financial Endpoints

Get Supplements

  • Get Job Supplements.GET /api/v2/supplements/

Get Supplements Items

  • Get the items of a given supplement.GET /api/v2/supplements/{supplementId}/items

Get Supplements by ID

  • Get a single Supplement by its ID.GET /api/v2/supplements/{supplementId}

Get Supplements Notations

  • Get The notations for a given supplement.GET /api/v2/supplements/{supplementId}/notations

Updated Endpoint for Unassigned Leads

Get Jobs List

  • Add the capability of returning unassigned leads in the get jobs list endpoint.GET /api/v2/jobs?assignment=unassigned

New Measurements Endpoint

Add Measurement Files

  • New endpoint to handle creating measurements both for XML and JSON files.GET /api/v2/jobs/{jobId}/measurements/files

New Webhooks Released

Trade Type Changed

  • Triggered when the trade type of a job is changed.WEBHOOK job.trade-type_changed

Initial Appointment Updated

  • Triggered when the initial appointment of a job is changed.WEBHOOK job.appointments.initial_updated

Initial Appointment Created

  • Triggered when the initial appointment of a job is created.WEBHOOK job.appointments.initial_created