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

19 days ago

main
v1.5.0
Compare
v1.5.0

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /api/v1/account/{account_uuid}/check
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • client property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • account property Added
GET /api/v1/account/{account_uuid}/check/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • account property Added
GET /api/v2/income
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • type_other property Added
GET /api/v2/income/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type_other property Added
POST /api/v1/account/{account_uuid}/check
  • Response
  • 201 response Modified
    • application/json content type Modified
      • client property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • account property Added
POST /api/v2/income
  • Body
  • application/json content type Modified
    • type_other property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • type_other property Added
PUT /api/v1/account/{account_uuid}/check/{uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • account property Added
PUT /api/v2/income/{uuid}
  • Body
  • application/json content type Modified
    • type_other property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type_other property Added