POST /api/v1/contractors
- Body
-
application/json content type Modified
-
phone property Modified
-
Property is no longer required
-
-
phone property Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
-
bind property Modified
-
Full types is now
boolean
-
-
certificates, created, eligible, id properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
bind property Modified
- Path
- assignment path parameter Added
PUT /api/v1/contractors/{contractor_id}
- Body
-
application/json content type Modified
-
company_name, middle_name properties Modified
-
Full types went from
string | null
tostring
Breaking
-
-
withhold_premium property Modified
-
Full types is now
boolean
-
-
created, id properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
company_name, middle_name properties Modified
- Path
- contractor path parameter Added
PUT /api/v1/entities/{entity_id}
- Body
-
application/json content type Modified
-
required_coverage property Modified
-
Full types went from
array[string]
toarray
Breaking
-
-
created, id properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
required_coverage property Modified
- Path
- entity path parameter Added
PUT /api/v1/invoices/{invoice_id}
- Body
-
application/json content type Modified
- Invoice property Removed
- Path
- invoice path parameter Added
PUT /api/v1/jobs/{job_id}
- Body
-
application/json content type Modified
-
wage_type property Modified
-
Full types is now
string
-
-
category_code, created, id properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
wage_type property Modified
- Path
- job path parameter Added
PUT /api/v1/policies/{policy_id}
- Body
-
application/json content type Modified
-
certificates, created, effective_date, expiration_date, id, quote properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- is_active property Added
-
certificates, created, effective_date, expiration_date, id, quote properties Removed
- Path
- policy path parameter Added
PUT /api/v1/quotes/{quote_id}
- Body
-
application/json content type Modified
-
coverage_type property Modified
-
Full types went from
object
toarray[string]
Breaking
-
coverage_type property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
-
effective_date, end_date properties Modified
-
Full types went from
string(int64)
tointeger(int64)
Breaking
-
-
created, id properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
coverage_type property Modified
- Path
- quote path parameter Added
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Body
-
application/json content type Modified
-
created, id, secret properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
created, id, secret properties Removed
- Path
- webhook_endpoint path parameter Added
DELETE /api/v1/files/certificates/{certificate_id}
GET /api/v1/files/certificates
GET /api/v1/files/certificates/{certificate_id}
POST /api/v1/files/certificates
GET /api/v1/policies
- Query
-
quote_id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- quote query parameter Added
GET /api/v1/contractors/{contractor_id}/policies
- Query
-
quote_id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- quote query parameter Added
Adds support for quote
to #Policy.list
and Contractor#list_policies
.
GET /api/v1/contractors/{contractor_id}/policies
- Query
- quote_id query parameter Added
GET /api/v1/policies
- Query
- quote_id query parameter Added
Add support for Session#update.success_url
and Session#update.cancel_url
.
PUT /api/v1/apply/sessions/{session_id}
GET /api/v1/assignments
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
coverage_type property Modified
-
Full types went from
object
toarray[string]
Breaking
-
-
coverage_type property Modified
-
application/json content type Modified
POST /api/v1/assignments
- Response
-
201 response Modified
-
application/json content type Modified
-
coverage_type property Modified
-
Full types went from
object
toarray[string]
Breaking
-
-
coverage_type property Modified
-
application/json content type Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
-
coverage_type property Modified
-
Full types went from
object
toarray[string]
Breaking
-
coverage_type property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
-
coverage_type property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
coverage_type property Modified
-
Full types went from
object
toarray[string]
Breaking
-
-
coverage_type property Modified
-
application/json content type Modified
- Add support for
coverage_type
onAssignment
GET /api/v1/assignments
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified
POST /api/v1/assignments
- Body
-
application/json content type Modified
- coverage_type property Added
- Response
-
201 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
- coverage_type property Added
- Response
-
200 response Modified
-
application/json content type Modified
- coverage_type property Added
-
application/json content type Modified
- Adds support for
starting_after
andending_before
to the #list endpoints of the following methods,Contractor
,Quote
,Job
,Assignment
,Invoice
,Session
,Policy
, andEntity
.
GET /api/v1/apply/sessions
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/assignments
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/contractors
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/entities
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/invoices
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/jobs
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/policies
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/quotes
- Query
- starting_after, ending_before query parameters Added
GET /api/v1/webhook_endpoints
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Response
-
200 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified
POST /api/v1/webhook_endpoints
- Response
-
201 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Body
-
application/json content type Modified
- secret property Added
- Response
-
200 response Modified
-
application/json content type Modified
- secret property Added
-
application/json content type Modified
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Body
-
application/json content type Modified
-
created property Modified
- created property Added
-
address, category_code, custom_metadata, entity, name, wage, wage_type, years_experience properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- url property Added
-
created property Modified
GET /api/v1/apply/sessions
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/apply/sessions/{session_id}
- Response
-
200 response Modified
-
application/json content type Modified
- expired property Added
-
application/json content type Modified
POST /api/v1/apply/sessions
- Response
-
201 response Modified
-
application/json content type Modified
- expired property Added
-
application/json content type Modified
POST /api/v1/apply/sessions/{session_id}/expire
- Response
-
200 response Modified
-
application/json content type Modified
- expired property Added
-
application/json content type Modified
GET /api/v1/quotes
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified
POST /api/v1/quotes
- Response
-
201 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified
PUT /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- quote_json property Added
-
application/json content type Modified
GET /api/v1/quotes
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
contractor, job properties Modified
-
Full types went from
object
tostring
Breaking
-
-
contractor, job properties Modified
-
application/json content type Modified
POST /api/v1/quotes
- Response
-
201 response Modified
-
application/json content type Modified
-
contractor, job properties Modified
-
Full types went from
object
tostring
Breaking
-
-
contractor, job properties Modified
-
application/json content type Modified
POST /api/v1/webhook_endpoints
- Response
- 201 response Added
PUT /api/v1/quotes/{quote_id}
- Body
-
application/json content type Modified
-
contractor property Modified
-
Full types went from
object
tostring
Breaking
-
address, company_name, created, custom_metadata, email, first_name, id, last_name, middle_name, phone, withhold_premium properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
-
job property Modified
-
Full types went from
object
tostring
Breaking
-
address, category_code, created, custom_metadata, description, entity, id, name, wage, wage_type, years_experience properties Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
-
-
contractor property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
contractor, job properties Modified
-
Full types went from
object
tostring
Breaking
-
-
contractor, job properties Modified
-
application/json content type Modified
- Add support for new resources
WebhookEndpoint
- Change
Event#list
response be an array of objects. Note: Breaking change.
GET /api/v1/events
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
object
toarray[object]
Breaking
-
-
application/json content type Modified
- Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Query
- limit query parameter Added
DELETE /api/v1/webhook_endpoints/{webhook_endpoint_id}
GET /api/v1/webhook_endpoints
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
POST /api/v1/webhook_endpoints
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}
- Add support for
step
onSession
- Add support for
custom_metadata
onJob
GET /api/v1/apply/sessions
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/apply/sessions/{session_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
- step property Added
-
id property Modified
-
application/json content type Modified
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
eligible property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Eligible alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
GET /api/v1/contractors/{contractor_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
created property Modified
-
application/json content type Modified
GET /api/v1/entities/{entity_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
coverage_limit property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Limit alternative Added
-
Address alternative Removed
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
coverage_limit property Modified
-
application/json content type Modified
GET /api/v1/events/{event_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- object-2 alternative Added
-
Created alternative Removed
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- object-2 alternative Added
-
Created alternative Removed
-
data property Modified
-
application/json content type Modified
GET /api/v1/invoices/{invoice_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
-
id property Modified
-
application/json content type Modified
GET /api/v1/jobs
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/jobs/{job_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
- custom_metadata property Added
-
created property Modified
-
application/json content type Modified
GET /api/v1/policies/{policy_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
GET /api/v1/quotes
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- contractor property Modified
-
coverage_type property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Coverage alternative Added
-
Contractor alternative Removed
-
created property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Contractor alternative Removed
-
id property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Contractor alternative Removed
-
job property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Job alternative Added
-
Contractor alternative Removed
-
application/json content type Modified
POST /api/v1/apply/sessions
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
- step property Added
-
id property Modified
-
application/json content type Modified
POST /api/v1/apply/sessions/{session_id}/expire
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
- step property Added
-
id property Modified
-
application/json content type Modified
POST /api/v1/assignments
- Response
-
201 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
eligible property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Eligible alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
POST /api/v1/contractors
- Response
-
201 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
created property Modified
-
application/json content type Modified
POST /api/v1/entities
- Body
-
application/json content type Modified
-
coverage_limit property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Limit alternative Added
-
Address alternative Removed
-
required_coverage property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Coverage alternative Added
-
Address alternative Removed
-
coverage_limit property Modified
- Response
-
201 response Modified
-
application/json content type Modified
-
coverage_limit property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Limit alternative Added
-
Address alternative Removed
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
coverage_limit property Modified
-
application/json content type Modified
POST /api/v1/invoices
- Response
-
201 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
-
id property Modified
-
application/json content type Modified
POST /api/v1/jobs
- Body
-
application/json content type Modified
- custom_metadata property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
- custom_metadata property Added
-
created property Modified
-
application/json content type Modified
POST /api/v1/policies
- Response
-
201 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
POST /api/v1/quotes
- Response
-
201 response Modified
-
application/json content type Modified
- contractor property Modified
-
coverage_type property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Coverage alternative Added
-
Contractor alternative Removed
-
created property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Contractor alternative Removed
-
id property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Contractor alternative Removed
-
job property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Job alternative Added
-
Contractor alternative Removed
-
application/json content type Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
eligible property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Eligible alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
eligible property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Eligible alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
PUT /api/v1/contractors/{contractor_id}
- Body
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
created property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
created property Modified
-
application/json content type Modified
PUT /api/v1/entities/{entity_id}
- Body
-
application/json content type Modified
-
coverage_limit property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Limit alternative Added
-
Address alternative Removed
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
coverage_limit property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
coverage_limit property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Limit alternative Added
-
Address alternative Removed
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
coverage_limit property Modified
-
application/json content type Modified
PUT /api/v1/invoices/{invoice_id}
- Body
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
-
id property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Created alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Created alternative Removed
-
id property Modified
-
application/json content type Modified
PUT /api/v1/jobs/{job_id}
- Body
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
- custom_metadata property Added
-
created property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
- custom_metadata property Added
-
created property Modified
-
application/json content type Modified
PUT /api/v1/policies/{policy_id}
- Body
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
created property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Certificate alternative Removed
-
id property Modified
-
Certificate alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Certificate alternative Removed
-
created property Modified
-
application/json content type Modified
PUT /api/v1/quotes/{quote_id}
- Body
-
application/json content type Modified
-
contractor property Modified
-
created property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Address alternative Removed
-
id property Modified
-
Address alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Address alternative Removed
-
created property Modified
-
coverage_type property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Coverage alternative Added
-
Contractor alternative Removed
-
created property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Contractor alternative Removed
-
id property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Contractor alternative Removed
-
job property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Job alternative Added
-
Contractor alternative Removed
-
contractor property Modified
- Response
-
200 response Modified
-
application/json content type Modified
- contractor property Modified
-
coverage_type property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Coverage alternative Added
-
Contractor alternative Removed
-
created property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Created alternative Added
-
Contractor alternative Removed
-
id property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- string-2 alternative Added
-
Contractor alternative Removed
-
job property Modified
-
Contractor alternative Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Job alternative Added
-
Contractor alternative Removed
-
application/json content type Modified
- Add support for Contractor#list.parameters.email
GET /api/v1/contractors
- Query
- email query parameter Added
- Add support for
policy
on Assignment#create - Add support for Contractor#list_policies
GET /api/v1/assignments
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
-
application/json content type Modified
- policy property Added
-
application/json content type Modified
POST /api/v1/assignments
- Body
-
application/json content type Modified
- policy property Added
- Response
-
201 response Modified
-
application/json content type Modified
- policy property Added
-
application/json content type Modified
PUT /api/v1/assignments/{assignment_id}
- Body
-
application/json content type Modified
- policy property Added
- Response
-
200 response Modified
-
application/json content type Modified
- policy property Added
-
application/json content type Modified
GET /api/v1/contractors/{contractor_id}/policies
GET /api/v1/quotes
- Response
-
200 response Modified
- application/json content type Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- gl_net_rate, wc_net_rate properties Added
-
application/json content type Modified
POST /api/v1/quotes
- Response
-
201 response Modified
-
application/json content type Modified
- gl_net_rate, wc_net_rate properties Added
-
application/json content type Modified
PUT /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
-
application/json content type Modified
- gl_net_rate, wc_net_rate properties Added
-
application/json content type Modified
GET /api/v1/category_codes
POST /api/v1/apply/sessions/{session_id}/expire
GET /api/v1/assignments
- Response
-
200 response Modified
- certificates property Added
GET /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
- certificates property Added
GET /api/v1/contractors
- Response
-
200 response Modified
- withhold_premium property Added
GET /api/v1/contractors/{contractor_id}
- Response
-
200 response Modified
- withhold_premium property Added
GET /api/v1/policies
- Response
-
200 response Modified
- certificates property Added
GET /api/v1/policies/{policy_id}
- Response
-
200 response Modified
- certificates property Added
GET /api/v1/quotes
- Response
-
200 response Modified
- contractor property Modified
GET /api/v1/quotes/{quote_id}
- Response
-
200 response Modified
- contractor property Modified
POST /api/v1/assignments
- Response
-
201 response Modified
- certificates property Added
POST /api/v1/contractors
- Body
-
content type Modified
- withhold_premium property Added
- Response
-
201 response Modified
- withhold_premium property Added
POST /api/v1/policies
- Response
-
201 response Modified
- certificates property Added
POST /api/v1/quotes
- Response
-
201 response Modified
- contractor property Modified
PUT /api/v1/assignments/{assignment_id}
- Response
-
200 response Modified
- certificates property Added
PUT /api/v1/contractors/{contractor_id}
- Body
-
content type Modified
- withhold_premium property Added
- Response
-
200 response Modified
- withhold_premium property Added
PUT /api/v1/policies/{policy_id}
- Response
-
200 response Modified
- certificates property Added
PUT /api/v1/quotes/{quote_id}
- Body
-
content type Modified
- contractor property Modified
- Response
-
200 response Modified
- contractor property Modified