Add purchase_order_number to invoice GET, POST and PUT
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
-
application/json content type Modified
GET /api/v1/invoices/{invoice}
- Response
-
200 response Modified
-
application/json content type Modified
- purchase_order_number property Added
-
application/json content type Modified
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
-
application/json content type Modified
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
-
application/json content type Modified