API structure has changed
10 structure changes including:
10 Modifications
Modified
10
Breaking
GET /api/v1/client/{client_uuid}/charges
- Query
- include, sort query parameters Added
GET /api/v1/expected-charge/{expectedCharge_uuid}
- Response
-
200 response Modified
- tax_exempt, tax, recurring, gross_amount, net_amount, amount, percentage, exclude_from_rmar, rmar_type, advice_type, service_type, advice_area, seller properties Added
GET /api/v1/plans/{plan_uuid}/charges
- Query
- include, sort query parameters Added
POST /api/v1/charge
- Body
-
content type Modified
- seller_uuid, exclude_from_rmar, advice_type, service_type, advice_area properties Added
POST /api/v1/employee
- Body
-
content type Modified
- advice_type property Added
POST /api/v1/expected-charge/reconcile
- Response
-
200 response Modified
- tax_exempt, tax, recurring, gross_amount, net_amount, amount, percentage, exclude_from_rmar, rmar_type, advice_type, service_type, advice_area, seller properties Added
POST /api/v1/firm/{firm_uuid}/settings
- Body
-
content type Modified
- advice_type property Added
PUT /api/v1/charge/{uuid}
- Body
-
content type Modified
- seller_uuid, exclude_from_rmar, advice_type, service_type, advice_area properties Added
PUT /api/v1/employee/{uuid}
- Body
-
content type Modified
- advice_type property Added
PUT /api/v1/expected-charge/{expectedCharge_uuid}
- Body
-
content type Modified
- seller_uuid, exclude_from_rmar, rmar_type, advice_type, service_type properties Added
- Response
-
200 response Modified
- tax_exempt, tax, recurring, gross_amount, net_amount, amount, percentage, exclude_from_rmar, rmar_type, advice_type, service_type, advice_area, seller properties Added