POST api/OCCollections/CanOCCollections_load
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_CanOCColl| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Collection of Result_CanOCColl |
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_code": "sample string 2",
"CustomerID": 3,
"out_address": "sample string 4",
"out_date": "sample string 5",
"Tel": "sample string 6",
"zongYingFu": 7.0,
"Yishou_payment_money": 8.0,
"Yishou_paid_money": 9.0,
"weishou_money": 10.0,
"statue_name": "sample string 11",
"collections_flag_name": "sample string 12",
"UserName": "sample string 13",
"remark": "sample string 14",
"out_amount": 15.0,
"CustomerName": "sample string 16"
},
{
"out_id": 1,
"out_code": "sample string 2",
"CustomerID": 3,
"out_address": "sample string 4",
"out_date": "sample string 5",
"Tel": "sample string 6",
"zongYingFu": 7.0,
"Yishou_payment_money": 8.0,
"Yishou_paid_money": 9.0,
"weishou_money": 10.0,
"statue_name": "sample string 11",
"collections_flag_name": "sample string 12",
"UserName": "sample string 13",
"remark": "sample string 14",
"out_amount": 15.0,
"CustomerName": "sample string 16"
}
],
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfArrayOfResult_CanOCColl3G4q1gKH 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_CanOCColl>
<d2p1:CustomerID>3</d2p1:CustomerID>
<d2p1:CustomerName>sample string 16</d2p1:CustomerName>
<d2p1:Tel>sample string 6</d2p1:Tel>
<d2p1:UserName>sample string 13</d2p1:UserName>
<d2p1:Yishou_paid_money>9</d2p1:Yishou_paid_money>
<d2p1:Yishou_payment_money>8</d2p1:Yishou_payment_money>
<d2p1:collections_flag_name>sample string 12</d2p1:collections_flag_name>
<d2p1:out_address>sample string 4</d2p1:out_address>
<d2p1:out_amount>15</d2p1:out_amount>
<d2p1:out_code>sample string 2</d2p1:out_code>
<d2p1:out_date>sample string 5</d2p1:out_date>
<d2p1:out_id>1</d2p1:out_id>
<d2p1:remark>sample string 14</d2p1:remark>
<d2p1:statue_name>sample string 11</d2p1:statue_name>
<d2p1:weishou_money>10</d2p1:weishou_money>
<d2p1:zongYingFu>7</d2p1:zongYingFu>
</d2p1:Result_CanOCColl>
<d2p1:Result_CanOCColl>
<d2p1:CustomerID>3</d2p1:CustomerID>
<d2p1:CustomerName>sample string 16</d2p1:CustomerName>
<d2p1:Tel>sample string 6</d2p1:Tel>
<d2p1:UserName>sample string 13</d2p1:UserName>
<d2p1:Yishou_paid_money>9</d2p1:Yishou_paid_money>
<d2p1:Yishou_payment_money>8</d2p1:Yishou_payment_money>
<d2p1:collections_flag_name>sample string 12</d2p1:collections_flag_name>
<d2p1:out_address>sample string 4</d2p1:out_address>
<d2p1:out_amount>15</d2p1:out_amount>
<d2p1:out_code>sample string 2</d2p1:out_code>
<d2p1:out_date>sample string 5</d2p1:out_date>
<d2p1:out_id>1</d2p1:out_id>
<d2p1:remark>sample string 14</d2p1:remark>
<d2p1:statue_name>sample string 11</d2p1:statue_name>
<d2p1:weishou_money>10</d2p1:weishou_money>
<d2p1:zongYingFu>7</d2p1:zongYingFu>
</d2p1:Result_CanOCColl>
</data>
<msg>sample string 2</msg>
</ResultDTOOfArrayOfResult_CanOCColl3G4q1gKH>