EDT submit ECU Serial Numbers to UIM.
The UIM Service Datatype enables Content Author to submit ECU SerialNumber to UIM using Call Method "ReportSerialNumber", so that the Machine Data Registry(MDR) contains the as built information about the machine..
Pre-requisites:
- Machine connected to VPN (Be on AGCO's Network).
- Machine configured to UIM Base URL.
- MachineIdentifier (Required) - String
- HardwareFeatureID (Required) - String
- SerialNumber (Required) - String
- ReassignSerialNumber (Optional) - Boolean
- StatusCode (Optional) - Integer
- Error (Optional) - String
- AssignedSerialNumber (Optional) - String
If ReassignSerialNumber is set to False, an error message is returned saying that the serial number is different and the same SerialNumber is returned.
If ReassignSerialNumber is set to True, the SerialNumber is updated (DELETEs current SerialNumber and POSTs the new value).
If the new SerialNumber provided is a null string, an error message saying "SerialNumber must be provided" is displayed.