Do not miss any 1099Policy API changes, ever again

Subscribe to the 1099Policy API changelog to be up to date on recent changes.

RSS

about 15 hours ago

main
1.12
Compare

Add purchase_order_number to invoice GET, POST and PUT

Next change
4 structure changes including:
4 Modifications
Modified 4
GET /api/v1/invoices
  • Response
  • 200 response Modified
    • application/json content type Modified
      • purchase_order_number property Added
GET /api/v1/invoices/{invoice}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • purchase_order_number property Added
POST /api/v1/invoices
  • Body
  • application/json content type Modified
    • purchase_order_number property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • purchase_order_number property Added
PUT /api/v1/invoices/{invoice}
  • Body
  • application/json content type Modified
    • purchase_order_number property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • purchase_order_number property Added