get http://api-gateway-eu.phorest.com/third-party-api-server/api/business//clientcourse/
Get a client course for the specified business id and client course id
Log in to see full request history
Responses
Get a client course for the specified business id and client course id
xxxxxxxxxx
curl --request GET \
--url http://api-gateway-eu.phorest.com/third-party-api-server/api/business/businessId/clientcourse/clientCourseId \
--header 'accept: application/json'
xxxxxxxxxx
49}
{
"clientCourseId": "ab123",
"archived": false,
"purchaseDate": "2018-01-01",
"expiryDate": "2018-01-01",
"clientId": "ab123",
"purchasingBranchId": "ab123",
"courseId": "ab123",
"courseName": "10 x Massage",
"grossPrice": 100,
"netPrice": 80,
"clientCourseItems": [
{
"clientCourseItemId": "ab123",
"courseItemId": "ab123",
"serviceId": "ab123",
"initialUnits": 10,
"remainingUnits": 5,
"grossPrice": 100,
"netPrice": 80,
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",