POST api/Helper/ORDER_BATCH_COPPY_INFO
Request Information
URI Parameters
None.
Body Parameters
ZOrderBatchCoppyInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchCode | string |
None. |
|
| ShopID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchCode": "sample string 1",
"ShopID": 2
}
application/xml, text/xml
Sample:
<ZOrderBatchCoppyInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <BatchCode>sample string 1</BatchCode> <ShopID>2</ShopID> </ZOrderBatchCoppyInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ZOrderBatchCoppyInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BuyerInfo | ZOrderBatchCoppyInfoBuyerInfoResponse |
None. |
|
| SenderInfo | ZOrderBatchCoppyInfoSenderInfoResponse |
None. |
|
| ReceiverInfo | ZOrderBatchCoppyInfoReceiverInfoResponse |
None. |
|
| WareHouseID | integer |
None. |
|
| CollectionType | integer |
None. |
|
| TransportPayer | integer |
None. |
|
| MainTransportServiceID | integer |
None. |
|
| ExtraTransportServiceID | string |
None. |
|
| TotalCOD | integer |
None. |
|
| Note | string |
None. |
|
| Channel | string |
None. |
|
| ListOrderInfo | Collection of ZOrderBatchCoppyInfoOrderInfoResponse |
None. |
|
| ShopID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"BuyerInfo": {
"FullName": "sample string 1",
"MobileNumber": "sample string 2",
"ProvinceID": 3,
"DistrictID": 4,
"WardID": 5,
"Street": "sample string 6",
"FullAddress": "sample string 7"
},
"SenderInfo": {
"FullName": "sample string 1",
"MobileNumber": "sample string 2",
"ProvinceID": 3,
"DistrictID": 4,
"WardID": 5,
"Street": "sample string 6",
"FullAddress": "sample string 7",
"PickUpAddressID": 8
},
"ReceiverInfo": {
"FullName": "sample string 1",
"MobileNumber": "sample string 2",
"ProvinceID": 3,
"DistrictID": 4,
"WardID": 5,
"Street": "sample string 6",
"FullAddress": "sample string 7",
"IsUpdatedCustomer": "sample string 8"
},
"WareHouseID": 1,
"CollectionType": 2,
"TransportPayer": 3,
"MainTransportServiceID": 4,
"ExtraTransportServiceID": "sample string 5",
"TotalCOD": 6,
"Note": "sample string 7",
"Channel": "sample string 8",
"ListOrderInfo": [
{
"OrderName": "sample string 1",
"OrderQuantity": 2,
"OrderValue": 3,
"TransportFee": 4,
"TotalAmount": 5,
"Length": 6.1,
"Width": 7.1,
"Height": 8.1,
"Weight": 9.1,
"TotalPHU": 10,
"Message": "sample string 11",
"ListProductInfo": [
{
"ProductID": 1,
"ProductName": "sample string 2",
"VariantID": 3,
"VariantName": "sample string 4",
"NumberOfProduct": 5,
"Price": 6,
"Weight": 7.1,
"Discount": 8
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"VariantID": 3,
"VariantName": "sample string 4",
"NumberOfProduct": 5,
"Price": 6,
"Weight": 7.1,
"Discount": 8
}
]
},
{
"OrderName": "sample string 1",
"OrderQuantity": 2,
"OrderValue": 3,
"TransportFee": 4,
"TotalAmount": 5,
"Length": 6.1,
"Width": 7.1,
"Height": 8.1,
"Weight": 9.1,
"TotalPHU": 10,
"Message": "sample string 11",
"ListProductInfo": [
{
"ProductID": 1,
"ProductName": "sample string 2",
"VariantID": 3,
"VariantName": "sample string 4",
"NumberOfProduct": 5,
"Price": 6,
"Weight": 7.1,
"Discount": 8
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"VariantID": 3,
"VariantName": "sample string 4",
"NumberOfProduct": 5,
"Price": 6,
"Weight": 7.1,
"Discount": 8
}
]
}
],
"ShopID": 9
}
application/xml, text/xml
Sample:
<ZOrderBatchCoppyInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
<BuyerInfo>
<DistrictID>4</DistrictID>
<FullAddress>sample string 7</FullAddress>
<FullName>sample string 1</FullName>
<MobileNumber>sample string 2</MobileNumber>
<ProvinceID>3</ProvinceID>
<Street>sample string 6</Street>
<WardID>5</WardID>
</BuyerInfo>
<Channel>sample string 8</Channel>
<CollectionType>2</CollectionType>
<ExtraTransportServiceID>sample string 5</ExtraTransportServiceID>
<ListOrderInfo>
<ZOrderBatchCoppyInfoOrderInfoResponse>
<Height>8.1</Height>
<Length>6.1</Length>
<ListProductInfo>
<ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<Discount>8</Discount>
<NumberOfProduct>5</NumberOfProduct>
<Price>6</Price>
<ProductID>1</ProductID>
<ProductName>sample string 2</ProductName>
<VariantID>3</VariantID>
<VariantName>sample string 4</VariantName>
<Weight>7.1</Weight>
</ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<Discount>8</Discount>
<NumberOfProduct>5</NumberOfProduct>
<Price>6</Price>
<ProductID>1</ProductID>
<ProductName>sample string 2</ProductName>
<VariantID>3</VariantID>
<VariantName>sample string 4</VariantName>
<Weight>7.1</Weight>
</ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
</ListProductInfo>
<Message>sample string 11</Message>
<OrderName>sample string 1</OrderName>
<OrderQuantity>2</OrderQuantity>
<OrderValue>3</OrderValue>
<TotalAmount>5</TotalAmount>
<TotalPHU>10</TotalPHU>
<TransportFee>4</TransportFee>
<Weight>9.1</Weight>
<Width>7.1</Width>
</ZOrderBatchCoppyInfoOrderInfoResponse>
<ZOrderBatchCoppyInfoOrderInfoResponse>
<Height>8.1</Height>
<Length>6.1</Length>
<ListProductInfo>
<ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<Discount>8</Discount>
<NumberOfProduct>5</NumberOfProduct>
<Price>6</Price>
<ProductID>1</ProductID>
<ProductName>sample string 2</ProductName>
<VariantID>3</VariantID>
<VariantName>sample string 4</VariantName>
<Weight>7.1</Weight>
</ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
<Discount>8</Discount>
<NumberOfProduct>5</NumberOfProduct>
<Price>6</Price>
<ProductID>1</ProductID>
<ProductName>sample string 2</ProductName>
<VariantID>3</VariantID>
<VariantName>sample string 4</VariantName>
<Weight>7.1</Weight>
</ZOrderBatchCoppyInfoOrderInfoProductInfoResponse>
</ListProductInfo>
<Message>sample string 11</Message>
<OrderName>sample string 1</OrderName>
<OrderQuantity>2</OrderQuantity>
<OrderValue>3</OrderValue>
<TotalAmount>5</TotalAmount>
<TotalPHU>10</TotalPHU>
<TransportFee>4</TransportFee>
<Weight>9.1</Weight>
<Width>7.1</Width>
</ZOrderBatchCoppyInfoOrderInfoResponse>
</ListOrderInfo>
<MainTransportServiceID>4</MainTransportServiceID>
<Note>sample string 7</Note>
<ReceiverInfo>
<DistrictID>4</DistrictID>
<FullAddress>sample string 7</FullAddress>
<FullName>sample string 1</FullName>
<IsUpdatedCustomer>sample string 8</IsUpdatedCustomer>
<MobileNumber>sample string 2</MobileNumber>
<ProvinceID>3</ProvinceID>
<Street>sample string 6</Street>
<WardID>5</WardID>
</ReceiverInfo>
<SenderInfo>
<DistrictID>4</DistrictID>
<FullAddress>sample string 7</FullAddress>
<FullName>sample string 1</FullName>
<MobileNumber>sample string 2</MobileNumber>
<PickUpAddressID>8</PickUpAddressID>
<ProvinceID>3</ProvinceID>
<Street>sample string 6</Street>
<WardID>5</WardID>
</SenderInfo>
<ShopID>9</ShopID>
<TotalCOD>6</TotalCOD>
<TransportPayer>3</TransportPayer>
<WareHouseID>1</WareHouseID>
</ZOrderBatchCoppyInfoResponse>