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

Feb 22, 2024

main
1.7.0
Compare
1.7.0

API structure has changed

  • Add support for policy on Assignment#create
  • Add support for Contractor#list_policies
5 structure changes including:
1 Addition
4 Modifications
Modified 4
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
      • policy property Added
POST /api/v1/assignments
  • Body
  • application/json content type Modified
    • policy property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • policy property Added
PUT /api/v1/assignments/{assignment_id}
  • Body
  • application/json content type Modified
    • policy property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • policy property Added
Added 1
GET /api/v1/contractors/{contractor_id}/policies