![]() |
createRequest
Struttura di input per l'invio di una nuova spedizione a BRT.
|
| Nome | Descrizione | Data Type |
|---|---|---|
| account | Informazioni dell'account abilitato al servizio web. Dato obbligatorio. | account |
| createData | Dato obbligatorio. | createData |
| isLabelRequired | Dato obbligatorio. Se indicato '1' viene richiesta l'etichetta da applicare al pacco. | string |
| labelParameters | Dato obbligatorio se indicato '1' in isLabelRequired. Nel caso non sia indicato '1' in isLabelRequired il parametro non deve essere valorizzato (può essere omesso).
| labelParameters |
| actualSender | actualSender | |
| returnShipmentConsignee | returnShipmentConsignee |
{
"account": {
"userID": 1020100,
"password": "*****"
},
"createData": {
"network": " ",
"departureDepot": 102,
"senderCustomerCode": 1020100,
"deliveryFreightTypeCode": "DAP",
"consigneeCompanyName": "TEST UFFICIO VAS",
"consigneeAddress": "VIA DEL PODERE FIUME 55",
"consigneeCountryAbbreviationISOAlpha2": "IT",
"consigneeClosingShift1_DayOfTheWeek": "MON",
"consigneeClosingShift1_PeriodOfTheDay": "PM",
"consigneeClosingShift2_DayOfTheWeek": "",
"consigneeClosingShift2_PeriodOfTheDay": "",
"consigneeContactName": "RAIMONDI SCANU",
"consigneeTelephone": "66144217",
"consigneeEMail": "",
"consigneeMobilePhoneNumber": "",
"isAlertRequired": 0,
"consigneeVATNumber": "",
"consigneeVATNumberCountryISOAlpha2": "",
"consigneeItalianFiscalCode": "",
"pricingConditionCode": "000",
"serviceType": "",
"insuranceAmount": 0,
"insuranceAmountCurrency": "EUR",
"senderParcelType": "",
"quantityToBeInvoiced": 0.0,
"cashOnDelivery": 0,
"isCODMandatory": "0",
"codPaymentType": " ",
"codCurrency": "EUR",
"notes": "",
"parcelsHandlingCode": "2",
"deliveryDateRequired": "",
"deliveryType": "",
"declaredParcelValue": 0,
"declaredParcelValueCurrency": "EUR",
"particularitiesDeliveryManagementCode": "",
"particularitiesHoldOnStockManagementCode": "",
"variousParticularitiesManagementCode": "B",
"particularDelivery1": "",
"particularDelivery2": "",
"palletType1": "EUR",
"palletType1Number": 10,
"palletType2": "",
"palletType2Number": 0,
"originalSenderCompanyName": "",
"originalSenderZIPCode": "",
"originalSenderCountryAbbreviationISOAlpha2": " ",
"cmrCode": "",
"neighborNameMandatoryAuthorization": "",
"pinCodeMandatoryAuthorization": "",
"packingListPDFName": "",
"packingListPDFFlagPrint": "",
"packingListPDFFlagEmail": "",
"numericSenderReference": 55,
"alphanumericSenderReference": "aaa",
"numberOfParcels": 1,
"weightKG": 81.0,
"volumeM3": 0.451,
"consigneeZIPCode": "55047 ",
"consigneeCity": "QUERCETA",
"consigneeProvinceAbbreviation": "LU"
},
"isLabelRequired": 1,
"labelParameters": {
"outputType": "ZPL",
"offsetX": 0,
"offsetY": 0,
"isBorderRequired": "0",
"isLogoRequired": "0",
"isBarcodeControlRowRequired": "0"
}
}