GET api/Vehicle/GetVehicleCommunityTotal?memucode={memucode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memucode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfVehicleCommunityTotalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | VehicleCommunityTotalViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"CommunityCount": 1,
"ParkingCount": 2,
"CarPortCount": 3,
"CarCount": 4
}
}