Closed ipavkovic closed 6 months ago
haha, at this point it's maybe easier to just create this "POD" (html) yourself from the tracking data. The whole topic is such a joke. If UPS doesn't have a proper POD (who could blame them), but EU law requires it, it should be enough for us "customers" to have the tracking number, for the rest, authorities should deal with the carriers directly.
just create this "POD" (html) yourself from the tracking data.
I was wondering that too. But, the point is, should we get audited, we'll need UPS to stand behind us on that document. Using anything other than what they provide might hinder that.
<mets
is no valid tag- multiple closing
</span>
without opening spans
If the browser opens it and UPS will stand behind it. This should be good enough. Though, we do need to look to UPS to correct it to the standard.
- compared to XML SOAP response no img src tags are found like
<IMG src="./ups_logo.gif" ALT="UPS Logo">
,<IMG src="./ups_banner.gif" ALT="UPS Banner">
and<IMG src="pod_XXX.gif" ALT="Signature">
That's more interesting, because they do not supply the logo's in the return; they just refer to them. Will they do the same here? I doubt they want to send the gif in every response.
As for the signature, you have it separately (assuming it is implemented).
- also, reading the texts
Delivery Notification
andThis is in response to your request for delivery information concerning the shipment listed below.
I am not sure if this is a proof of delivery at all
Hmm...
As for the signature, you have it separately (assuming it is implemented).
- also, reading the texts
Delivery Notification
andThis is in response to your request for delivery information concerning the shipment listed below.
I am not sure if this is a proof of delivery at allHmm...
with soap message, both having pod as html and signature image attached, and together with two logos from ups web site, we could produce a lookalike proof of delivery document as provided by ups themselves
we could produce a lookalike proof of delivery document as provided by ups themselves
I just went to the website. Here's the PoD they give:
If i choose the "Print this page" option:
So, based on what UPS provides now, i would say images are no longer used as part of the PoD.
@UPSRahul @UPSCadeCreech Can we get some confirmation that it's intended that signature images are no longer returned, despite specifying both returnSignature=true
and returnPOD=true
?
@UPSRahul @UPSCadeCreech Can we get some confirmation that it's intended that signature images are no longer returned, despite specifying both
returnSignature=true
andreturnPOD=true
?
Hi, please reference issue #57.
Hi, thank you for your comment. We have updated the POD HTML.
calling tracking api with returnPOD=true returns DeliveryInformation.pod.content with the following base64 decoded string (sensitive informations XXXed out)
<mets
is no valid tag</span>
without opening spans<IMG src="./ups_logo.gif" ALT="UPS Logo">
,<IMG src="./ups_banner.gif" ALT="UPS Banner">
and<IMG src="pod_XXX.gif" ALT="Signature">
Delivery Notification
andThis is in response to your request for delivery information concerning the shipment listed below.
I am not sure if this is a proof of delivery at all