GET api/Shipment/GetAllCompletedShipments

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "CustomerId": 2,
    "CustomerName": "sample string 3",
    "PhoneNumber": "sample string 4",
    "Email": "sample string 5",
    "CustomerAddress": "sample string 6",
    "FollowUpPhone": "sample string 7",
    "OrderDate": "2025-04-11T02:38:34.8991706-07:00",
    "OrderTime": "sample string 9",
    "ShippingAddress": "sample string 10",
    "ShipCity": "sample string 11",
    "ShipRegion": "sample string 12",
    "ShipPostalCode": "sample string 13",
    "ShipCountry": "sample string 14",
    "OrderNumber": "sample string 15",
    "OrderDescription": "sample string 16",
    "OrderStatus": "sample string 17",
    "PremisesType": "sample string 18",
    "UserId": "sample string 19",
    "ShipperId": "sample string 20",
    "ShipperName": "sample string 21",
    "MacAddress": "sample string 22",
    "ShippingInvoice": "sample string 23",
    "FileAsByteArray": "QEBA",
    "ShippedDate": "2025-04-11T02:38:34.8991706-07:00",
    "ShippingDate": "2025-04-11T02:38:34.8991706-07:00",
    "TrackingId": "sample string 26",
    "ShippingDescription": "sample string 27",
    "Contract": "sample string 28",
    "ShippmentCost": 29.1,
    "SelectedProducts": [
      {
        "$id": "2",
        "Id": 1,
        "OrderId": 2,
        "OrderNumber": "sample string 3",
        "ProductId": 4,
        "ProductName": "sample string 5",
        "Quantity": 6,
        "SalePrice": 7.1,
        "IsMonthlyBillActive": true
      },
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "SelectedApps": [
      {
        "$id": "3",
        "Id": 1,
        "AppId": 2,
        "AppName": "sample string 3",
        "OrderId": 4,
        "Description": "sample string 5",
        "Username": "sample string 6",
        "Password": "sample string 7",
        "Pin": "sample string 8"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "Addresses": [
      {
        "$id": "4",
        "ID": 1,
        "PhysicalAddress": "sample string 2",
        "OrderID": 3,
        "CustomerName": "sample string 4",
        "OrderNumber": "sample string 5",
        "PhoneNumber": "sample string 6",
        "Address": "sample string 7"
      },
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ]
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]