POST api/ICOrderReturn/SaveICOrderReturn_2
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadSaveICOrderReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadSaveICOrderReturn |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"id": 1,
"i_customer_id": 2,
"statue": 3,
"wl_code": "sample string 4",
"mode": 5,
"wl_money": 6.0,
"wl_money_flag": 7,
"data_source": 8,
"UserId": 9,
"remark": "sample string 10",
"consigneeName": "sample string 11",
"consigneeTel": "sample string 12",
"consigneeSpecificAddress": "sample string 13",
"ware_code": 14,
"y_wl_code": "sample string 15",
"picture_path": "sample string 16",
"orderReturnDels": [
{
"id": 1,
"z_id": 2,
"ware_code": 3,
"product_code": "sample string 4",
"w_id": 5,
"amount": 6.0,
"remark": "sample string 7",
"return_cause": "sample string 8",
"picture_path": "sample string 9"
},
{
"id": 1,
"z_id": 2,
"ware_code": 3,
"product_code": "sample string 4",
"w_id": 5,
"amount": 6.0,
"remark": "sample string 7",
"return_cause": "sample string 8",
"picture_path": "sample string 9"
}
]
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadSaveICOrderReturncc8wrA37 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:UserId>9</d2p1:UserId>
<d2p1:consigneeName>sample string 11</d2p1:consigneeName>
<d2p1:consigneeSpecificAddress>sample string 13</d2p1:consigneeSpecificAddress>
<d2p1:consigneeTel>sample string 12</d2p1:consigneeTel>
<d2p1:data_source>8</d2p1:data_source>
<d2p1:i_customer_id>2</d2p1:i_customer_id>
<d2p1:id>1</d2p1:id>
<d2p1:mode>5</d2p1:mode>
<d2p1:orderReturnDels>
<d2p1:ReadSaveICOrderReturnDel>
<d2p1:amount>6</d2p1:amount>
<d2p1:id>1</d2p1:id>
<d2p1:picture_path>sample string 9</d2p1:picture_path>
<d2p1:product_code>sample string 4</d2p1:product_code>
<d2p1:remark>sample string 7</d2p1:remark>
<d2p1:return_cause>sample string 8</d2p1:return_cause>
<d2p1:w_id>5</d2p1:w_id>
<d2p1:ware_code>3</d2p1:ware_code>
<d2p1:z_id>2</d2p1:z_id>
</d2p1:ReadSaveICOrderReturnDel>
<d2p1:ReadSaveICOrderReturnDel>
<d2p1:amount>6</d2p1:amount>
<d2p1:id>1</d2p1:id>
<d2p1:picture_path>sample string 9</d2p1:picture_path>
<d2p1:product_code>sample string 4</d2p1:product_code>
<d2p1:remark>sample string 7</d2p1:remark>
<d2p1:return_cause>sample string 8</d2p1:return_cause>
<d2p1:w_id>5</d2p1:w_id>
<d2p1:ware_code>3</d2p1:ware_code>
<d2p1:z_id>2</d2p1:z_id>
</d2p1:ReadSaveICOrderReturnDel>
</d2p1:orderReturnDels>
<d2p1:picture_path>sample string 16</d2p1:picture_path>
<d2p1:remark>sample string 10</d2p1:remark>
<d2p1:statue>3</d2p1:statue>
<d2p1:ware_code>14</d2p1:ware_code>
<d2p1:wl_code>sample string 4</d2p1:wl_code>
<d2p1:wl_money>6</d2p1:wl_money>
<d2p1:wl_money_flag>7</d2p1:wl_money_flag>
<d2p1:y_wl_code>sample string 15</d2p1:y_wl_code>
</data>
</ReadDTOOfReadSaveICOrderReturncc8wrA37>
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>