POST api/PlatformOutbound/CanPlatformOutboundInfo1
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadCanPlatformOutbound| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadCanPlatformOutbound |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"audit_date": "sample string 1",
"ware_code": "sample string 2",
"product_code": "sample string 3",
"IMEI": "sample string 4",
"product_name": "sample string 5",
"product_type_id": "sample string 6"
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadCanPlatformOutboundcc8wrA37 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:IMEI>sample string 4</d2p1:IMEI>
<d2p1:audit_date>sample string 1</d2p1:audit_date>
<d2p1:product_code>sample string 3</d2p1:product_code>
<d2p1:product_name>sample string 5</d2p1:product_name>
<d2p1:product_type_id>sample string 6</d2p1:product_type_id>
<d2p1:ware_code>sample string 2</d2p1:ware_code>
</data>
</ReadDTOOfReadCanPlatformOutboundcc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfListOfResult_CanPlatformOutbound| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Result_CanPlatformOutbound |
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": [
{
"ware_code": 1,
"product_code": "sample string 2",
"id": 3,
"indent_id": 4,
"z_id": 5,
"amount": 6.0,
"tui_amount": 7.0,
"in_date": "sample string 8",
"in_price": 9.0,
"statue": 10,
"statueName": "sample string 11",
"remark": "sample string 12",
"IMEI": "sample string 13",
"p_amount": 14.0,
"wl_code": "sample string 15",
"c_indent_code": "sample string 16",
"Icustomer_id": 17,
"suppliers_name": "sample string 18",
"contact_person": "sample string 19",
"contact_tel": "sample string 20",
"product_name": "sample string 21",
"product_type_id": 22,
"product_type_name": "sample string 23",
"ware_name": "sample string 24",
"CanOut_amount": 25.0,
"KC_amount": 26.0,
"Shengyu_amount": 27.0,
"All_suppliers_name": "sample string 28",
"model": "sample string 29",
"Specifications": "sample string 30"
},
{
"ware_code": 1,
"product_code": "sample string 2",
"id": 3,
"indent_id": 4,
"z_id": 5,
"amount": 6.0,
"tui_amount": 7.0,
"in_date": "sample string 8",
"in_price": 9.0,
"statue": 10,
"statueName": "sample string 11",
"remark": "sample string 12",
"IMEI": "sample string 13",
"p_amount": 14.0,
"wl_code": "sample string 15",
"c_indent_code": "sample string 16",
"Icustomer_id": 17,
"suppliers_name": "sample string 18",
"contact_person": "sample string 19",
"contact_tel": "sample string 20",
"product_name": "sample string 21",
"product_type_id": 22,
"product_type_name": "sample string 23",
"ware_name": "sample string 24",
"CanOut_amount": 25.0,
"KC_amount": 26.0,
"Shengyu_amount": 27.0,
"All_suppliers_name": "sample string 28",
"model": "sample string 29",
"Specifications": "sample string 30"
}
],
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfArrayOfResult_CanPlatformOutbound3G4q1gKH 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_CanPlatformOutbound>
<d2p1:All_suppliers_name>sample string 28</d2p1:All_suppliers_name>
<d2p1:CanOut_amount>25</d2p1:CanOut_amount>
<d2p1:IMEI>sample string 13</d2p1:IMEI>
<d2p1:Icustomer_id>17</d2p1:Icustomer_id>
<d2p1:KC_amount>26</d2p1:KC_amount>
<d2p1:Shengyu_amount>27</d2p1:Shengyu_amount>
<d2p1:Specifications>sample string 30</d2p1:Specifications>
<d2p1:amount>6</d2p1:amount>
<d2p1:c_indent_code>sample string 16</d2p1:c_indent_code>
<d2p1:contact_person>sample string 19</d2p1:contact_person>
<d2p1:contact_tel>sample string 20</d2p1:contact_tel>
<d2p1:id>3</d2p1:id>
<d2p1:in_date>sample string 8</d2p1:in_date>
<d2p1:in_price>9</d2p1:in_price>
<d2p1:indent_id>4</d2p1:indent_id>
<d2p1:model>sample string 29</d2p1:model>
<d2p1:p_amount>14</d2p1:p_amount>
<d2p1:product_code>sample string 2</d2p1:product_code>
<d2p1:product_name>sample string 21</d2p1:product_name>
<d2p1:product_type_id>22</d2p1:product_type_id>
<d2p1:product_type_name>sample string 23</d2p1:product_type_name>
<d2p1:remark>sample string 12</d2p1:remark>
<d2p1:statue>10</d2p1:statue>
<d2p1:statueName>sample string 11</d2p1:statueName>
<d2p1:suppliers_name>sample string 18</d2p1:suppliers_name>
<d2p1:tui_amount>7</d2p1:tui_amount>
<d2p1:ware_code>1</d2p1:ware_code>
<d2p1:ware_name>sample string 24</d2p1:ware_name>
<d2p1:wl_code>sample string 15</d2p1:wl_code>
<d2p1:z_id>5</d2p1:z_id>
</d2p1:Result_CanPlatformOutbound>
<d2p1:Result_CanPlatformOutbound>
<d2p1:All_suppliers_name>sample string 28</d2p1:All_suppliers_name>
<d2p1:CanOut_amount>25</d2p1:CanOut_amount>
<d2p1:IMEI>sample string 13</d2p1:IMEI>
<d2p1:Icustomer_id>17</d2p1:Icustomer_id>
<d2p1:KC_amount>26</d2p1:KC_amount>
<d2p1:Shengyu_amount>27</d2p1:Shengyu_amount>
<d2p1:Specifications>sample string 30</d2p1:Specifications>
<d2p1:amount>6</d2p1:amount>
<d2p1:c_indent_code>sample string 16</d2p1:c_indent_code>
<d2p1:contact_person>sample string 19</d2p1:contact_person>
<d2p1:contact_tel>sample string 20</d2p1:contact_tel>
<d2p1:id>3</d2p1:id>
<d2p1:in_date>sample string 8</d2p1:in_date>
<d2p1:in_price>9</d2p1:in_price>
<d2p1:indent_id>4</d2p1:indent_id>
<d2p1:model>sample string 29</d2p1:model>
<d2p1:p_amount>14</d2p1:p_amount>
<d2p1:product_code>sample string 2</d2p1:product_code>
<d2p1:product_name>sample string 21</d2p1:product_name>
<d2p1:product_type_id>22</d2p1:product_type_id>
<d2p1:product_type_name>sample string 23</d2p1:product_type_name>
<d2p1:remark>sample string 12</d2p1:remark>
<d2p1:statue>10</d2p1:statue>
<d2p1:statueName>sample string 11</d2p1:statueName>
<d2p1:suppliers_name>sample string 18</d2p1:suppliers_name>
<d2p1:tui_amount>7</d2p1:tui_amount>
<d2p1:ware_code>1</d2p1:ware_code>
<d2p1:ware_name>sample string 24</d2p1:ware_name>
<d2p1:wl_code>sample string 15</d2p1:wl_code>
<d2p1:z_id>5</d2p1:z_id>
</d2p1:Result_CanPlatformOutbound>
</data>
<msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_CanPlatformOutbound3G4q1gKH>