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 27, 2022

main
1.6.2
Compare
1.6.2

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /api/v1/contractors
  • Response
  • 200 response Modified
    • tax_identification property Removed
GET /api/v1/contractors/{contractor_id}
  • Response
  • 200 response Modified
    • tax_identification property Removed
GET /api/v1/quotes
  • Response
  • 200 response Modified
    • contractor property Modified
GET /api/v1/quotes/{quote_id}
  • Response
  • 200 response Modified
    • contractor property Modified
POST /api/v1/contractors
  • Response
  • 201 response Modified
    • tax_identification property Removed
POST /api/v1/quotes
  • Response
  • 201 response Modified
    • contractor property Modified
PUT /api/v1/contractors/{contractor_id}
  • Body
  • content type Modified
    • tax_identification property Removed
  • Response
  • 200 response Modified
    • tax_identification property Removed
PUT /api/v1/quotes/{quote_id}
  • Body
  • content type Modified
    • contractor property Modified
  • Response
  • 200 response Modified
    • contractor property Modified