Swagger Definition
Refer to the swagger file for a full definition
Standard Web Service
This web service requires a standard CourseSales.com web services user. It may be used in client or server-side applications.
Call pattern
This service requires only the login details as specified for SOAP and REST.
Example
PHP using REST
$parameters = array();
$parameters['LoginUsername'] = 'yourSoapUsername';
$parameters['LoginPassword'] = 'yourSoapPassword';
'https://[yoursubdomain].coursesales.com/rest/connectiontest?'. json_encode( $parameters );