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

Nov 30, 2022

main
1.0.0
Compare

API structure has changed

15 structure changes including:
1 Breaking change
1 Addition
13 Modifications
1 Removal
Modified 13 Breaking
GET /api/v1/expected-charge/{expectedCharge_uuid}
  • Response
  • 200 response Modified
    • reconciliations property Removed
GET /api/v1/expected-payment
  • Response
  • 200 response Modified
    • expected_charges, expected_charge_reconciliations properties Removed
    • expected_charge property Added
GET /api/v1/expected-payment/{expectedPayment_uuid}
  • Response
  • 200 response Modified
    • expected_charges, expected_charge_reconciliations properties Removed
    • expected_charge property Added
GET /api/v1/provider-statement/{providerStatement_uuid}
  • Response
  • 200 response Modified
    • reconciled_charges_amount property Removed
    • reconciled_expectations_amount property Added
GET /api/v1/statement/{uuid}
  • Response
  • 200 response Modified
    • payment_reconciled_amount, expected_charge_reconciled_amount, provider_statements properties Removed
POST /api/v1/expected-charge/reconcile
  • Body
  • content type Modified
    • provider_statement_uuid, expected_charges properties Removed
    • expected_charge_uuid property Added
  • Response
  • 200 response Added
POST /api/v1/expected-payment
  • Response
  • 200 response Modified
    • expected_charges, expected_charge_reconciliations properties Removed
    • expected_charge property Added
POST /api/v1/provider-statement
  • Response
  • 201 response Modified
    • reconciled_charges_amount property Removed
    • reconciled_expectations_amount property Added
POST /api/v1/statement/{statement_uuid}/lock
  • Response
  • 200 response Modified
    • payment_reconciled_amount, expected_charge_reconciled_amount, provider_statements properties Removed
POST /api/v1/statement/{statement_uuid}/unlock
  • Response
  • 200 response Modified
    • payment_reconciled_amount, expected_charge_reconciled_amount, provider_statements properties Removed
PUT /api/v1/expected-charge/{expectedCharge_uuid}
  • Response
  • 200 response Modified
    • reconciliations property Removed
PUT /api/v1/expected-payment/{expectedPayment_uuid}
  • Response
  • 200 response Modified
    • expected_charges, expected_charge_reconciliations properties Removed
    • expected_charge property Added
PUT /api/v1/provider-statement/{providerStatement_uuid}
  • Response
  • 200 response Modified
    • reconciled_charges_amount property Removed
    • reconciled_expectations_amount property Added
Removed 1 Breaking
GET /api/v1/expected-charge/{expectedCharge_uuid}/reconciliations
Added 1
POST /api/v1/expected-payment/{expectedPayment_uuid}/unreconcile-expectation