TOPS API Release Notes v2.0.50 ============================== /updateStatus Changes ----------------------------------- - Changed the verb of the HTTP call from PUT to POST - Removed mcaStatus path parameter. Use the request body to submit the status update information /wagonDetails Changes ----------------------------------- - Change validation rule for the following json fields commodityCode: must be a 3 digit value consigneeName: must be any string 1 to 9 characters in length crippleWorkDoneType: must be a 2 digit value gradeCode: must be a 3 digit value holdReason: must be a single uppercase letter releaseCodeType: must be a 1 digit value wagonNumberType: must be any alphanumeric string, 6 to 10 characters in length. Letters must be uppercase weightType: floating point number (integer part up to 4-digits; decimal part up to 3-digits) - Adding new field to json schema: vehicles: numeric value indicating the number of vehicles to be inserted (should be always one since the API has been called once per vehicle)