API structure has changed
11 structure changes including:
1 Breaking change
4 Additions
7 Modifications
Modified
7
Breaking
GET /api/accounts/entities_summary
- Path went from
/api/accounts/summary
to/api/accounts/entities_summary
(same operationId)Breaking
GET /api/facilities
- Response
-
200 response Modified
-
content type Modified
-
data property Modified
- climate_control, location, region_id, region_name, square_ft, store_number, type properties Added
-
data property Modified
-
content type Modified
GET /api/facilities/{id}
- Response
-
200 response Modified
-
content type Modified
- climate_control, location, region_name, square_ft, store_number, type properties Added
-
content type Modified
POST /api/accounts
- Body
-
content type Modified
- customer_type, primary_industry properties Added
POST /api/facilities
- Body
-
content type Modified
- climate_control, location, square_ft, store_number, type properties Added
- Response
-
200 response Modified
-
content type Modified
- climate_control, location, region_name, square_ft, store_number, type properties Added
-
content type Modified
PUT /api/accounts/{id}
- Body
-
content type Modified
- customer_type, primary_industry properties Added
- Response
-
200 response Modified
-
content type Modified
- customer_type, primary_industry properties Added
-
content type Modified
PUT /api/facilities/{id}
- Body
-
content type Modified
- climate_control, location, square_ft, store_number, type properties Added
- Response
-
200 response Modified
-
content type Modified
- climate_control, location, region_name, square_ft, store_number, type properties Added
-
content type Modified
Added
4
DELETE /api/accounts/{account_id}/regions/{id}
GET /api/facilities/{id}/utilization
GET /api/facilities/{id}/utilization_frequency
PUT /api/accounts/{account_id}/regions/{id}