POST api/LicensePlateDetail

Create LicensePlateDetail objects

Request Information

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:50:27.362-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:50:27.377-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
}