API structure has changed
24 structure changes including:
11 Breaking changes
11 Additions
2 Modifications
11 Removals
Modified
2
Breaking
GET /jobs
- Query
-
companyID query parameter Modified
-
Query parameter is now required Breaking
-
Query parameter is now required
- Response
- 400 response Added
POST /jobs
- Response
- 400 response Added
Removed
11
Breaking
PUT /customOptions/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /properties
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /pricebooks
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /jobLineItems
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /customOptions
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /properties
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /pricebooks
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /jobLineItems
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /customOptions/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /customOptions
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /customOptions/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
11
PUT /options/{id}
PUT /jobs
POST /property
POST /pricebook
POST /options
GET /property
GET /pricebook
GET /options/{id}
GET /options
DELETE /options/{id}
DELETE /jobs