API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /api/v1/invoices
- Response
-
200 response Modified
- id property Modified
GET /api/v1/invoices/{invoice_id}
- Body
-
content type Modified
- invoice property Modified
- Response
-
200 response Modified
- id property Modified
POST /api/v1/invoices
- Body
-
content type Modified
- contractor, gross_pay, job, paycycle_enddate, paycycle_startdate properties Modified
- created, id, premium_due properties Removed
- Response
- 200 response Removed
- 201 response Added
PUT /api/v1/invoices/{invoice_id}
- Body
-
content type Modified
- id property Modified
- Response
-
200 response Modified
- id property Modified