POST api/spi/batch-get-delivery-price
Request Information
URI Parameters
None.
Body Parameters
BatchGetDeliveryPriceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of BatchGetDeliveryPriceModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": [
{
"delivery_company_code": "sample string 1",
"address": "sample string 2",
"sku_num_list": [
{
"sku_id": "sample string 1",
"num": 2
},
{
"sku_id": "sample string 1",
"num": 2
}
],
"id": 3
},
{
"delivery_company_code": "sample string 1",
"address": "sample string 2",
"sku_num_list": [
{
"sku_id": "sample string 1",
"num": 2
},
{
"sku_id": "sample string 1",
"num": 2
}
],
"id": 3
}
]
}
application/xml, text/xml
Sample:
<BatchGetDeliveryPriceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZJDY.Data.Models.Bus">
<Data>
<BatchGetDeliveryPriceModel>
<Address>sample string 2</Address>
<DeliveryCompanyCode>sample string 1</DeliveryCompanyCode>
<Id>3</Id>
<SkuNumList>
<BatchGetDeliveryPriceSkuIdNumModel>
<Num>2</Num>
<SkuId>sample string 1</SkuId>
</BatchGetDeliveryPriceSkuIdNumModel>
<BatchGetDeliveryPriceSkuIdNumModel>
<Num>2</Num>
<SkuId>sample string 1</SkuId>
</BatchGetDeliveryPriceSkuIdNumModel>
</SkuNumList>
</BatchGetDeliveryPriceModel>
<BatchGetDeliveryPriceModel>
<Address>sample string 2</Address>
<DeliveryCompanyCode>sample string 1</DeliveryCompanyCode>
<Id>3</Id>
<SkuNumList>
<BatchGetDeliveryPriceSkuIdNumModel>
<Num>2</Num>
<SkuId>sample string 1</SkuId>
</BatchGetDeliveryPriceSkuIdNumModel>
<BatchGetDeliveryPriceSkuIdNumModel>
<Num>2</Num>
<SkuId>sample string 1</SkuId>
</BatchGetDeliveryPriceSkuIdNumModel>
</SkuNumList>
</BatchGetDeliveryPriceModel>
</Data>
</BatchGetDeliveryPriceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.