POST api/ProductType/ProductTypeList
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadProductType| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadProductType |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"vague": "sample string 1"
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadProductTypecc8wrA37 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ReadModels">
<d2p1:vague>sample string 1</d2p1:vague>
</data>
</ReadDTOOfReadProductTypecc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfListOfResult_ProductTypeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Result_ProductTypeInfo |
None. |
|
| msg | string |
None. |
|
| Exception | Object |
None. |
|
| Exception1 | Object |
None. |
|
| count | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": [
{
"tunhuo_flag": 1,
"tunhuo_flagName": "sample string 2",
"tunhuo_b_time": "sample string 3",
"tunhuo_e_time": "sample string 4",
"tuihuo_flag": 5,
"tuihuo_flagName": "sample string 6",
"tuihuo_b_time": "sample string 7",
"tuihuo_e_time": "sample string 8",
"money_flag": 9,
"money_flagName": "sample string 10",
"type_money": 11.1,
"money": 12.0,
"remark": "sample string 13",
"IMEI_flagName": "sample string 14",
"tunhuo_esc_b_time": "sample string 15",
"tunhuo_esc_e_time": "sample string 16",
"id": 17,
"name": "sample string 18",
"IMEI_flag": 19
},
{
"tunhuo_flag": 1,
"tunhuo_flagName": "sample string 2",
"tunhuo_b_time": "sample string 3",
"tunhuo_e_time": "sample string 4",
"tuihuo_flag": 5,
"tuihuo_flagName": "sample string 6",
"tuihuo_b_time": "sample string 7",
"tuihuo_e_time": "sample string 8",
"money_flag": 9,
"money_flagName": "sample string 10",
"type_money": 11.1,
"money": 12.0,
"remark": "sample string 13",
"IMEI_flagName": "sample string 14",
"tunhuo_esc_b_time": "sample string 15",
"tunhuo_esc_e_time": "sample string 16",
"id": 17,
"name": "sample string 18",
"IMEI_flag": 19
}
],
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfArrayOfResult_ProductTypeInfo3G4q1gKH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
<Exception />
<Exception1 />
<PageIndex>7</PageIndex>
<PageSize>6</PageSize>
<code>1</code>
<count>5</count>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ResultModels">
<d2p1:Result_ProductTypeInfo>
<d2p1:IMEI_flag>19</d2p1:IMEI_flag>
<d2p1:id>17</d2p1:id>
<d2p1:name>sample string 18</d2p1:name>
<d2p1:IMEI_flagName>sample string 14</d2p1:IMEI_flagName>
<d2p1:money>12</d2p1:money>
<d2p1:money_flag>9</d2p1:money_flag>
<d2p1:money_flagName>sample string 10</d2p1:money_flagName>
<d2p1:remark>sample string 13</d2p1:remark>
<d2p1:tuihuo_b_time>sample string 7</d2p1:tuihuo_b_time>
<d2p1:tuihuo_e_time>sample string 8</d2p1:tuihuo_e_time>
<d2p1:tuihuo_flag>5</d2p1:tuihuo_flag>
<d2p1:tuihuo_flagName>sample string 6</d2p1:tuihuo_flagName>
<d2p1:tunhuo_b_time>sample string 3</d2p1:tunhuo_b_time>
<d2p1:tunhuo_e_time>sample string 4</d2p1:tunhuo_e_time>
<d2p1:tunhuo_esc_b_time>sample string 15</d2p1:tunhuo_esc_b_time>
<d2p1:tunhuo_esc_e_time>sample string 16</d2p1:tunhuo_esc_e_time>
<d2p1:tunhuo_flag>1</d2p1:tunhuo_flag>
<d2p1:tunhuo_flagName>sample string 2</d2p1:tunhuo_flagName>
<d2p1:type_money>11.1</d2p1:type_money>
</d2p1:Result_ProductTypeInfo>
<d2p1:Result_ProductTypeInfo>
<d2p1:IMEI_flag>19</d2p1:IMEI_flag>
<d2p1:id>17</d2p1:id>
<d2p1:name>sample string 18</d2p1:name>
<d2p1:IMEI_flagName>sample string 14</d2p1:IMEI_flagName>
<d2p1:money>12</d2p1:money>
<d2p1:money_flag>9</d2p1:money_flag>
<d2p1:money_flagName>sample string 10</d2p1:money_flagName>
<d2p1:remark>sample string 13</d2p1:remark>
<d2p1:tuihuo_b_time>sample string 7</d2p1:tuihuo_b_time>
<d2p1:tuihuo_e_time>sample string 8</d2p1:tuihuo_e_time>
<d2p1:tuihuo_flag>5</d2p1:tuihuo_flag>
<d2p1:tuihuo_flagName>sample string 6</d2p1:tuihuo_flagName>
<d2p1:tunhuo_b_time>sample string 3</d2p1:tunhuo_b_time>
<d2p1:tunhuo_e_time>sample string 4</d2p1:tunhuo_e_time>
<d2p1:tunhuo_esc_b_time>sample string 15</d2p1:tunhuo_esc_b_time>
<d2p1:tunhuo_esc_e_time>sample string 16</d2p1:tunhuo_esc_e_time>
<d2p1:tunhuo_flag>1</d2p1:tunhuo_flag>
<d2p1:tunhuo_flagName>sample string 2</d2p1:tunhuo_flagName>
<d2p1:type_money>11.1</d2p1:type_money>
</d2p1:Result_ProductTypeInfo>
</data>
<msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_ProductTypeInfo3G4q1gKH>