JpeWs
Click here for a complete list of operations.
SetSchedulePickup
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 /JpeWs.asmx HTTP/1.1
Host: webapi.myjpexpress.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://jpxpress.com/SetSchedulePickup"
<?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>
<SetSchedulePickup xmlns="http://jpxpress.com/">
<userName>string</userName>
<password>string</password>
<callerName>string</callerName>
<shipperName>string</shipperName>
<shipperAddr>string</shipperAddr>
<shipperCity>string</shipperCity>
<shipperState>string</shipperState>
<shipperZip>string</shipperZip>
<shipperContact>string</shipperContact>
<shipperPhone>string</shipperPhone>
<shipperEmail>string</shipperEmail>
<pickupDate>string</pickupDate>
<readyTime>string</readyTime>
<closeTime>string</closeTime>
<specialInstructions1>string</specialInstructions1>
<specialInstructions2>string</specialInstructions2>
<billOfLading>string</billOfLading>
<consigneeName>string</consigneeName>
<consigneeAddr>string</consigneeAddr>
<consigneeCity>string</consigneeCity>
<consigneeState>string</consigneeState>
<consigneeZip>string</consigneeZip>
<consigneePhone>string</consigneePhone>
<consigneeContact>string</consigneeContact>
<purchaseOrderNumber>string</purchaseOrderNumber>
<deliveryDate>string</deliveryDate>
<deliveryTime>string</deliveryTime>
<freightDetails>
<SchedulePickupFreighParameter>
<Pieces>decimal</Pieces>
<PackageCode>string</PackageCode>
<IsHazardousMaterial>string</IsHazardousMaterial>
<Description>string</Description>
<Weight>decimal</Weight>
</SchedulePickupFreighParameter>
<SchedulePickupFreighParameter>
<Pieces>decimal</Pieces>
<PackageCode>string</PackageCode>
<IsHazardousMaterial>string</IsHazardousMaterial>
<Description>string</Description>
<Weight>decimal</Weight>
</SchedulePickupFreighParameter>
</freightDetails>
</SetSchedulePickup>
</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>
<SetSchedulePickupResponse xmlns="http://jpxpress.com/">
<SetSchedulePickupResult>
<PickupConfirmationNumber>decimal</PickupConfirmationNumber>
<ErrorMessage>string</ErrorMessage>
</SetSchedulePickupResult>
</SetSchedulePickupResponse>
</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 /JpeWs.asmx HTTP/1.1
Host: webapi.myjpexpress.com
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>
<SetSchedulePickup xmlns="http://jpxpress.com/">
<userName>string</userName>
<password>string</password>
<callerName>string</callerName>
<shipperName>string</shipperName>
<shipperAddr>string</shipperAddr>
<shipperCity>string</shipperCity>
<shipperState>string</shipperState>
<shipperZip>string</shipperZip>
<shipperContact>string</shipperContact>
<shipperPhone>string</shipperPhone>
<shipperEmail>string</shipperEmail>
<pickupDate>string</pickupDate>
<readyTime>string</readyTime>
<closeTime>string</closeTime>
<specialInstructions1>string</specialInstructions1>
<specialInstructions2>string</specialInstructions2>
<billOfLading>string</billOfLading>
<consigneeName>string</consigneeName>
<consigneeAddr>string</consigneeAddr>
<consigneeCity>string</consigneeCity>
<consigneeState>string</consigneeState>
<consigneeZip>string</consigneeZip>
<consigneePhone>string</consigneePhone>
<consigneeContact>string</consigneeContact>
<purchaseOrderNumber>string</purchaseOrderNumber>
<deliveryDate>string</deliveryDate>
<deliveryTime>string</deliveryTime>
<freightDetails>
<SchedulePickupFreighParameter>
<Pieces>decimal</Pieces>
<PackageCode>string</PackageCode>
<IsHazardousMaterial>string</IsHazardousMaterial>
<Description>string</Description>
<Weight>decimal</Weight>
</SchedulePickupFreighParameter>
<SchedulePickupFreighParameter>
<Pieces>decimal</Pieces>
<PackageCode>string</PackageCode>
<IsHazardousMaterial>string</IsHazardousMaterial>
<Description>string</Description>
<Weight>decimal</Weight>
</SchedulePickupFreighParameter>
</freightDetails>
</SetSchedulePickup>
</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>
<SetSchedulePickupResponse xmlns="http://jpxpress.com/">
<SetSchedulePickupResult>
<PickupConfirmationNumber>decimal</PickupConfirmationNumber>
<ErrorMessage>string</ErrorMessage>
</SetSchedulePickupResult>
</SetSchedulePickupResponse>
</soap12:Body>
</soap12:Envelope>