GET api/LicensePlate/{License_Plate_ID}
Get LicensePlate requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| License_Plate_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"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-11-04T14:06:00.153-05:00",
"Created_By": "sample string 27",
"Updated_On": "2025-11-04T14:06:00.153-05:00",
"Updated_By": "sample string 28",
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}