getAccountStatement date range problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mihail78
    Junior Member
    • May 2015
    • 1

    #1

    getAccountStatement date range problem

    Hello!

    In getAccountStatement request I use this filter:

    {"itemDateRange":{"from":"2015-04-01T00:00:00.000+03:00","to":"2015-04-05T00:00:00.000+03:00"},"includeItem":"EXCHANGE"," locale":"Russian"}

    But API receive full events list without date filtration.

    In https://developer.betfair.com/visual...nt-operations/
    the same situation.


    How to fix this situation?

    Regards,
    Mihail
  • betdynamics
    Junior Member
    • Sep 2010
    • 534

    #2
    This appears to be covered in the documentation:

    The description for itemDateRange says:

    Return items with an itemDate within this date range. Both from and to date times are inclusive. If from is not specified then the oldest available items will be in range. If to is not specified then the latest items will be in range. nb. This itemDataRange is currently only applied when includeItem is set to ALL or not specified, else items are NOT bound by itemDate.

    Comment

    Working...
    X