Change Updates

Do not miss any 1099Policy API changes, ever again

Subscribe to the 1099Policy API changelog to be up to date on recent changes.

RSS

Apr 19, 2024

main
1.9.0
Compare

API structure has changed

  • Adds support for starting_after and ending_before to the #list endpoints of the following methods, Contractor, Quote, Job, Assignment, Invoice, Session, Policy, and Entity.
12 structure changes including:
12 Modifications
Modified 12
GET /api/v1/apply/sessions
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/assignments
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/contractors
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/entities
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/invoices
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/jobs
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/policies
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/quotes
  • Query
  • starting_after, ending_before query parameters Added
GET /api/v1/webhook_endpoints
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Added
POST /api/v1/webhook_endpoints
  • Response
  • 201 response Modified
    • application/json content type Modified
      • secret property Added
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
  • Body
  • application/json content type Modified
    • secret property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Added