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 18, 2024

main
1.9.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/v1/quotes
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/v1/quotes/{quote_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • contractor, job properties Modified
        • Full types went from object to string
          Breaking
POST /api/v1/quotes
  • Response
  • 201 response Modified
    • application/json content type Modified
      • contractor, job properties Modified
        • Full types went from object to string
          Breaking
POST /api/v1/webhook_endpoints
  • Response
  • 201 response Added
PUT /api/v1/quotes/{quote_id}
  • Body
  • application/json content type Modified
    • contractor property Modified
      • Full types went from object to string
        Breaking
      • address, company_name, created, custom_metadata, email, first_name, id, last_name, middle_name, phone, withhold_premium properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
    • job property Modified
      • Full types went from object to string
        Breaking
      • address, category_code, created, custom_metadata, description, entity, id, name, wage, wage_type, years_experience properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • contractor, job properties Modified
        • Full types went from object to string
          Breaking