POST api/ICWarehousing/ReceiptModification
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadICWarehousing| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadICWarehousing |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"indent_id": 1,
"UserId": 2,
"Remarks": "sample string 3",
"iC_IndentDetails": [
{
"indent_id": 1,
"z_id": 2,
"IMEI": "sample string 3",
"y_p_amount": 4.0,
"X_p_amount": 5.0,
"remark": "sample string 6",
"ware_code": 7,
"product_code": "sample string 8",
"id": 9,
"product_name": "sample string 10",
"model": "sample string 11",
"Specifications": "sample string 12",
"product_type_id": 13
},
{
"indent_id": 1,
"z_id": 2,
"IMEI": "sample string 3",
"y_p_amount": 4.0,
"X_p_amount": 5.0,
"remark": "sample string 6",
"ware_code": 7,
"product_code": "sample string 8",
"id": 9,
"product_name": "sample string 10",
"model": "sample string 11",
"Specifications": "sample string 12",
"product_type_id": 13
}
]
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadICWarehousingcc8wrA37 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:Remarks>sample string 3</d2p1:Remarks>
<d2p1:UserId>2</d2p1:UserId>
<d2p1:iC_IndentDetails>
<d2p1:ReadWarehousingDetail>
<d2p1:IMEI>sample string 3</d2p1:IMEI>
<d2p1:Specifications>sample string 12</d2p1:Specifications>
<d2p1:X_p_amount>5</d2p1:X_p_amount>
<d2p1:id>9</d2p1:id>
<d2p1:indent_id>1</d2p1:indent_id>
<d2p1:model>sample string 11</d2p1:model>
<d2p1:product_code>sample string 8</d2p1:product_code>
<d2p1:product_name>sample string 10</d2p1:product_name>
<d2p1:product_type_id>13</d2p1:product_type_id>
<d2p1:remark>sample string 6</d2p1:remark>
<d2p1:ware_code>7</d2p1:ware_code>
<d2p1:y_p_amount>4</d2p1:y_p_amount>
<d2p1:z_id>2</d2p1:z_id>
</d2p1:ReadWarehousingDetail>
<d2p1:ReadWarehousingDetail>
<d2p1:IMEI>sample string 3</d2p1:IMEI>
<d2p1:Specifications>sample string 12</d2p1:Specifications>
<d2p1:X_p_amount>5</d2p1:X_p_amount>
<d2p1:id>9</d2p1:id>
<d2p1:indent_id>1</d2p1:indent_id>
<d2p1:model>sample string 11</d2p1:model>
<d2p1:product_code>sample string 8</d2p1:product_code>
<d2p1:product_name>sample string 10</d2p1:product_name>
<d2p1:product_type_id>13</d2p1:product_type_id>
<d2p1:remark>sample string 6</d2p1:remark>
<d2p1:ware_code>7</d2p1:ware_code>
<d2p1:y_p_amount>4</d2p1:y_p_amount>
<d2p1:z_id>2</d2p1:z_id>
</d2p1:ReadWarehousingDetail>
</d2p1:iC_IndentDetails>
<d2p1:indent_id>1</d2p1:indent_id>
</data>
</ReadDTOOfReadICWarehousingcc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Object |
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": {},
"msg": "sample string 3",
"Exception": {},
"Exception1": {},
"count": 6,
"PageSize": 7,
"PageIndex": 8
}
application/xml, text/xml
Sample:
<ResultDTOOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models"> <Exception /> <Exception1 /> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <code>1</code> <count>6</count> <data /> <msg>sample string 3</msg> </ResultDTOOfanyType>