Module: Usps::Api::Endpoints::PTSPod
- Included in:
- Usps::Api::Endpoints
- Defined in:
- lib/usps/api/endpoints/pts_pod.rb
Instance Method Summary collapse
-
#pts_pod(options = {}) ⇒ Object
Proof of Delivery is a letter that includes the recipient’s name and a copy of their signature.
Instance Method Details
#pts_pod(options = {}) ⇒ Object
Proof of Delivery is a letter that includes the recipient’s name and a copy of their signature. The Proof of Delivery API allows the customer to request proof of delivery notification via email. When you request access for this API, please identify your anticipated API volume, mailer ID and how you will be utilizing this API. A mailer identification number (MID) is a 6 or 9-digit number assigned to a customer through the USPS Business Customer Gateway (BCG). Please refer to the following links for help:
39 40 41 42 43 44 45 |
# File 'lib/usps/api/endpoints/pts_pod.rb', line 39 def pts_pod( = {}) request = build_request(:pts_pod, ) get('https://secure.shippingapis.com/ShippingAPI.dll', { API: 'PTSPod', XML: request, }) end |