2003.JSON Upgrade Compatibility Notes

Brief Summary:

No field removal: Legacy fields will always be retained (values may be empty/null). Only additions: New fields will be introduced without breaking existing integrations. Example: VIN Code Decoding :

**Legacy response:

ParameterTypeDescription
Epcstring
build_datestring
...stringMore JSON fields

**New response:

ParameterTypeDescription
Epcstring
build_datestring
newtagstringNew JSON field added
...stringMore JSON fields