GET api/statistics/skinCentre/{skinCentreAccountNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skinCentreAccountNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
statsSkinCentreResult| Name | Description | Type | Additional information |
|---|---|---|---|
| booking | integer |
None. |
|
| cancellation | integer |
None. |
|
| waitingList | integer |
None. |
|
| student | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"booking": 1,
"cancellation": 2,
"waitingList": 3,
"student": 4
}