mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-02 20:56:14 +03:00
Readme fix
This commit is contained in:
commit
1c36f3464b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import retailcrm
|
|||
|
||||
client = retailcrm.v4('https://demo.retailcrm.pro', 'uLxXKBwjQteE9NkO3cJAqTXNwvKktaTc')
|
||||
|
||||
result = client.customers_history(filter={'sinceId': '1500', 'startDate': '2018-03-01'})
|
||||
result = client.customers_history(filters={'sinceId': '1500', 'startDate': '2018-03-01'})
|
||||
|
||||
print(result['pagination']['totalCount'])
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue