PUT Logistics/ModifyCorreosExpressProcessors

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

Request Information

URI Parameters

None.

Body Parameters

CorreosExpressProcessorBinding
NameDescriptionTypeAdditional information
ID

integer

None.

UserName

string

Required

String length: inclusive between 0 and 50

Password

string

Required

String length: inclusive between 0 and 50

Solicitante

Identificador de cliente (proporcionado por Correos Express)

string

Required

String length: inclusive between 0 and 100

CodRte

Código del Remitente del envío

string

Required

String length: inclusive between 0 and 9

Producto

Producto contratado para el envío

string

Required

String length: inclusive between 0 and 2

Portes

Tipo de portes: ‘P’ (Pagado), ‘D’ (Debido)

string

Required

String length: inclusive between 0 and 1

TipoEtiqueta

Identificador del tipo de Etiqueta, de tamaño 10x15cm, que se quiere generar ‘1’ (Etiqueta Base64 - PDF) ‘2’ (Etiqueta ZPL)

string

Required

String length: inclusive between 0 and 1

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "UserName": "sample string 2",
  "Password": "sample string 3",
  "Solicitante": "sample string 4",
  "CodRte": "sample string 5",
  "Producto": "sample string 6",
  "Portes": "sample string 7",
  "TipoEtiqueta": "sample string 8",
  "Lang": "sample string 9",
  "StoreID": 10
}

application/xml, text/xml

Sample:
<CorreosExpressProcessorBinding 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 9</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">10</StoreID>
  <CodRte>sample string 5</CodRte>
  <Password>sample string 3</Password>
  <Portes>sample string 7</Portes>
  <Producto>sample string 6</Producto>
  <Solicitante>sample string 4</Solicitante>
  <TipoEtiqueta>sample string 8</TipoEtiqueta>
  <UserName>sample string 2</UserName>
  <ID>1</ID>
</CorreosExpressProcessorBinding>

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.