Change Updates

Do not miss any SITY API changes, ever again

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

RSS

Apr 4, 2024

main
1.1.0
Compare

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
  • 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