POST api/ICPayment/ICPaymentDeduction_indent_id
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfListOfReadCanICPaymentDeduction| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ReadCanICPaymentDeduction |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": [
{
"indent_id": 1
},
{
"indent_id": 1
}
],
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfArrayOfReadCanICPaymentDeductioncc8wrA37 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:ReadCanICPaymentDeduction>
<d2p1:indent_id>1</d2p1:indent_id>
</d2p1:ReadCanICPaymentDeduction>
<d2p1:ReadCanICPaymentDeduction>
<d2p1:indent_id>1</d2p1:indent_id>
</d2p1:ReadCanICPaymentDeduction>
</data>
</ReadDTOOfArrayOfReadCanICPaymentDeductioncc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfResult_ICPayment_ICDeduction| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Result_ICPayment_ICDeduction |
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": {
"SumDeduction_money": 1.0,
"_ICDeduction_Dels": [
{
"indent_id": 1,
"wl_code": "sample string 2",
"Deduction_id": 3,
"Deduction_z_id": 4,
"Deduction_code": "sample string 5",
"Deduction_reason": "sample string 6",
"Deduction_money": 7.0,
"Deduction_flag": 8,
"Deduction_flagName": "sample string 9",
"Deduction_date": "sample string 10",
"in_date": "sample string 11",
"pic_path": "sample string 12",
"All_pic_path": "sample string 13",
"id": 14,
"z_id": 15,
"i_customer_id": 16,
"remark": "sample string 17"
},
{
"indent_id": 1,
"wl_code": "sample string 2",
"Deduction_id": 3,
"Deduction_z_id": 4,
"Deduction_code": "sample string 5",
"Deduction_reason": "sample string 6",
"Deduction_money": 7.0,
"Deduction_flag": 8,
"Deduction_flagName": "sample string 9",
"Deduction_date": "sample string 10",
"in_date": "sample string 11",
"pic_path": "sample string 12",
"All_pic_path": "sample string 13",
"id": 14,
"z_id": 15,
"i_customer_id": 16,
"remark": "sample string 17"
}
]
},
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfResult_ICPayment_ICDeduction3G4q1gKH 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:SumDeduction_money>1</d2p1:SumDeduction_money>
<d2p1:_ICDeduction_Dels>
<d2p1:Result_ICPayment_ICDeduction_Del>
<d2p1:All_pic_path>sample string 13</d2p1:All_pic_path>
<d2p1:Deduction_code>sample string 5</d2p1:Deduction_code>
<d2p1:Deduction_date>sample string 10</d2p1:Deduction_date>
<d2p1:Deduction_flag>8</d2p1:Deduction_flag>
<d2p1:Deduction_flagName>sample string 9</d2p1:Deduction_flagName>
<d2p1:Deduction_id>3</d2p1:Deduction_id>
<d2p1:Deduction_money>7</d2p1:Deduction_money>
<d2p1:Deduction_reason>sample string 6</d2p1:Deduction_reason>
<d2p1:Deduction_z_id>4</d2p1:Deduction_z_id>
<d2p1:i_customer_id>16</d2p1:i_customer_id>
<d2p1:id>14</d2p1:id>
<d2p1:in_date>sample string 11</d2p1:in_date>
<d2p1:indent_id>1</d2p1:indent_id>
<d2p1:pic_path>sample string 12</d2p1:pic_path>
<d2p1:remark>sample string 17</d2p1:remark>
<d2p1:wl_code>sample string 2</d2p1:wl_code>
<d2p1:z_id>15</d2p1:z_id>
</d2p1:Result_ICPayment_ICDeduction_Del>
<d2p1:Result_ICPayment_ICDeduction_Del>
<d2p1:All_pic_path>sample string 13</d2p1:All_pic_path>
<d2p1:Deduction_code>sample string 5</d2p1:Deduction_code>
<d2p1:Deduction_date>sample string 10</d2p1:Deduction_date>
<d2p1:Deduction_flag>8</d2p1:Deduction_flag>
<d2p1:Deduction_flagName>sample string 9</d2p1:Deduction_flagName>
<d2p1:Deduction_id>3</d2p1:Deduction_id>
<d2p1:Deduction_money>7</d2p1:Deduction_money>
<d2p1:Deduction_reason>sample string 6</d2p1:Deduction_reason>
<d2p1:Deduction_z_id>4</d2p1:Deduction_z_id>
<d2p1:i_customer_id>16</d2p1:i_customer_id>
<d2p1:id>14</d2p1:id>
<d2p1:in_date>sample string 11</d2p1:in_date>
<d2p1:indent_id>1</d2p1:indent_id>
<d2p1:pic_path>sample string 12</d2p1:pic_path>
<d2p1:remark>sample string 17</d2p1:remark>
<d2p1:wl_code>sample string 2</d2p1:wl_code>
<d2p1:z_id>15</d2p1:z_id>
</d2p1:Result_ICPayment_ICDeduction_Del>
</d2p1:_ICDeduction_Dels>
</data>
<msg>sample string 2</msg>
</ResultDTOOfResult_ICPayment_ICDeduction3G4q1gKH>