Do not miss any PlannrCRM API changes, ever again

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

RSS

20 days ago

main
v1.127.1
Compare
v1.127.1

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
POST /api/v1/account
  • Body
  • application/json content type Modified
    • alternative Modified
      • Create Client Account alternative Modified
        • groups property Modified
          • Type went from array to array[string(uuid)]
      • Create Employee Account alternative Modified
        • departments property Modified
          • Type went from array to string
            Breaking
        • groups property Modified
          • Type went from array to array[string(uuid)]
      • Create Introducer Account alternative Modified
        • groups property Modified
          • Type went from array to array[string(uuid)]
PUT /api/v1/account/{uuid}
  • Body
  • application/json content type Modified
    • alternative Modified
      • Update Client Account alternative Modified
        • groups property Modified
          • Type went from array to array[string(uuid)]
        • circles property Modified
          • Type went from array to array[object]
      • Update Employee Account alternative Modified
        • departments property Modified
          • Type went from array to string
            Breaking
        • groups property Modified
          • Type went from array to array[string(uuid)]
      • Update Introducer Account alternative Modified
        • groups property Modified
          • Type went from array to array[string(uuid)]