PUT Logistics/ModifyShippingCarrier

Modifies the ShippingCarriers It's up to the front to call this method so many times as needed for ShippingCarriers rearrangement.

Request Information

URI Parameters

None.

Body Parameters

ShippingCarrierBinding
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

String length: inclusive between 0 and 50

ProcessorTypeID

integer

None.

ProcessorEntityID

integer

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "ProcessorTypeID": 1,
  "ProcessorEntityID": 1,
  "Lang": "sample string 3",
  "StoreID": 4
}

application/xml, text/xml

Sample:
<ShippingCarrierBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Core.Models.Logistics">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 3</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">4</StoreID>
  <Name>sample string 2</Name>
  <ProcessorEntityID>1</ProcessorEntityID>
  <ProcessorTypeID>1</ProcessorTypeID>
  <ID>1</ID>
</ShippingCarrierBinding>

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.