POST api/LicensePlate

Create LicensePlate objects. Generates SSCC if not provided.

Request Information

Request 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-04-04T00:31:44.909-04:00",
  "Created_By": "sample string 27",
  "Updated_On": "2025-04-04T00:31:44.909-04:00",
  "Updated_By": "sample string 28",
  "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_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:31:44.909-04:00",
  "Created_By": "sample string 27",
  "Updated_On": "2025-04-04T00:31:44.909-04:00",
  "Updated_By": "sample string 28",
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}