GET api/v2/Service/Parking?site={site}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| site | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1
}
text/html
Sample:
{"Count":1}
application/xml, text/xml
Sample:
<ServiceCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyWelcome.WebApi.Models"> <Count>1</Count> </ServiceCount>