API structure has changed
4 structure changes including:
4 Modifications
Modified
4
GET /api/v1/quotes
- Response
-
200 response Modified
- end_date property Added
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
- end_date property Added
POST /api/v1/quotes
- Body
-
content type Modified
- end_date property Added
- Response
-
201 response Modified
- end_date property Added
PUT /api/v1/quotes/{quote_id}
- Body
-
content type Modified
- end_date property Added
- Response
-
200 response Modified
- end_date property Added