Documentation

You call a method on this test service like this: http://devtest.plainblack.com/test393984.pl?op=method

If the method has parameters you can add them like this: http://devtest.plainblack.com/test393984.pl?op=method;paramName=paramValue

You can specify the format of your data by adding ;as=type to the end of the URL. The valid types are: javascript, perl, xml

Here are your methods:

getCustomers

Retrieves a list of customer ids in the system.

getCustomer

Retrieves a single customer record. Requires a parameter of customer which is a valid customer id.

getOrders

Retrieves a list of order ids in the system for a given customer. Requires a parameter of customer which is a valid customer id.

getOrder

Retrieves the detail of an order. Requires a parameter of customer and another called order.