MEBrokerWebService
Click here for a complete list of operations.
processarMensagemLogosTransportVehicleList
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /MEBrokerWebService/MEBrokerWebService.asmx HTTP/1.1
Host: me.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.me.com.br/WebServices/processarMensagemLogosTransportVehicleList"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<processarMensagemLogosTransportVehicleList xmlns="http://www.me.com.br/WebServices">
<msgLogosTransportVehicleList>
<Itens>
<LogosTransportVehicle>
<LogosTransportID>int</LogosTransportID>
<LogosItineraryID>int</LogosItineraryID>
<LogosTransportStateID>int</LogosTransportStateID>
<TransportState>string</TransportState>
<IDTransport>string</IDTransport>
<Urgent>string</Urgent>
<Notes>string</Notes>
<Regularization>string</Regularization>
<LogosRegularizationTypeID>int</LogosRegularizationTypeID>
<Transporter>string</Transporter>
<WorkflowID>int</WorkflowID>
<TargetPickupDate>dateTime</TargetPickupDate>
<PickupDate>dateTime</PickupDate>
<PickupZone>string</PickupZone>
<PickupLocalStreat>string</PickupLocalStreat>
<PickupLocalZipCde>string</PickupLocalZipCde>
<PickupLocalCity>string</PickupLocalCity>
<PickupLocalCountryCode>string</PickupLocalCountryCode>
<PickupLocalCountry>string</PickupLocalCountry>
<PickupFullLocal>string</PickupFullLocal>
<PickupName>string</PickupName>
<PickupContact>string</PickupContact>
<PickupEmail>string</PickupEmail>
<PickupPhone>string</PickupPhone>
<PickupExpeditionDate>dateTime</PickupExpeditionDate>
<TargetDeliveryDate>dateTime</TargetDeliveryDate>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryZone>string</DeliveryZone>
<DeliveryLocalStreat>string</DeliveryLocalStreat>
<DeliveryLocalZipCde>string</DeliveryLocalZipCde>
<DeliveryLocalCity>string</DeliveryLocalCity>
<DeliveryLocalCountryCode>string</DeliveryLocalCountryCode>
<DeliveryLocalCountry>string</DeliveryLocalCountry>
<DeliveryFullLocal>string</DeliveryFullLocal>
<DeliveryName>string</DeliveryName>
<DeliveryContact>string</DeliveryContact>
<DeliveryEmail>string</DeliveryEmail>
<DeliveryPhone>string</DeliveryPhone>
<DeliveryReceptionDate>dateTime</DeliveryReceptionDate>
<LogosTransportVehicleID>int</LogosTransportVehicleID>
<LogosVehicleTypeID>int</LogosVehicleTypeID>
<LogosVehicleTypeTypeID>int</LogosVehicleTypeTypeID>
<VehicleType>string</VehicleType>
<LicensePlate>string</LicensePlate>
<TransporterFileNumber>string</TransporterFileNumber>
<LogosLogisticsOperatorProductTypeID>int</LogosLogisticsOperatorProductTypeID>
<LogosLogisticsOperatorProductTypeCode>string</LogosLogisticsOperatorProductTypeCode>
<PlannedVolumes xsi:nil="true" />
<PlannedTransportOptions xsi:nil="true" />
</LogosTransportVehicle>
<LogosTransportVehicle>
<LogosTransportID>int</LogosTransportID>
<LogosItineraryID>int</LogosItineraryID>
<LogosTransportStateID>int</LogosTransportStateID>
<TransportState>string</TransportState>
<IDTransport>string</IDTransport>
<Urgent>string</Urgent>
<Notes>string</Notes>
<Regularization>string</Regularization>
<LogosRegularizationTypeID>int</LogosRegularizationTypeID>
<Transporter>string</Transporter>
<WorkflowID>int</WorkflowID>
<TargetPickupDate>dateTime</TargetPickupDate>
<PickupDate>dateTime</PickupDate>
<PickupZone>string</PickupZone>
<PickupLocalStreat>string</PickupLocalStreat>
<PickupLocalZipCde>string</PickupLocalZipCde>
<PickupLocalCity>string</PickupLocalCity>
<PickupLocalCountryCode>string</PickupLocalCountryCode>
<PickupLocalCountry>string</PickupLocalCountry>
<PickupFullLocal>string</PickupFullLocal>
<PickupName>string</PickupName>
<PickupContact>string</PickupContact>
<PickupEmail>string</PickupEmail>
<PickupPhone>string</PickupPhone>
<PickupExpeditionDate>dateTime</PickupExpeditionDate>
<TargetDeliveryDate>dateTime</TargetDeliveryDate>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryZone>string</DeliveryZone>
<DeliveryLocalStreat>string</DeliveryLocalStreat>
<DeliveryLocalZipCde>string</DeliveryLocalZipCde>
<DeliveryLocalCity>string</DeliveryLocalCity>
<DeliveryLocalCountryCode>string</DeliveryLocalCountryCode>
<DeliveryLocalCountry>string</DeliveryLocalCountry>
<DeliveryFullLocal>string</DeliveryFullLocal>
<DeliveryName>string</DeliveryName>
<DeliveryContact>string</DeliveryContact>
<DeliveryEmail>string</DeliveryEmail>
<DeliveryPhone>string</DeliveryPhone>
<DeliveryReceptionDate>dateTime</DeliveryReceptionDate>
<LogosTransportVehicleID>int</LogosTransportVehicleID>
<LogosVehicleTypeID>int</LogosVehicleTypeID>
<LogosVehicleTypeTypeID>int</LogosVehicleTypeTypeID>
<VehicleType>string</VehicleType>
<LicensePlate>string</LicensePlate>
<TransporterFileNumber>string</TransporterFileNumber>
<LogosLogisticsOperatorProductTypeID>int</LogosLogisticsOperatorProductTypeID>
<LogosLogisticsOperatorProductTypeCode>string</LogosLogisticsOperatorProductTypeCode>
<PlannedVolumes xsi:nil="true" />
<PlannedTransportOptions xsi:nil="true" />
</LogosTransportVehicle>
</Itens>
</msgLogosTransportVehicleList>
</processarMensagemLogosTransportVehicleList>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<processarMensagemLogosTransportVehicleListResponse xmlns="http://www.me.com.br/WebServices">
<processarMensagemLogosTransportVehicleListResult>int</processarMensagemLogosTransportVehicleListResult>
</processarMensagemLogosTransportVehicleListResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /MEBrokerWebService/MEBrokerWebService.asmx HTTP/1.1
Host: me.com.br
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<processarMensagemLogosTransportVehicleList xmlns="http://www.me.com.br/WebServices">
<msgLogosTransportVehicleList>
<Itens>
<LogosTransportVehicle>
<LogosTransportID>int</LogosTransportID>
<LogosItineraryID>int</LogosItineraryID>
<LogosTransportStateID>int</LogosTransportStateID>
<TransportState>string</TransportState>
<IDTransport>string</IDTransport>
<Urgent>string</Urgent>
<Notes>string</Notes>
<Regularization>string</Regularization>
<LogosRegularizationTypeID>int</LogosRegularizationTypeID>
<Transporter>string</Transporter>
<WorkflowID>int</WorkflowID>
<TargetPickupDate>dateTime</TargetPickupDate>
<PickupDate>dateTime</PickupDate>
<PickupZone>string</PickupZone>
<PickupLocalStreat>string</PickupLocalStreat>
<PickupLocalZipCde>string</PickupLocalZipCde>
<PickupLocalCity>string</PickupLocalCity>
<PickupLocalCountryCode>string</PickupLocalCountryCode>
<PickupLocalCountry>string</PickupLocalCountry>
<PickupFullLocal>string</PickupFullLocal>
<PickupName>string</PickupName>
<PickupContact>string</PickupContact>
<PickupEmail>string</PickupEmail>
<PickupPhone>string</PickupPhone>
<PickupExpeditionDate>dateTime</PickupExpeditionDate>
<TargetDeliveryDate>dateTime</TargetDeliveryDate>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryZone>string</DeliveryZone>
<DeliveryLocalStreat>string</DeliveryLocalStreat>
<DeliveryLocalZipCde>string</DeliveryLocalZipCde>
<DeliveryLocalCity>string</DeliveryLocalCity>
<DeliveryLocalCountryCode>string</DeliveryLocalCountryCode>
<DeliveryLocalCountry>string</DeliveryLocalCountry>
<DeliveryFullLocal>string</DeliveryFullLocal>
<DeliveryName>string</DeliveryName>
<DeliveryContact>string</DeliveryContact>
<DeliveryEmail>string</DeliveryEmail>
<DeliveryPhone>string</DeliveryPhone>
<DeliveryReceptionDate>dateTime</DeliveryReceptionDate>
<LogosTransportVehicleID>int</LogosTransportVehicleID>
<LogosVehicleTypeID>int</LogosVehicleTypeID>
<LogosVehicleTypeTypeID>int</LogosVehicleTypeTypeID>
<VehicleType>string</VehicleType>
<LicensePlate>string</LicensePlate>
<TransporterFileNumber>string</TransporterFileNumber>
<LogosLogisticsOperatorProductTypeID>int</LogosLogisticsOperatorProductTypeID>
<LogosLogisticsOperatorProductTypeCode>string</LogosLogisticsOperatorProductTypeCode>
<PlannedVolumes xsi:nil="true" />
<PlannedTransportOptions xsi:nil="true" />
</LogosTransportVehicle>
<LogosTransportVehicle>
<LogosTransportID>int</LogosTransportID>
<LogosItineraryID>int</LogosItineraryID>
<LogosTransportStateID>int</LogosTransportStateID>
<TransportState>string</TransportState>
<IDTransport>string</IDTransport>
<Urgent>string</Urgent>
<Notes>string</Notes>
<Regularization>string</Regularization>
<LogosRegularizationTypeID>int</LogosRegularizationTypeID>
<Transporter>string</Transporter>
<WorkflowID>int</WorkflowID>
<TargetPickupDate>dateTime</TargetPickupDate>
<PickupDate>dateTime</PickupDate>
<PickupZone>string</PickupZone>
<PickupLocalStreat>string</PickupLocalStreat>
<PickupLocalZipCde>string</PickupLocalZipCde>
<PickupLocalCity>string</PickupLocalCity>
<PickupLocalCountryCode>string</PickupLocalCountryCode>
<PickupLocalCountry>string</PickupLocalCountry>
<PickupFullLocal>string</PickupFullLocal>
<PickupName>string</PickupName>
<PickupContact>string</PickupContact>
<PickupEmail>string</PickupEmail>
<PickupPhone>string</PickupPhone>
<PickupExpeditionDate>dateTime</PickupExpeditionDate>
<TargetDeliveryDate>dateTime</TargetDeliveryDate>
<DeliveryDate>dateTime</DeliveryDate>
<DeliveryZone>string</DeliveryZone>
<DeliveryLocalStreat>string</DeliveryLocalStreat>
<DeliveryLocalZipCde>string</DeliveryLocalZipCde>
<DeliveryLocalCity>string</DeliveryLocalCity>
<DeliveryLocalCountryCode>string</DeliveryLocalCountryCode>
<DeliveryLocalCountry>string</DeliveryLocalCountry>
<DeliveryFullLocal>string</DeliveryFullLocal>
<DeliveryName>string</DeliveryName>
<DeliveryContact>string</DeliveryContact>
<DeliveryEmail>string</DeliveryEmail>
<DeliveryPhone>string</DeliveryPhone>
<DeliveryReceptionDate>dateTime</DeliveryReceptionDate>
<LogosTransportVehicleID>int</LogosTransportVehicleID>
<LogosVehicleTypeID>int</LogosVehicleTypeID>
<LogosVehicleTypeTypeID>int</LogosVehicleTypeTypeID>
<VehicleType>string</VehicleType>
<LicensePlate>string</LicensePlate>
<TransporterFileNumber>string</TransporterFileNumber>
<LogosLogisticsOperatorProductTypeID>int</LogosLogisticsOperatorProductTypeID>
<LogosLogisticsOperatorProductTypeCode>string</LogosLogisticsOperatorProductTypeCode>
<PlannedVolumes xsi:nil="true" />
<PlannedTransportOptions xsi:nil="true" />
</LogosTransportVehicle>
</Itens>
</msgLogosTransportVehicleList>
</processarMensagemLogosTransportVehicleList>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<processarMensagemLogosTransportVehicleListResponse xmlns="http://www.me.com.br/WebServices">
<processarMensagemLogosTransportVehicleListResult>int</processarMensagemLogosTransportVehicleListResult>
</processarMensagemLogosTransportVehicleListResponse>
</soap12:Body>
</soap12:Envelope>