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

May 11, 2024

main
1.11.1
Compare
1.11.1

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /api/v1/assignments
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/v1/assignments/{assignment_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Full types went from object to array[string]
          Breaking
POST /api/v1/assignments
  • Response
  • 201 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Full types went from object to array[string]
          Breaking
PUT /api/v1/assignments/{assignment_id}
  • Body
  • application/json content type Modified
    • coverage_type property Modified
      • Full types went from object to array[string]
        Breaking
      • coverage_type property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • coverage_type property Modified
        • Full types went from object to array[string]
          Breaking