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

Jan 31, 2022

main
1.0.0
Compare

API structure has changed

17 structure changes including:
5 Breaking changes
11 Additions
1 Modification
5 Removals
Modified 1
DELETE /api/v1/firm/{firm}/client/{id}
  • Response
  • 204 response Added
Removed 5 Breaking
PUT /api/v1/firm/{firm}/client/{client}/address/{id}
POST /api/v1/firm/{firm}/client/{client}/address
GET /api/v1/firm/{firm}/client/{client}/address/{id}
GET /api/v1/firm/{firm}/client/{client}/address
DELETE /api/v1/firm/{firm}/client/{client}/address/{id}
Added 11
PUT /api/v1/firm/{firm}/client/{client}/contact-detail/{id}
PUT /api/v1/firm/{firm}/client/{client}/address/{id}
POST /api/v1/firm/{firm}/client/{client}/contact-detail
POST /api/v1/firm/{firm}/client/{client}/address
GET /api/v1/firm/{firm}/client/{client}/contact-detail/{id}
GET /api/v1/firm/{firm}/client/{client}/contact-detail
GET /api/v1/firm/{firm}/client/{client}/address/{id}
GET /api/v1/firm/{firm}/client/{client}/address
DELETE /api/v1/firm/{firm}/client/{client}/contact-detail/{id}
DELETE /api/v1/firm/{firm}/client/{client}/address/{id}
DELETE /api/v1/firm/{firm}/board/{board_id}/list/{boardList}/task/{boardTask}