GET api/LicensePlate

ODATA enabled get LicensePlate 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_ID": 1,
      "Parent_License_Plate_ID": 2,
      "License_Plate_Type": "sample string 3",
      "License_Plate_Number": "sample string 4",
      "Warehouse": "sample string 5",
      "Bin": "sample string 6",
      "Weight": 7.0,
      "Height": 8.0,
      "Width": 9.0,
      "Length": 10.0,
      "Shipping_Cost": 11.0,
      "Tracking_Number": "sample string 12",
      "Description": "sample string 13",
      "License_Plate_Complete": true,
      "SSCC": "sample string 14",
      "Marked_For_Location": "sample string 15",
      "ASN_Number": "sample string 16",
      "Label_ZPL": "sample string 17",
      "Label_Image": "QEBA",
      "Packing_Medium": "sample string 18",
      "Packing_Material": "sample string 19",
      "Dimension_UofM": 20,
      "Weight_UofM": 21,
      "Is_Large_Package": true,
      "Is_Additional_Handling_Needed": true,
      "Barcode": "sample string 22",
      "Is_Inactive": true,
      "License_Plate_Template_ID": 23,
      "Freight_Class": 24,
      "Is_License_Plate": true,
      "Is_Historical": true,
      "Created_On": "2025-04-04T00:38:33.053-04:00",
      "Created_By": "sample string 27",
      "Updated_On": "2025-04-04T00:38:33.053-04:00",
      "Updated_By": "sample string 28",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "License_Plate_ID": 1,
      "Parent_License_Plate_ID": 2,
      "License_Plate_Type": "sample string 3",
      "License_Plate_Number": "sample string 4",
      "Warehouse": "sample string 5",
      "Bin": "sample string 6",
      "Weight": 7.0,
      "Height": 8.0,
      "Width": 9.0,
      "Length": 10.0,
      "Shipping_Cost": 11.0,
      "Tracking_Number": "sample string 12",
      "Description": "sample string 13",
      "License_Plate_Complete": true,
      "SSCC": "sample string 14",
      "Marked_For_Location": "sample string 15",
      "ASN_Number": "sample string 16",
      "Label_ZPL": "sample string 17",
      "Label_Image": "QEBA",
      "Packing_Medium": "sample string 18",
      "Packing_Material": "sample string 19",
      "Dimension_UofM": 20,
      "Weight_UofM": 21,
      "Is_Large_Package": true,
      "Is_Additional_Handling_Needed": true,
      "Barcode": "sample string 22",
      "Is_Inactive": true,
      "License_Plate_Template_ID": 23,
      "Freight_Class": 24,
      "Is_License_Plate": true,
      "Is_Historical": true,
      "Created_On": "2025-04-04T00:38:33.053-04:00",
      "Created_By": "sample string 27",
      "Updated_On": "2025-04-04T00:38:33.053-04:00",
      "Updated_By": "sample string 28",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "License_Plate_ID": 1,
      "Parent_License_Plate_ID": 2,
      "License_Plate_Type": "sample string 3",
      "License_Plate_Number": "sample string 4",
      "Warehouse": "sample string 5",
      "Bin": "sample string 6",
      "Weight": 7.0,
      "Height": 8.0,
      "Width": 9.0,
      "Length": 10.0,
      "Shipping_Cost": 11.0,
      "Tracking_Number": "sample string 12",
      "Description": "sample string 13",
      "License_Plate_Complete": true,
      "SSCC": "sample string 14",
      "Marked_For_Location": "sample string 15",
      "ASN_Number": "sample string 16",
      "Label_ZPL": "sample string 17",
      "Label_Image": "QEBA",
      "Packing_Medium": "sample string 18",
      "Packing_Material": "sample string 19",
      "Dimension_UofM": 20,
      "Weight_UofM": 21,
      "Is_Large_Package": true,
      "Is_Additional_Handling_Needed": true,
      "Barcode": "sample string 22",
      "Is_Inactive": true,
      "License_Plate_Template_ID": 23,
      "Freight_Class": 24,
      "Is_License_Plate": true,
      "Is_Historical": true,
      "Created_On": "2025-04-04T00:38:33.053-04:00",
      "Created_By": "sample string 27",
      "Updated_On": "2025-04-04T00:38:33.053-04:00",
      "Updated_By": "sample string 28",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "NextPageLink": null,
  "Count": 3
}