GET api/PaidService/GetPaidServiceSort?communityId={communityId}
有偿服务分类
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfPaidServiceSortList| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PaidServiceSortList |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"Title": "sample string 2"
},
{
"Id": "sample string 1",
"Title": "sample string 2"
}
]
}