Skip to content

Release 1.2

Compare
Choose a tag to compare
@squizzdev squizzdev released this 26 Nov 13:54
· 21 commits to master since this release

Release 1.2 brings PHP classes to be able to call the SQUIZZ.com's platform API for searching for invoice, sales order, back order, credit, payment and transaction records within a supplier organisation's connected business system, based on a customer account assigned to a customer organisation.

The following classes were added

  • APIv1EndpointOrgSearchCustomerAccountRecords.php:
  • APIv1EndpointOrgRetrieveCustomerAccountRecord.php

The follow example classes for using these API endpoints can be found in the test/squizz/api/v1/example folder with the following class names:

  • APIv1ExampleRunnerSearchCustomerAccountRecords.php
  • APIv1ExampleRunnerRetrieveCustomerAccountRecord.php