For the purpose of the EasyLink JobSubmit API, is the maximum value returned for the JobIDType MRN integer field 4,294,967,295 (2**32-1) or less?
Yes, the maximum value is as you've indicated - a long integer value (32 bits).
Thanks for the confirmation.