GET api/LicensePlate/WithDetails/{License_Plate_ID}
Gets a License Plate and License Plate Details in one http request. 'Details' is an array property for License Plate Details.
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:
{ "Details": [ { "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:48:06.413-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:48:06.413-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:48:06.413-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_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:48:06.413-04:00", "Created_By": "sample string 27", "Updated_On": "2025-04-04T00:48:06.413-04:00", "Updated_By": "sample string 28", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }