PUT api/LicensePlateDetail/{License_Plate_Detail_ID}
Update LicensePlateDetail objects
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
License_Plate_Detail_ID | No documentation available. |
Define this parameter in the request URI. |
pLicensePlateDetail | No documentation available. |
None. |
Request body formats
application/json, text/json
Sample:
{ "License_Plate_Detail_ID": 1, "License_Plate_ID": 2, "Item_Number": "sample string 3", "UofM": "sample string 4", "Serial_Lot_Number": "sample string 5", "Date_Seq_Num": 6, "Date_Received": "2025-04-04T00:55:09.634-04:00", "Qty": 7.0, "Note": "sample string 8", "Ordered_Qty": 9.0, "Qty_Base_UofM": 10.0, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }
Response Information
Response body formats
application/json, text/json
Sample:
{ "License_Plate_Detail_ID": 1, "License_Plate_ID": 2, "Item_Number": "sample string 3", "UofM": "sample string 4", "Serial_Lot_Number": "sample string 5", "Date_Seq_Num": 6, "Date_Received": "2025-04-04T00:55:09.65-04:00", "Qty": 7.0, "Note": "sample string 8", "Ordered_Qty": 9.0, "Qty_Base_UofM": 10.0, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }