Change Updates

Do not miss any PlannrCRM API changes, ever again

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

RSS

17 days ago

main
1.0.0
Compare

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /api/v1/account/{account_uuid}/address/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • uuid, move_in_date, accounts properties Added
GET /api/v1/account/{account_uuid}/contact-detail
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • accounts property Added
GET /api/v1/account/{account_uuid}/contact-detail/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • accounts property Added
POST /api/v1/account/{account_uuid}/address
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • uuid, move_in_date, accounts properties Added
POST /api/v1/account/{account_uuid}/contact-detail
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • accounts property Added
PUT /api/v1/account/{account_uuid}/address/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary property Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • uuid, move_in_date, accounts properties Added
PUT /api/v1/account/{account_uuid}/contact-detail/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • primary, account properties Removed
        • Removing a resource is always breaking unless it was deprecated before

          Breaking

      • accounts property Added