POST api/OCCollections/CanOCCollections_out_detail
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadCanOCCollections| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadCanOCCollections |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"CustomerID": 1
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadCanOCCollectionscc8wrA37 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:CustomerID>1</d2p1:CustomerID>
</data>
</ReadDTOOfReadCanOCCollectionscc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfListOfResult_CanOCCollections| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Result_CanOCCollections |
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": [
{
"out_id": 1,
"out_z_id": 2,
"ware_code": 3,
"product_code": "sample string 4",
"id": 5,
"amount": 6.0,
"out_amount": 7.0,
"out_price": 8.0,
"in_price": 9.0,
"collections_money": 10.0,
"collections_flag": 11,
"collections_flagName": "sample string 12",
"remarkd": "sample string 13",
"isPublish": "sample string 14",
"remark1": "sample string 15",
"isPublishName": "sample string 16",
"ware_name": "sample string 17",
"product_name": "sample string 18",
"model": "sample string 19",
"Specifications": "sample string 20",
"product_type_name": "sample string 21",
"IMEI": "sample string 22",
"p_amount": 23.0,
"price": 24.0,
"y_patment_money": 25.0,
"payment_flagName": "sample string 26",
"indent_id": 27,
"z_id": 28,
"out_code": "sample string 29",
"CustomerID": 30,
"out_address": "sample string 31",
"Tel": "sample string 32",
"out_date": "sample string 33",
"remark": "sample string 34",
"wl_code": "sample string 35",
"c_wl_code": "sample string 36",
"transport_flag": 37,
"statue": 38,
"transport_money": 39.0,
"money_flag": "sample string 40",
"statueName": "sample string 41",
"transport_flagName": "sample string 42",
"money_flagName": "sample string 43",
"UserName": "sample string 44",
"CustomerName": "sample string 45",
"c_indent_code": "sample string 46",
"in_date": "sample string 47",
"ware_address": "sample string 48",
"payment_money": 49.0,
"outstanding_collections_money": 50.0
},
{
"out_id": 1,
"out_z_id": 2,
"ware_code": 3,
"product_code": "sample string 4",
"id": 5,
"amount": 6.0,
"out_amount": 7.0,
"out_price": 8.0,
"in_price": 9.0,
"collections_money": 10.0,
"collections_flag": 11,
"collections_flagName": "sample string 12",
"remarkd": "sample string 13",
"isPublish": "sample string 14",
"remark1": "sample string 15",
"isPublishName": "sample string 16",
"ware_name": "sample string 17",
"product_name": "sample string 18",
"model": "sample string 19",
"Specifications": "sample string 20",
"product_type_name": "sample string 21",
"IMEI": "sample string 22",
"p_amount": 23.0,
"price": 24.0,
"y_patment_money": 25.0,
"payment_flagName": "sample string 26",
"indent_id": 27,
"z_id": 28,
"out_code": "sample string 29",
"CustomerID": 30,
"out_address": "sample string 31",
"Tel": "sample string 32",
"out_date": "sample string 33",
"remark": "sample string 34",
"wl_code": "sample string 35",
"c_wl_code": "sample string 36",
"transport_flag": 37,
"statue": 38,
"transport_money": 39.0,
"money_flag": "sample string 40",
"statueName": "sample string 41",
"transport_flagName": "sample string 42",
"money_flagName": "sample string 43",
"UserName": "sample string 44",
"CustomerName": "sample string 45",
"c_indent_code": "sample string 46",
"in_date": "sample string 47",
"ware_address": "sample string 48",
"payment_money": 49.0,
"outstanding_collections_money": 50.0
}
],
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfArrayOfResult_CanOCCollections3G4q1gKH 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_CanOCCollections>
<d2p1:CustomerID>30</d2p1:CustomerID>
<d2p1:CustomerName>sample string 45</d2p1:CustomerName>
<d2p1:IMEI>sample string 22</d2p1:IMEI>
<d2p1:Specifications>sample string 20</d2p1:Specifications>
<d2p1:Tel>sample string 32</d2p1:Tel>
<d2p1:UserName>sample string 44</d2p1:UserName>
<d2p1:amount>6</d2p1:amount>
<d2p1:c_indent_code>sample string 46</d2p1:c_indent_code>
<d2p1:c_wl_code>sample string 36</d2p1:c_wl_code>
<d2p1:collections_flag>11</d2p1:collections_flag>
<d2p1:collections_flagName>sample string 12</d2p1:collections_flagName>
<d2p1:collections_money>10</d2p1:collections_money>
<d2p1:id>5</d2p1:id>
<d2p1:in_date>sample string 47</d2p1:in_date>
<d2p1:in_price>9</d2p1:in_price>
<d2p1:indent_id>27</d2p1:indent_id>
<d2p1:isPublish>sample string 14</d2p1:isPublish>
<d2p1:isPublishName>sample string 16</d2p1:isPublishName>
<d2p1:model>sample string 19</d2p1:model>
<d2p1:money_flag>sample string 40</d2p1:money_flag>
<d2p1:money_flagName>sample string 43</d2p1:money_flagName>
<d2p1:out_address>sample string 31</d2p1:out_address>
<d2p1:out_amount>7</d2p1:out_amount>
<d2p1:out_code>sample string 29</d2p1:out_code>
<d2p1:out_date>sample string 33</d2p1:out_date>
<d2p1:out_id>1</d2p1:out_id>
<d2p1:out_price>8</d2p1:out_price>
<d2p1:out_z_id>2</d2p1:out_z_id>
<d2p1:outstanding_collections_money>50</d2p1:outstanding_collections_money>
<d2p1:p_amount>23</d2p1:p_amount>
<d2p1:payment_flagName>sample string 26</d2p1:payment_flagName>
<d2p1:payment_money>49</d2p1:payment_money>
<d2p1:price>24</d2p1:price>
<d2p1:product_code>sample string 4</d2p1:product_code>
<d2p1:product_name>sample string 18</d2p1:product_name>
<d2p1:product_type_name>sample string 21</d2p1:product_type_name>
<d2p1:remark>sample string 34</d2p1:remark>
<d2p1:remark1>sample string 15</d2p1:remark1>
<d2p1:remarkd>sample string 13</d2p1:remarkd>
<d2p1:statue>38</d2p1:statue>
<d2p1:statueName>sample string 41</d2p1:statueName>
<d2p1:transport_flag>37</d2p1:transport_flag>
<d2p1:transport_flagName>sample string 42</d2p1:transport_flagName>
<d2p1:transport_money>39</d2p1:transport_money>
<d2p1:ware_address>sample string 48</d2p1:ware_address>
<d2p1:ware_code>3</d2p1:ware_code>
<d2p1:ware_name>sample string 17</d2p1:ware_name>
<d2p1:wl_code>sample string 35</d2p1:wl_code>
<d2p1:y_patment_money>25</d2p1:y_patment_money>
<d2p1:z_id>28</d2p1:z_id>
</d2p1:Result_CanOCCollections>
<d2p1:Result_CanOCCollections>
<d2p1:CustomerID>30</d2p1:CustomerID>
<d2p1:CustomerName>sample string 45</d2p1:CustomerName>
<d2p1:IMEI>sample string 22</d2p1:IMEI>
<d2p1:Specifications>sample string 20</d2p1:Specifications>
<d2p1:Tel>sample string 32</d2p1:Tel>
<d2p1:UserName>sample string 44</d2p1:UserName>
<d2p1:amount>6</d2p1:amount>
<d2p1:c_indent_code>sample string 46</d2p1:c_indent_code>
<d2p1:c_wl_code>sample string 36</d2p1:c_wl_code>
<d2p1:collections_flag>11</d2p1:collections_flag>
<d2p1:collections_flagName>sample string 12</d2p1:collections_flagName>
<d2p1:collections_money>10</d2p1:collections_money>
<d2p1:id>5</d2p1:id>
<d2p1:in_date>sample string 47</d2p1:in_date>
<d2p1:in_price>9</d2p1:in_price>
<d2p1:indent_id>27</d2p1:indent_id>
<d2p1:isPublish>sample string 14</d2p1:isPublish>
<d2p1:isPublishName>sample string 16</d2p1:isPublishName>
<d2p1:model>sample string 19</d2p1:model>
<d2p1:money_flag>sample string 40</d2p1:money_flag>
<d2p1:money_flagName>sample string 43</d2p1:money_flagName>
<d2p1:out_address>sample string 31</d2p1:out_address>
<d2p1:out_amount>7</d2p1:out_amount>
<d2p1:out_code>sample string 29</d2p1:out_code>
<d2p1:out_date>sample string 33</d2p1:out_date>
<d2p1:out_id>1</d2p1:out_id>
<d2p1:out_price>8</d2p1:out_price>
<d2p1:out_z_id>2</d2p1:out_z_id>
<d2p1:outstanding_collections_money>50</d2p1:outstanding_collections_money>
<d2p1:p_amount>23</d2p1:p_amount>
<d2p1:payment_flagName>sample string 26</d2p1:payment_flagName>
<d2p1:payment_money>49</d2p1:payment_money>
<d2p1:price>24</d2p1:price>
<d2p1:product_code>sample string 4</d2p1:product_code>
<d2p1:product_name>sample string 18</d2p1:product_name>
<d2p1:product_type_name>sample string 21</d2p1:product_type_name>
<d2p1:remark>sample string 34</d2p1:remark>
<d2p1:remark1>sample string 15</d2p1:remark1>
<d2p1:remarkd>sample string 13</d2p1:remarkd>
<d2p1:statue>38</d2p1:statue>
<d2p1:statueName>sample string 41</d2p1:statueName>
<d2p1:transport_flag>37</d2p1:transport_flag>
<d2p1:transport_flagName>sample string 42</d2p1:transport_flagName>
<d2p1:transport_money>39</d2p1:transport_money>
<d2p1:ware_address>sample string 48</d2p1:ware_address>
<d2p1:ware_code>3</d2p1:ware_code>
<d2p1:ware_name>sample string 17</d2p1:ware_name>
<d2p1:wl_code>sample string 35</d2p1:wl_code>
<d2p1:y_patment_money>25</d2p1:y_patment_money>
<d2p1:z_id>28</d2p1:z_id>
</d2p1:Result_CanOCCollections>
</data>
<msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_CanOCCollections3G4q1gKH>