GET GetSalonEventTypeList?shopId={shopId}
获取活动课程分类
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId |
商城ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SalonEventTypeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTypeID |
沙龙活动课程分类ID |
globally unique identifier |
None. |
| TypeName |
分类名称 |
string |
None. |
| TypeIco |
类型图标 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EventTypeID": "c1ab897b-5998-4b23-bb8b-2d65885644f2",
"TypeName": "sample string 2",
"TypeIco": "sample string 3"
},
{
"EventTypeID": "c1ab897b-5998-4b23-bb8b-2d65885644f2",
"TypeName": "sample string 2",
"TypeIco": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSalonEventTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.OnlineEducation.Models">
<SalonEventTypeInfo>
<EventTypeID>c1ab897b-5998-4b23-bb8b-2d65885644f2</EventTypeID>
<TypeIco>sample string 3</TypeIco>
<TypeName>sample string 2</TypeName>
</SalonEventTypeInfo>
<SalonEventTypeInfo>
<EventTypeID>c1ab897b-5998-4b23-bb8b-2d65885644f2</EventTypeID>
<TypeIco>sample string 3</TypeIco>
<TypeName>sample string 2</TypeName>
</SalonEventTypeInfo>
</ArrayOfSalonEventTypeInfo>