API structure has changed
12 structure changes including:
3 Breaking changes
5 Additions
4 Modifications
3 Removals
Modified
4
Breaking
GET /api/v1/expected-payment
- Response
-
200 response Modified
- name, payment_reference, payment_date, amount properties Removed
- client_name, transaction_reference, date, gross_amount properties Added
- Query
- filter[provider_statement] query parameter Added
GET /api/v1/expected-payment/{expectedPayment_uuid}
- Response
-
200 response Modified
- name, payment_reference, payment_date, amount properties Removed
- client_name, transaction_reference, date, gross_amount properties Added
POST /api/v1/expected-payment
- Body
-
content type Modified
- statement_uuid property Modified
- provider_uuid, payment_origin properties Removed
- provider_statement_uuid property Added
- Response
-
200 response Modified
- name, payment_reference, payment_date, amount properties Removed
- client_name, transaction_reference, date, gross_amount properties Added
PUT /api/v1/expected-payment/{expectedPayment_uuid}
- Body
-
content type Modified
- policy_number property Modified
- name, payment_reference, payment_date, amount properties Removed
- client_name, transaction_reference, agency_number, product_reference, date, gross_amount, net_amount, adviser_name properties Added
- Response
-
200 response Modified
- name, payment_reference, payment_date, amount properties Removed
- client_name, transaction_reference, date, gross_amount properties Added
Removed
3
Breaking
GET /api/v1/statement/{statement_uuid}/provider-statement
GET /api/v1/statement/{statement_uuid}/provider-statement/{providerStatement_uuid}
POST /api/v1/expected-payment/csv
Added
5
DELETE /api/v1/provider-statement/{providerStatement_uuid}
GET /api/v1/provider-statement
GET /api/v1/provider-statement/{providerStatement_uuid}
POST /api/v1/provider-statement
PUT /api/v1/provider-statement/{providerStatement_uuid}