Change Updates

Do not miss any 1099Policy API changes, ever again

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

RSS

Sep 10, 2024

main
1.11.1
Compare

Update PUT documentation

12 structure changes including:
4 Additions
8 Modifications
Modified 8 Breaking
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
  • 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 to string
        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
  • 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] to array
        Breaking
    • created, id properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 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
  • 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
  • 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 to array[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) to integer(int64)
        Breaking
    • created, id properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 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
  • Path
  • webhook_endpoint path parameter Added
Added 4
DELETE /api/v1/files/certificates/{certificate_id}
GET /api/v1/files/certificates
GET /api/v1/files/certificates/{certificate_id}
POST /api/v1/files/certificates