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

main
1.6.1
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8
GET /api/v1/contractors
  • Response
  • 200 response Modified
    • tax_identification property Added
GET /api/v1/contractors/{contractor_id}
  • Response
  • 200 response Modified
    • tax_identification property Added
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
  • Body
  • content type Modified
    • tax_identification property Added
  • Response
  • 201 response Modified
    • tax_identification property Added
POST /api/v1/quotes
  • Response
  • 201 response Modified
    • contractor property Modified
PUT /api/v1/contractors/{contractor_id}
  • Body
  • content type Modified
    • tax_identification property Added
  • Response
  • 200 response Modified
    • tax_identification property Added
PUT /api/v1/quotes/{quote_id}
  • Body
  • content type Modified
    • contractor property Modified
  • Response
  • 200 response Modified
    • contractor property Modified