Overview
High level API provides objects for easy manipulation with common entities, like affiliates, commissions, etc. For every entity there are two main objects:
- row object – (for example: Pap_Api_Affiliate) – it can retrieve one record, you can edit, or add new record using this object
- grid object – (for example: Pap_Api_AfiliatesGrid) – it can retrieve grid of affiliates (list of affiliate records)
High level API classes have names start with Pap_Api_******
Row o...