POST GetResource
Request Information
URI Parameters
None.
Body Parameters
ResourceRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyName | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsPublicDemand | integer |
None. |
|
| IsTop | integer |
None. |
|
| FirsttypeId | integer |
None. |
|
| Sort | integer |
None. |
|
| CustomerNo | string |
None. |
|
| StartCreateTime | date |
None. |
|
| EndCreateTime | date |
None. |
|
| UnitNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyName": "sample string 1",
"PageIndex": 2,
"PageSize": 3,
"IsPublicDemand": 1,
"IsTop": 1,
"FirsttypeId": 4,
"Sort": 5,
"CustomerNo": "sample string 6",
"StartCreateTime": "2026-06-22T15:53:18.050909+08:00",
"EndCreateTime": "2026-06-22T15:53:18.050909+08:00",
"UnitNo": "sample string 7"
}
application/xml, text/xml
Sample:
<ResourceRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO"> <CustomerNo>sample string 6</CustomerNo> <EndCreateTime>2026-06-22T15:53:18.050909+08:00</EndCreateTime> <FirsttypeId>4</FirsttypeId> <IsPublicDemand>1</IsPublicDemand> <IsTop>1</IsTop> <KeyName>sample string 1</KeyName> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <Sort>5</Sort> <StartCreateTime>2026-06-22T15:53:18.050909+08:00</StartCreateTime> <UnitNo>sample string 7</UnitNo> </ResourceRequestDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TupleOfIListOfCustomerResourceResponseDTOAndInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | Collection of CustomerResourceResponseDTO |
None. |
|
| Item2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_Item1": [
{
"CourseId": 1,
"YlxCourseId": 2,
"CourseCode": "sample string 3",
"CourseName": "sample string 4",
"FirstTypeId": 5,
"FirstTypeName": "sample string 6",
"Expertid": 7,
"ExpertName": "sample string 8",
"Price": 9.1,
"IsTop": 10,
"PcImg": "sample string 11",
"PhoneImg": "sample string 12",
"ClassesNum": 13,
"CreateTime": "2026-06-22T15:53:18.0587282+08:00",
"LearningHours": 1.0,
"CreateTimeShow": "2026-06-22 15:53:18",
"PlanType": 1,
"TypeId": 1,
"ProfessionalLevel": 1,
"ClassHours": 1,
"totalLength": 15
},
{
"CourseId": 1,
"YlxCourseId": 2,
"CourseCode": "sample string 3",
"CourseName": "sample string 4",
"FirstTypeId": 5,
"FirstTypeName": "sample string 6",
"Expertid": 7,
"ExpertName": "sample string 8",
"Price": 9.1,
"IsTop": 10,
"PcImg": "sample string 11",
"PhoneImg": "sample string 12",
"ClassesNum": 13,
"CreateTime": "2026-06-22T15:53:18.0587282+08:00",
"LearningHours": 1.0,
"CreateTimeShow": "2026-06-22 15:53:18",
"PlanType": 1,
"TypeId": 1,
"ProfessionalLevel": 1,
"ClassHours": 1,
"totalLength": 15
}
],
"m_Item2": 1
}
application/xml, text/xml
Sample:
<TupleOfArrayOfCustomerResourceResponseDTOintjKieGXTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
<m_Item1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.DTO">
<d2p1:CustomerResourceResponseDTO>
<d2p1:ClassHours>1</d2p1:ClassHours>
<d2p1:ClassesNum>13</d2p1:ClassesNum>
<d2p1:CourseCode>sample string 3</d2p1:CourseCode>
<d2p1:CourseId>1</d2p1:CourseId>
<d2p1:CourseName>sample string 4</d2p1:CourseName>
<d2p1:CreateTime>2026-06-22T15:53:18.0587282+08:00</d2p1:CreateTime>
<d2p1:ExpertName>sample string 8</d2p1:ExpertName>
<d2p1:Expertid>7</d2p1:Expertid>
<d2p1:FirstTypeId>5</d2p1:FirstTypeId>
<d2p1:FirstTypeName>sample string 6</d2p1:FirstTypeName>
<d2p1:IsTop>10</d2p1:IsTop>
<d2p1:LearningHours>1</d2p1:LearningHours>
<d2p1:PcImg>sample string 11</d2p1:PcImg>
<d2p1:PhoneImg>sample string 12</d2p1:PhoneImg>
<d2p1:PlanType>1</d2p1:PlanType>
<d2p1:Price>9.1</d2p1:Price>
<d2p1:ProfessionalLevel>1</d2p1:ProfessionalLevel>
<d2p1:TypeId>1</d2p1:TypeId>
<d2p1:YlxCourseId>2</d2p1:YlxCourseId>
<d2p1:totalLength>15</d2p1:totalLength>
</d2p1:CustomerResourceResponseDTO>
<d2p1:CustomerResourceResponseDTO>
<d2p1:ClassHours>1</d2p1:ClassHours>
<d2p1:ClassesNum>13</d2p1:ClassesNum>
<d2p1:CourseCode>sample string 3</d2p1:CourseCode>
<d2p1:CourseId>1</d2p1:CourseId>
<d2p1:CourseName>sample string 4</d2p1:CourseName>
<d2p1:CreateTime>2026-06-22T15:53:18.0587282+08:00</d2p1:CreateTime>
<d2p1:ExpertName>sample string 8</d2p1:ExpertName>
<d2p1:Expertid>7</d2p1:Expertid>
<d2p1:FirstTypeId>5</d2p1:FirstTypeId>
<d2p1:FirstTypeName>sample string 6</d2p1:FirstTypeName>
<d2p1:IsTop>10</d2p1:IsTop>
<d2p1:LearningHours>1</d2p1:LearningHours>
<d2p1:PcImg>sample string 11</d2p1:PcImg>
<d2p1:PhoneImg>sample string 12</d2p1:PhoneImg>
<d2p1:PlanType>1</d2p1:PlanType>
<d2p1:Price>9.1</d2p1:Price>
<d2p1:ProfessionalLevel>1</d2p1:ProfessionalLevel>
<d2p1:TypeId>1</d2p1:TypeId>
<d2p1:YlxCourseId>2</d2p1:YlxCourseId>
<d2p1:totalLength>15</d2p1:totalLength>
</d2p1:CustomerResourceResponseDTO>
</m_Item1>
<m_Item2>1</m_Item2>
</TupleOfArrayOfCustomerResourceResponseDTOintjKieGXTP>