Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

List customers

res = po_client.request("post", "/apps/any/queries/read__qpt__list_customers", limit=2, offset=0)

POST /apps/any/queries/read__qpt__list_customers
POST /apps/any/queries/read__qpt__list_customers {'limit': '2', 'offset': '0'}
Response:

...