POST v1/product/shipping

Url interna de callback de frete

Request Information

URI Parameters

None.

Body Parameters

Collection of ShippingPostInventoDTO
NameDescriptionTypeAdditional information
ZipCode

string

None.

Weight

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ZipCode": "sample string 1",
    "Weight": 2.1
  },
  {
    "ZipCode": "sample string 1",
    "Weight": 2.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfShippingPostInventoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eXpert.Domain.DTO">
  <ShippingPostInventoDTO>
    <Weight>2.1</Weight>
    <ZipCode>sample string 1</ZipCode>
  </ShippingPostInventoDTO>
  <ShippingPostInventoDTO>
    <Weight>2.1</Weight>
    <ZipCode>sample string 1</ZipCode>
  </ShippingPostInventoDTO>
</ArrayOfShippingPostInventoDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.