GET api/Urgecharge/APP_GetCanBindLabel_ByRoomIDCarport?RoomOrCarPortID={RoomOrCarPortID}&CID={CID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomOrCarPortID | string |
Required |
|
| CID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfProperty_UrgeCharge_Label| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of Property_UrgeCharge_Label |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"CID": "sample string 1",
"Title": "sample string 2",
"StaffID": "sample string 3",
"Remark": "sample string 4",
"StaffName": "sample string 5",
"UseCnt": 6,
"Id": "sample string 7",
"Created": "2025-12-07 04:21:40",
"Updated": "2025-12-07 04:21:40"
},
{
"CID": "sample string 1",
"Title": "sample string 2",
"StaffID": "sample string 3",
"Remark": "sample string 4",
"StaffName": "sample string 5",
"UseCnt": 6,
"Id": "sample string 7",
"Created": "2025-12-07 04:21:40",
"Updated": "2025-12-07 04:21:40"
}
]
}