PUT Logistics/ModifyMensatransProcessor

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

Request Information

URI Parameters

None.

Body Parameters

MensatransProcessorBinding
NameDescriptionTypeAdditional information
ID

integer

None.

UserName

string

Required

String length: inclusive between 0 and 32

Password

string

Required

String length: inclusive between 0 and 32

WebServiceURL

string

Required

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserName": "sample string 2",
  "Password": "sample string 3",
  "WebServiceURL": "sample string 4",
  "Lang": "sample string 5",
  "StoreID": 6
}

application/xml, text/xml

Sample:
<MensatransProcessorBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Logistics.ShippingProcessors">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID>
  <Password>sample string 3</Password>
  <UserName>sample string 2</UserName>
  <WebServiceURL>sample string 4</WebServiceURL>
  <ID>1</ID>
</MensatransProcessorBinding>

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.