If you have any question left, please drop a note with the discussion link of this page.
Version 2008-05-21 RC05
From Wiki.zanox.com
- New Reports Resource with the new methods
- retrieve Sales: /reports/sales
- retrieve Leads: /reports/leads
- Please note, that the reports paging is currently not implemented!!
- New Payments Resource with the new methods
- Retrieving all payment items: /payments
- Retrieving a single payment item: /payments/payments/{id}
- Retrieving all balance items: /payments/balances
- Retrieving a single balance item: /payments/balances/balance/{currency}
- Retrieving all account items: /payments/accounts
- Retrieving a single account item: /payments/accounts/account/{id}
- modified admedia REST URI
- 'type' instead of 'linkType'
- AdMedia Resource
- adjusted the linkformats
- fixed errors with
<admediumItem xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>, if the resultset is not empty but also not valid
- Products Resource
- fixed errors with
<admediumItem xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>, if the resultset is not empty but also not valid
- fixed errors with
- Bugfixes
- fixed paging errors(except: searchProducts, searchProgram, getLeads and getSales)
- fixed error in program condition with interchanged ppsMinFixed/ppsMaxFixed and ppsMinPercent/ppsMaxPercent
- moved the user adrank from the adspace resource to the profile resource
- tbc