You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Readme.md
Updated readme to show examples of how to call API endpoints for retrieve customer account records associated with a supplier organisation.
--APIv1Constants.php
added constants to support calling API endpoints for searching for supplier organisation's account records.
--APIv1EndpointOrgRetrieveCustomerAccountRecord.php
Added class for calling API endpoint to retrieve a supplier organisation account record.
--APIv1ExampleRunnerRetrieveCustomerAccountRecord.cs
Added class to show an example of how to call the API endpoint to retrieve a supplier organisation's customer account record's details.
--APIv1ExampleRunnerProcureOrderFromSupplier.php
Added lines to class to show example of how to add multiple lines to a purchase order.
--APIv1ExampleRunnerRetrieveOrgESDData.php
Added qtyOrderable property to show example of how to retrieve this data that shows the maximum amount that can be ordered for this quantity.
0 commit comments