Starting test: testGetCustomers
-------------------------------------------------------------------------------------
GET customers in XML format:
<?xml version="1.0" encoding="utf-8"?>
<Error xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.unleashedsoftware.com/version/1"><Description>(403) Forbidden: The API Id parameter must be a GUID.</Description></Error>
GET customers in XML format: example of looping through the customer list
-------------------------------------------------------------------------------------
GET customers in JSON format:
{"description":"(403) Forbidden: The API Id parameter must be a GUID."}
GET customers in JSON format: example of looping through the customer list
End of test: testGetCustomers
-------------------------------------------------------------------------------------
Starting test: testGetCustomersByName
-------------------------------------------------------------------------------------
GET customers by name in XML format:<?xml version="1.0" encoding="utf-8"?>
<Error xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.unleashedsoftware.com/version/1"><Description>(403) Forbidden: The API Id parameter must be a GUID.</Description></Error>
GET customers in XML format: example of looping through the customer list
-------------------------------------------------------------------------------------
GET customers by name in JSON format:{"description":"(403) Forbidden: The API Id parameter must be a GUID."}
GET customers in JSON format: example of looping through the customer list
End of test: testGetCustomersByName
-------------------------------------------------------------------------------------
Starting test: testPostUpdateCustomer
-------------------------------------------------------------------------------------
POST update customer in XML format: