In a REST enabled custom SOE (Server Object Extension), the input parameters to the REST operation are preformatted or altered. Examples of impact include zip codes with leading zeros and asset IDs including leading zeros.
If the value is a number, then it is stored as a number which will not include preceding zeros.Some possible solutions are:In a new release, include an additional numberformat parameter as input to the SOE. SOE will format the input number using the format specified in numberformat input parameter.