POST Logistics/CorreosExpressProcessors
CorreosExpressProcessors
Request Information
URI Parameters
None.
Body Parameters
BaseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
{
"Lang": "sample string 1",
"StoreID": 2
}
application/xml, text/xml
<BaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base"> <Lang>sample string 1</Lang> <StoreID>2</StoreID> </BaseRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of CorreosExpressProcessor| Name | Description | Type | Additional 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 |
Response Formats
application/json, text/json
[
{
"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"
},
{
"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"
}
]
application/xml, text/xml
<ArrayOfCorreosExpressProcessor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Logistics.ShippingProcessors">
<CorreosExpressProcessor>
<CodRte>sample string 5</CodRte>
<ID>1</ID>
<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>
</CorreosExpressProcessor>
<CorreosExpressProcessor>
<CodRte>sample string 5</CodRte>
<ID>1</ID>
<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>
</CorreosExpressProcessor>
</ArrayOfCorreosExpressProcessor>