Skip to content

Instantly share code, notes, and snippets.

@oleddzo
Last active October 22, 2019 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleddzo/babddaf98417bcfc7ea1b395f8f29636 to your computer and use it in GitHub Desktop.
Save oleddzo/babddaf98417bcfc7ea1b395f8f29636 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<GetAccountRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<AccountEntrySortType>AccountEntryCreatedTimeAscending</AccountEntrySortType>
<AccountHistorySelection>BetweenSpecifiedDates</AccountHistorySelection>
<Currency>EUR</Currency>
<BeginDate>2019-09-16</BeginDate>
<EndDate>2019-10-15</EndDate>
<ExcludeBalance>false</ExcludeBalance>
<ExcludeSummary>false</ExcludeSummary>
<Pagination>
<EntriesPerPage>100</EntriesPerPage>
<PageNumber>1</PageNumber>
</Pagination>
<WarningLevel>Low</WarningLevel>
</GetAccountRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment