Skip to content

Commit

Permalink
Update README.md for clients stream full table changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu73 authored Feb 19, 2024
1 parent 5cdad44 commit 57344fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ This tap:
- Bookmark: last_modified_date (date-time)
- Transformations: Fields camelCase to snake_case, Abstract/generalize custom_field_sets

[**clients (GET v2)**](https://api.mambu.com/?http#clients-search)
[**clients (GET v2)**](https://api.mambu.com/?http#clients-getall)
- Endpoint: https://instance.sandbox.mambu.com/api/clients
- Primary keys: id
- Foreign keys: assigned_user_key (users), assigned_centre_key (centres), custom_field_set_id, custom_field_id (custom_field_sets)
- Replication strategy: Incremental (query all, filter results)
- Sort by: lastModifiedDate:ASC
- Bookmark: last_modified_date (date-time)
- Replication strategy: Full table
- Transformations: Fields camelCase to snake_case, Abstract/generalize custom_field_sets

[**credit_arrangements (GET v2)**](https://api.mambu.com/?http#creditarrangements-getAll)
Expand Down Expand Up @@ -270,7 +268,6 @@ This tap:
"branches": "2019-06-11T13:37:51Z",
"communications": "2019-06-19T19:48:42Z",
"centres": "2019-06-18T18:23:53Z",
"clients": "2019-06-20T00:52:44Z",
"credit_arrangements": "2019-06-19T19:48:45Z",
"custom_field_sets": "2019-06-11T13:37:56Z",
"deposit_accounts": "2019-06-19T19:48:47Z",
Expand Down

0 comments on commit 57344fd

Please sign in to comment.