usps-imb-tool
Service icon

USPS IMB Tool

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 July 2023
 by 
0.0
 (0 ratings)
usps-imb-tool

USPS IMB Tool

Documentation
1.0.0

To use this component, reference the actions for decode/encode to your application. All parameters defined inside each action are mandatory. 

  1. For Encoding: 
    Add custom validations from the end user application to avoid sending empty values. (Mailer ID Length, Mailer ID, Barcode ID, Special Services, Serial Number and Zip Code). Inside each action there's a validation that based on the Mailer ID Lenght, re-arranges the string to pass it and perform the encoding.
  2. For Decoding:
    The Encoded string must be exactly 65-characters long. Otherwise errors will be thrown.
    Also specify the Mailer ID Length before sending the request.

    The Demo will provide a better understanding on the definition.