GET api/LicensePlateDetail

ODATA enabled get LicensePlateDetail requests.

Request Information

Parameters

NameDescriptionAdditional information
options
No documentation available.

None.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "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:10.744-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
    },
    {
      "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:10.744-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
    },
    {
      "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:10.744-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
    }
  ],
  "NextPageLink": null,
  "Count": 3
}