GET api/Order/Paged

Get Paged Orders Response

Request Information

URI Parameters

Name Type Description Additional information
PageNumber integer

page number desired

PageSize integer

How many items to put on a page. Default is 1000

IsPaged boolean

SortColumn string

Column for sorting. Not yet supported.

Status string

All, Open, Closed. Default is Open

StartDate date

EndDate date

SortDirection SortDirection

Filters Collection of Filter

Body Parameters

None

Response Information

Resource Description

PagedResponseOfOrder
Name Type Description Additional information
ObjectList Collection of Order

TotalCount integer

CurrentPage integer

TotalPages integer

PageSize integer

ExecutionTime integer

ResultMessage string

ResultCode integer

Response Formats

application/json, text/json

Sample:
{
  "ObjectList": [
    {
      "VisibleId": 1,
      "MemberNumber": "sample string 2",
      "Currency": "sample string 3",
      "DiscountTotal": 4.0,
      "GroupPoints": 5.0,
      "HandlingTotal": 6.0,
      "ImportDate": "2024-10-13T14:12:40.772694+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
      "OrderDate": "2024-10-13T14:12:40.772694+00:00",
      "OrderNumber": "sample string 10",
      "OrderSubTotal": 11.0,
      "OrderTotal": 12.0,
      "OrderType": "sample string 13",
      "PersonalPoints": 14.0,
      "PONumber": "sample string 15",
      "ShipAddress1": "sample string 16",
      "ShipAddress2": "sample string 17",
      "ShipAddress3": "sample string 18",
      "ShipCarrier": "sample string 19",
      "ShipCountry": "sample string 20",
      "ShipCity": "sample string 21",
      "ShipCompany": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipName": "sample string 24",
      "ShipPhone": "sample string 25",
      "ShippingCode": "sample string 26",
      "PreferredShipMethod": "sample string 27",
      "PreferredShipLocation": "sample string 28",
      "ShippingInstructions": "sample string 29",
      "DoNotOptimizeShipMethod": true,
      "ShipPostalCode": "sample string 31",
      "ShipServiceType": "sample string 32",
      "ShipState": "sample string 33",
      "Source": "sample string 34",
      "Status": "sample string 35",
      "StatusDate": "2024-10-13T14:12:40.772694+00:00",
      "ShippingTotal": 37.0,
      "TaxableAmount": 38.0,
      "TaxPercent": 39.0,
      "TaxTotal": 40.0,
      "ERPNumber": "sample string 41",
      "ERPLocation": "sample string 42",
      "OrderItems": [
        {
          "LineItemNumber": "sample string 1",
          "ItemCode": "sample string 2",
          "Quantity": 3.1,
          "QuantityUoM": "sample string 4",
          "SalesPrice": 5.0,
          "PersonalPoints": 6.0,
          "GroupPoints": 7.0,
          "LineTotal": 8.0,
          "LineDiscount": 9.0,
          "Pricing": "sample string 10",
          "LineItemType": "sample string 11",
          "ParentKitItem": "sample string 12",
          "PackslipMessage": "sample string 13",
          "LotNumber": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "LineItemNumber": "sample string 1",
          "ItemCode": "sample string 2",
          "Quantity": 3.1,
          "QuantityUoM": "sample string 4",
          "SalesPrice": 5.0,
          "PersonalPoints": 6.0,
          "GroupPoints": 7.0,
          "LineTotal": 8.0,
          "LineDiscount": 9.0,
          "Pricing": "sample string 10",
          "LineItemType": "sample string 11",
          "ParentKitItem": "sample string 12",
          "PackslipMessage": "sample string 13",
          "LotNumber": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "OrderPayments": [
        {
          "Amount": 1.0,
          "IsAuthorized": true,
          "AuthorizedDate": "2024-10-13T14:12:40.772694+00:00",
          "PerformanceInMS": 4,
          "ClientName": "sample string 5"
        },
        {
          "Amount": 1.0,
          "IsAuthorized": true,
          "AuthorizedDate": "2024-10-13T14:12:40.772694+00:00",
          "PerformanceInMS": 4,
          "ClientName": "sample string 5"
        }
      ],
      "OrderOptions": [
        {
          "OrderOption": "sample string 1",
          "OrderOptionValue": "sample string 2",
          "PerformanceInMS": 3,
          "ClientName": "sample string 4"
        },
        {
          "OrderOption": "sample string 1",
          "OrderOptionValue": "sample string 2",
          "PerformanceInMS": 3,
          "ClientName": "sample string 4"
        }
      ],
      "OrderShipments": [
        {
          "VisibleId": 1,
          "OrderNumber": "sample string 2",
          "PoNumber": "sample string 3",
          "Priority": 4,
          "MemberNumber": "sample string 5",
          "ShipmentType": "sample string 6",
          "ShipCountry": "sample string 7",
          "ShipmentNumber": 8,
          "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
          "Status": "sample string 10",
          "StatusDate": "2024-10-13T14:12:40.772694+00:00",
          "ShipName": "sample string 12",
          "ShipAddress1": "sample string 13",
          "ShipAddress2": "sample string 14",
          "ShipAddress3": "sample string 15",
          "ShipCity": "sample string 16",
          "ShipCompany": "sample string 17",
          "ShipState": "sample string 18",
          "ShipPostalCode": "sample string 19",
          "DoNotOptimizeShipMethod": true,
          "ShipmentCarrier": "sample string 21",
          "ShipmentServiceType": "sample string 22",
          "ShipEmail": "sample string 23",
          "ShipPhone": "sample string 24",
          "CustomsValue": 25.0,
          "ShipmentShippedDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedDeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "ShippingInstructions": "sample string 30",
          "ShippingLicensePlate": "sample string 31",
          "EstimatedWeight": 32.0,
          "WeightUoM": "sample string 33",
          "ActualWeight": 34.0,
          "ShipLocationId": 1,
          "WarehouseCode": "sample string 35",
          "ShippingCharge": 36.0,
          "OrderShipmentItems": [
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            },
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            }
          ],
          "ShipmentTrackingNumbers": [
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            },
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            }
          ],
          "OrderShipmentPackages": [
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            },
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            }
          ],
          "PerformanceInMS": 37,
          "ClientName": "sample string 38"
        },
        {
          "VisibleId": 1,
          "OrderNumber": "sample string 2",
          "PoNumber": "sample string 3",
          "Priority": 4,
          "MemberNumber": "sample string 5",
          "ShipmentType": "sample string 6",
          "ShipCountry": "sample string 7",
          "ShipmentNumber": 8,
          "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
          "Status": "sample string 10",
          "StatusDate": "2024-10-13T14:12:40.772694+00:00",
          "ShipName": "sample string 12",
          "ShipAddress1": "sample string 13",
          "ShipAddress2": "sample string 14",
          "ShipAddress3": "sample string 15",
          "ShipCity": "sample string 16",
          "ShipCompany": "sample string 17",
          "ShipState": "sample string 18",
          "ShipPostalCode": "sample string 19",
          "DoNotOptimizeShipMethod": true,
          "ShipmentCarrier": "sample string 21",
          "ShipmentServiceType": "sample string 22",
          "ShipEmail": "sample string 23",
          "ShipPhone": "sample string 24",
          "CustomsValue": 25.0,
          "ShipmentShippedDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedDeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "ShippingInstructions": "sample string 30",
          "ShippingLicensePlate": "sample string 31",
          "EstimatedWeight": 32.0,
          "WeightUoM": "sample string 33",
          "ActualWeight": 34.0,
          "ShipLocationId": 1,
          "WarehouseCode": "sample string 35",
          "ShippingCharge": 36.0,
          "OrderShipmentItems": [
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            },
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            }
          ],
          "ShipmentTrackingNumbers": [
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            },
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            }
          ],
          "OrderShipmentPackages": [
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            },
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            }
          ],
          "PerformanceInMS": 37,
          "ClientName": "sample string 38"
        }
      ],
      "PerformanceInMS": 43,
      "ClientName": "sample string 44"
    },
    {
      "VisibleId": 1,
      "MemberNumber": "sample string 2",
      "Currency": "sample string 3",
      "DiscountTotal": 4.0,
      "GroupPoints": 5.0,
      "HandlingTotal": 6.0,
      "ImportDate": "2024-10-13T14:12:40.772694+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
      "OrderDate": "2024-10-13T14:12:40.772694+00:00",
      "OrderNumber": "sample string 10",
      "OrderSubTotal": 11.0,
      "OrderTotal": 12.0,
      "OrderType": "sample string 13",
      "PersonalPoints": 14.0,
      "PONumber": "sample string 15",
      "ShipAddress1": "sample string 16",
      "ShipAddress2": "sample string 17",
      "ShipAddress3": "sample string 18",
      "ShipCarrier": "sample string 19",
      "ShipCountry": "sample string 20",
      "ShipCity": "sample string 21",
      "ShipCompany": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipName": "sample string 24",
      "ShipPhone": "sample string 25",
      "ShippingCode": "sample string 26",
      "PreferredShipMethod": "sample string 27",
      "PreferredShipLocation": "sample string 28",
      "ShippingInstructions": "sample string 29",
      "DoNotOptimizeShipMethod": true,
      "ShipPostalCode": "sample string 31",
      "ShipServiceType": "sample string 32",
      "ShipState": "sample string 33",
      "Source": "sample string 34",
      "Status": "sample string 35",
      "StatusDate": "2024-10-13T14:12:40.772694+00:00",
      "ShippingTotal": 37.0,
      "TaxableAmount": 38.0,
      "TaxPercent": 39.0,
      "TaxTotal": 40.0,
      "ERPNumber": "sample string 41",
      "ERPLocation": "sample string 42",
      "OrderItems": [
        {
          "LineItemNumber": "sample string 1",
          "ItemCode": "sample string 2",
          "Quantity": 3.1,
          "QuantityUoM": "sample string 4",
          "SalesPrice": 5.0,
          "PersonalPoints": 6.0,
          "GroupPoints": 7.0,
          "LineTotal": 8.0,
          "LineDiscount": 9.0,
          "Pricing": "sample string 10",
          "LineItemType": "sample string 11",
          "ParentKitItem": "sample string 12",
          "PackslipMessage": "sample string 13",
          "LotNumber": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "LineItemNumber": "sample string 1",
          "ItemCode": "sample string 2",
          "Quantity": 3.1,
          "QuantityUoM": "sample string 4",
          "SalesPrice": 5.0,
          "PersonalPoints": 6.0,
          "GroupPoints": 7.0,
          "LineTotal": 8.0,
          "LineDiscount": 9.0,
          "Pricing": "sample string 10",
          "LineItemType": "sample string 11",
          "ParentKitItem": "sample string 12",
          "PackslipMessage": "sample string 13",
          "LotNumber": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "OrderPayments": [
        {
          "Amount": 1.0,
          "IsAuthorized": true,
          "AuthorizedDate": "2024-10-13T14:12:40.772694+00:00",
          "PerformanceInMS": 4,
          "ClientName": "sample string 5"
        },
        {
          "Amount": 1.0,
          "IsAuthorized": true,
          "AuthorizedDate": "2024-10-13T14:12:40.772694+00:00",
          "PerformanceInMS": 4,
          "ClientName": "sample string 5"
        }
      ],
      "OrderOptions": [
        {
          "OrderOption": "sample string 1",
          "OrderOptionValue": "sample string 2",
          "PerformanceInMS": 3,
          "ClientName": "sample string 4"
        },
        {
          "OrderOption": "sample string 1",
          "OrderOptionValue": "sample string 2",
          "PerformanceInMS": 3,
          "ClientName": "sample string 4"
        }
      ],
      "OrderShipments": [
        {
          "VisibleId": 1,
          "OrderNumber": "sample string 2",
          "PoNumber": "sample string 3",
          "Priority": 4,
          "MemberNumber": "sample string 5",
          "ShipmentType": "sample string 6",
          "ShipCountry": "sample string 7",
          "ShipmentNumber": 8,
          "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
          "Status": "sample string 10",
          "StatusDate": "2024-10-13T14:12:40.772694+00:00",
          "ShipName": "sample string 12",
          "ShipAddress1": "sample string 13",
          "ShipAddress2": "sample string 14",
          "ShipAddress3": "sample string 15",
          "ShipCity": "sample string 16",
          "ShipCompany": "sample string 17",
          "ShipState": "sample string 18",
          "ShipPostalCode": "sample string 19",
          "DoNotOptimizeShipMethod": true,
          "ShipmentCarrier": "sample string 21",
          "ShipmentServiceType": "sample string 22",
          "ShipEmail": "sample string 23",
          "ShipPhone": "sample string 24",
          "CustomsValue": 25.0,
          "ShipmentShippedDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedDeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "ShippingInstructions": "sample string 30",
          "ShippingLicensePlate": "sample string 31",
          "EstimatedWeight": 32.0,
          "WeightUoM": "sample string 33",
          "ActualWeight": 34.0,
          "ShipLocationId": 1,
          "WarehouseCode": "sample string 35",
          "ShippingCharge": 36.0,
          "OrderShipmentItems": [
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            },
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            }
          ],
          "ShipmentTrackingNumbers": [
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            },
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            }
          ],
          "OrderShipmentPackages": [
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            },
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            }
          ],
          "PerformanceInMS": 37,
          "ClientName": "sample string 38"
        },
        {
          "VisibleId": 1,
          "OrderNumber": "sample string 2",
          "PoNumber": "sample string 3",
          "Priority": 4,
          "MemberNumber": "sample string 5",
          "ShipmentType": "sample string 6",
          "ShipCountry": "sample string 7",
          "ShipmentNumber": 8,
          "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
          "Status": "sample string 10",
          "StatusDate": "2024-10-13T14:12:40.772694+00:00",
          "ShipName": "sample string 12",
          "ShipAddress1": "sample string 13",
          "ShipAddress2": "sample string 14",
          "ShipAddress3": "sample string 15",
          "ShipCity": "sample string 16",
          "ShipCompany": "sample string 17",
          "ShipState": "sample string 18",
          "ShipPostalCode": "sample string 19",
          "DoNotOptimizeShipMethod": true,
          "ShipmentCarrier": "sample string 21",
          "ShipmentServiceType": "sample string 22",
          "ShipEmail": "sample string 23",
          "ShipPhone": "sample string 24",
          "CustomsValue": 25.0,
          "ShipmentShippedDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedShipDate": "2024-10-13T14:12:40.772694+00:00",
          "EstimatedDeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
          "ShippingInstructions": "sample string 30",
          "ShippingLicensePlate": "sample string 31",
          "EstimatedWeight": 32.0,
          "WeightUoM": "sample string 33",
          "ActualWeight": 34.0,
          "ShipLocationId": 1,
          "WarehouseCode": "sample string 35",
          "ShippingCharge": 36.0,
          "OrderShipmentItems": [
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            },
            {
              "Id": 1,
              "OrderShipmentId": 2,
              "ItemCode": "sample string 3",
              "Quantity": 4,
              "QuantityUoM": "sample string 5",
              "QuantityShipped": 6,
              "QuantityCancelled": 7,
              "LineNumber": "sample string 8",
              "LotNumber": "sample string 9",
              "AllocationStatus": "sample string 10",
              "OrderItemType": "sample string 11",
              "PackslipMessage": "sample string 12",
              "ShippedDate": "2024-10-13T14:12:40.772694+00:00",
              "ParentKitItem": "sample string 14",
              "PerformanceInMS": 15,
              "ClientName": "sample string 16"
            }
          ],
          "ShipmentTrackingNumbers": [
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            },
            {
              "Id": 1,
              "ShipmentId": 2,
              "OrderId": 3,
              "PackageNumber": 4,
              "TrackingNumber": "sample string 5",
              "TrackingNumber2": "sample string 6",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 10.1,
              "DBStatus": 11,
              "ClientName": "sample string 12",
              "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
              "TimeInMs": 14,
              "ResultCode": 15,
              "ResultMessage": "sample string 16",
              "CreatedSession": 17,
              "ModifiedSession": 18,
              "RowVersion": "sample string 19"
            }
          ],
          "OrderShipmentPackages": [
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            },
            {
              "OrderShipmentPackageId": 1,
              "OrderShipmentId": 2,
              "TrackingNumber": "sample string 3",
              "TrackingNumber2": "sample string 4",
              "ShipDate": "2024-10-13T14:12:40.772694+00:00",
              "CarrierReceiveDate": "2024-10-13T14:12:40.772694+00:00",
              "DeliveryDate": "2024-10-13T14:12:40.772694+00:00",
              "TransitDays": 8.0,
              "Weight": 9.0,
              "WeightUoM": "sample string 10",
              "Length": 11.0,
              "Width": 12.0,
              "Height": 13.0,
              "DimUoM": "sample string 14",
              "PackageType": "sample string 15",
              "CreatedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "ModifiedDateTime": "2024-10-13T14:12:40.772694+00:00",
              "OrderShipmentPackageDetails": [
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                },
                {
                  "OrderShipmentPackageDetailId": 1,
                  "OrderShipmentPackageId": 1,
                  "OrderShipmentItemId": 1,
                  "ItemID": 1,
                  "Quantity": 1,
                  "QuantityUoM": "sample string 2",
                  "CaseQuantity": 1.0,
                  "BoxId": 1,
                  "BoxIdentifier": "sample string 3",
                  "SerialNumber": "sample string 4",
                  "AdditionalData2": "sample string 5",
                  "AdditionalData3": "sample string 6",
                  "LotNumber": "sample string 7",
                  "AdditionalData": "sample string 8",
                  "ResultMessage": "sample string 9",
                  "ResultCode": 10,
                  "CreatedSession": 11,
                  "modifiedSession": 12,
                  "rowVersion": "QEA=",
                  "dbStatus": 13,
                  "ModifiedTimeStamp": "2024-10-13T14:12:40.772694+00:00",
                  "ExecutionTime": 15,
                  "PerformanceInMS": 16,
                  "ClientName": "sample string 17"
                }
              ]
            }
          ],
          "PerformanceInMS": 37,
          "ClientName": "sample string 38"
        }
      ],
      "PerformanceInMS": 43,
      "ClientName": "sample string 44"
    }
  ],
  "TotalCount": 1,
  "CurrentPage": 2,
  "TotalPages": 3,
  "PageSize": 4,
  "ExecutionTime": 5,
  "ResultMessage": "sample string 6",
  "ResultCode": 7
}

application/xml, text/xml

Sample:
<PagedResponseOfOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ObjectList>
    <Order>
      <PerformanceInMS>43</PerformanceInMS>
      <ClientName>sample string 44</ClientName>
      <VisibleId>1</VisibleId>
      <MemberNumber>sample string 2</MemberNumber>
      <Currency>sample string 3</Currency>
      <DiscountTotal>4</DiscountTotal>
      <GroupPoints>5</GroupPoints>
      <HandlingTotal>6</HandlingTotal>
      <ImportDate>2024-10-13T14:12:40.772694+00:00</ImportDate>
      <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
      <OrderDate>2024-10-13T14:12:40.772694+00:00</OrderDate>
      <OrderNumber>sample string 10</OrderNumber>
      <OrderSubTotal>11</OrderSubTotal>
      <OrderTotal>12</OrderTotal>
      <OrderType>sample string 13</OrderType>
      <PersonalPoints>14</PersonalPoints>
      <PONumber>sample string 15</PONumber>
      <ShipAddress1>sample string 16</ShipAddress1>
      <ShipAddress2>sample string 17</ShipAddress2>
      <ShipAddress3>sample string 18</ShipAddress3>
      <ShipCarrier>sample string 19</ShipCarrier>
      <ShipCountry>sample string 20</ShipCountry>
      <ShipCity>sample string 21</ShipCity>
      <ShipCompany>sample string 22</ShipCompany>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipName>sample string 24</ShipName>
      <ShipPhone>sample string 25</ShipPhone>
      <ShippingCode>sample string 26</ShippingCode>
      <PreferredShipMethod>sample string 27</PreferredShipMethod>
      <PreferredShipLocation>sample string 28</PreferredShipLocation>
      <ShippingInstructions>sample string 29</ShippingInstructions>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipPostalCode>sample string 31</ShipPostalCode>
      <ShipServiceType>sample string 32</ShipServiceType>
      <ShipState>sample string 33</ShipState>
      <Source>sample string 34</Source>
      <Status>sample string 35</Status>
      <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
      <ShippingTotal>37</ShippingTotal>
      <TaxableAmount>38</TaxableAmount>
      <TaxPercent>39</TaxPercent>
      <TaxTotal>40</TaxTotal>
      <ERPNumber>sample string 41</ERPNumber>
      <ERPLocation>sample string 42</ERPLocation>
      <OrderItems>
        <OrderItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <LineItemNumber>sample string 1</LineItemNumber>
          <ItemCode>sample string 2</ItemCode>
          <Quantity>3.1</Quantity>
          <QuantityUoM>sample string 4</QuantityUoM>
          <SalesPrice>5</SalesPrice>
          <PersonalPoints>6</PersonalPoints>
          <GroupPoints>7</GroupPoints>
          <LineTotal>8</LineTotal>
          <LineDiscount>9</LineDiscount>
          <Pricing>sample string 10</Pricing>
          <LineItemType>sample string 11</LineItemType>
          <ParentKitItem>sample string 12</ParentKitItem>
          <PackslipMessage>sample string 13</PackslipMessage>
          <LotNumber>sample string 14</LotNumber>
        </OrderItem>
        <OrderItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <LineItemNumber>sample string 1</LineItemNumber>
          <ItemCode>sample string 2</ItemCode>
          <Quantity>3.1</Quantity>
          <QuantityUoM>sample string 4</QuantityUoM>
          <SalesPrice>5</SalesPrice>
          <PersonalPoints>6</PersonalPoints>
          <GroupPoints>7</GroupPoints>
          <LineTotal>8</LineTotal>
          <LineDiscount>9</LineDiscount>
          <Pricing>sample string 10</Pricing>
          <LineItemType>sample string 11</LineItemType>
          <ParentKitItem>sample string 12</ParentKitItem>
          <PackslipMessage>sample string 13</PackslipMessage>
          <LotNumber>sample string 14</LotNumber>
        </OrderItem>
      </OrderItems>
      <OrderPayments>
        <OrderPayment>
          <PerformanceInMS>4</PerformanceInMS>
          <ClientName>sample string 5</ClientName>
          <Amount>1</Amount>
          <IsAuthorized>true</IsAuthorized>
          <AuthorizedDate>2024-10-13T14:12:40.772694+00:00</AuthorizedDate>
        </OrderPayment>
        <OrderPayment>
          <PerformanceInMS>4</PerformanceInMS>
          <ClientName>sample string 5</ClientName>
          <Amount>1</Amount>
          <IsAuthorized>true</IsAuthorized>
          <AuthorizedDate>2024-10-13T14:12:40.772694+00:00</AuthorizedDate>
        </OrderPayment>
      </OrderPayments>
      <OrderOptions>
        <OrderOptions>
          <PerformanceInMS>3</PerformanceInMS>
          <ClientName>sample string 4</ClientName>
          <OrderOption>sample string 1</OrderOption>
          <OrderOptionValue>sample string 2</OrderOptionValue>
        </OrderOptions>
        <OrderOptions>
          <PerformanceInMS>3</PerformanceInMS>
          <ClientName>sample string 4</ClientName>
          <OrderOption>sample string 1</OrderOption>
          <OrderOptionValue>sample string 2</OrderOptionValue>
        </OrderOptions>
      </OrderOptions>
      <OrderShipments>
        <Shipment>
          <PerformanceInMS>37</PerformanceInMS>
          <ClientName>sample string 38</ClientName>
          <Id>1</Id>
          <OrderNumber>sample string 2</OrderNumber>
          <PoNumber>sample string 3</PoNumber>
          <Priority>4</Priority>
          <MemberNumber>sample string 5</MemberNumber>
          <ShipmentType>sample string 6</ShipmentType>
          <ShipCountry>sample string 7</ShipCountry>
          <ShipmentNumber>8</ShipmentNumber>
          <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
          <Status>sample string 10</Status>
          <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
          <ShipName>sample string 12</ShipName>
          <ShipAddress1>sample string 13</ShipAddress1>
          <ShipAddress2>sample string 14</ShipAddress2>
          <ShipAddress3>sample string 15</ShipAddress3>
          <ShipCity>sample string 16</ShipCity>
          <ShipCompany>sample string 17</ShipCompany>
          <ShipState>sample string 18</ShipState>
          <ShipPostalCode>sample string 19</ShipPostalCode>
          <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
          <ShipmentCarrier>sample string 21</ShipmentCarrier>
          <ShipmentServiceType>sample string 22</ShipmentServiceType>
          <ShipEmail>sample string 23</ShipEmail>
          <ShipPhone>sample string 24</ShipPhone>
          <CustomsValue>25</CustomsValue>
          <ShipmentShippedDate>2024-10-13T14:12:40.772694+00:00</ShipmentShippedDate>
          <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
          <EstimatedDeliveryDate>2024-10-13T14:12:40.772694+00:00</EstimatedDeliveryDate>
          <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
          <ShippingInstructions>sample string 30</ShippingInstructions>
          <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
          <EstimatedWeight>32</EstimatedWeight>
          <WeightUoM>sample string 33</WeightUoM>
          <ActualWeight>34</ActualWeight>
          <ShipLocationId>1</ShipLocationId>
          <WarehouseCode>sample string 35</WarehouseCode>
          <ShippingCharge>36</ShippingCharge>
          <OrderShipmentItems>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
          </OrderShipmentItems>
          <ShipmentTrackingNumbers>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
          </ShipmentTrackingNumbers>
          <OrderShipmentPackages>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
          </OrderShipmentPackages>
        </Shipment>
        <Shipment>
          <PerformanceInMS>37</PerformanceInMS>
          <ClientName>sample string 38</ClientName>
          <Id>1</Id>
          <OrderNumber>sample string 2</OrderNumber>
          <PoNumber>sample string 3</PoNumber>
          <Priority>4</Priority>
          <MemberNumber>sample string 5</MemberNumber>
          <ShipmentType>sample string 6</ShipmentType>
          <ShipCountry>sample string 7</ShipCountry>
          <ShipmentNumber>8</ShipmentNumber>
          <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
          <Status>sample string 10</Status>
          <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
          <ShipName>sample string 12</ShipName>
          <ShipAddress1>sample string 13</ShipAddress1>
          <ShipAddress2>sample string 14</ShipAddress2>
          <ShipAddress3>sample string 15</ShipAddress3>
          <ShipCity>sample string 16</ShipCity>
          <ShipCompany>sample string 17</ShipCompany>
          <ShipState>sample string 18</ShipState>
          <ShipPostalCode>sample string 19</ShipPostalCode>
          <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
          <ShipmentCarrier>sample string 21</ShipmentCarrier>
          <ShipmentServiceType>sample string 22</ShipmentServiceType>
          <ShipEmail>sample string 23</ShipEmail>
          <ShipPhone>sample string 24</ShipPhone>
          <CustomsValue>25</CustomsValue>
          <ShipmentShippedDate>2024-10-13T14:12:40.772694+00:00</ShipmentShippedDate>
          <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
          <EstimatedDeliveryDate>2024-10-13T14:12:40.772694+00:00</EstimatedDeliveryDate>
          <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
          <ShippingInstructions>sample string 30</ShippingInstructions>
          <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
          <EstimatedWeight>32</EstimatedWeight>
          <WeightUoM>sample string 33</WeightUoM>
          <ActualWeight>34</ActualWeight>
          <ShipLocationId>1</ShipLocationId>
          <WarehouseCode>sample string 35</WarehouseCode>
          <ShippingCharge>36</ShippingCharge>
          <OrderShipmentItems>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
          </OrderShipmentItems>
          <ShipmentTrackingNumbers>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
          </ShipmentTrackingNumbers>
          <OrderShipmentPackages>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
          </OrderShipmentPackages>
        </Shipment>
      </OrderShipments>
    </Order>
    <Order>
      <PerformanceInMS>43</PerformanceInMS>
      <ClientName>sample string 44</ClientName>
      <VisibleId>1</VisibleId>
      <MemberNumber>sample string 2</MemberNumber>
      <Currency>sample string 3</Currency>
      <DiscountTotal>4</DiscountTotal>
      <GroupPoints>5</GroupPoints>
      <HandlingTotal>6</HandlingTotal>
      <ImportDate>2024-10-13T14:12:40.772694+00:00</ImportDate>
      <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
      <OrderDate>2024-10-13T14:12:40.772694+00:00</OrderDate>
      <OrderNumber>sample string 10</OrderNumber>
      <OrderSubTotal>11</OrderSubTotal>
      <OrderTotal>12</OrderTotal>
      <OrderType>sample string 13</OrderType>
      <PersonalPoints>14</PersonalPoints>
      <PONumber>sample string 15</PONumber>
      <ShipAddress1>sample string 16</ShipAddress1>
      <ShipAddress2>sample string 17</ShipAddress2>
      <ShipAddress3>sample string 18</ShipAddress3>
      <ShipCarrier>sample string 19</ShipCarrier>
      <ShipCountry>sample string 20</ShipCountry>
      <ShipCity>sample string 21</ShipCity>
      <ShipCompany>sample string 22</ShipCompany>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipName>sample string 24</ShipName>
      <ShipPhone>sample string 25</ShipPhone>
      <ShippingCode>sample string 26</ShippingCode>
      <PreferredShipMethod>sample string 27</PreferredShipMethod>
      <PreferredShipLocation>sample string 28</PreferredShipLocation>
      <ShippingInstructions>sample string 29</ShippingInstructions>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipPostalCode>sample string 31</ShipPostalCode>
      <ShipServiceType>sample string 32</ShipServiceType>
      <ShipState>sample string 33</ShipState>
      <Source>sample string 34</Source>
      <Status>sample string 35</Status>
      <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
      <ShippingTotal>37</ShippingTotal>
      <TaxableAmount>38</TaxableAmount>
      <TaxPercent>39</TaxPercent>
      <TaxTotal>40</TaxTotal>
      <ERPNumber>sample string 41</ERPNumber>
      <ERPLocation>sample string 42</ERPLocation>
      <OrderItems>
        <OrderItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <LineItemNumber>sample string 1</LineItemNumber>
          <ItemCode>sample string 2</ItemCode>
          <Quantity>3.1</Quantity>
          <QuantityUoM>sample string 4</QuantityUoM>
          <SalesPrice>5</SalesPrice>
          <PersonalPoints>6</PersonalPoints>
          <GroupPoints>7</GroupPoints>
          <LineTotal>8</LineTotal>
          <LineDiscount>9</LineDiscount>
          <Pricing>sample string 10</Pricing>
          <LineItemType>sample string 11</LineItemType>
          <ParentKitItem>sample string 12</ParentKitItem>
          <PackslipMessage>sample string 13</PackslipMessage>
          <LotNumber>sample string 14</LotNumber>
        </OrderItem>
        <OrderItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <LineItemNumber>sample string 1</LineItemNumber>
          <ItemCode>sample string 2</ItemCode>
          <Quantity>3.1</Quantity>
          <QuantityUoM>sample string 4</QuantityUoM>
          <SalesPrice>5</SalesPrice>
          <PersonalPoints>6</PersonalPoints>
          <GroupPoints>7</GroupPoints>
          <LineTotal>8</LineTotal>
          <LineDiscount>9</LineDiscount>
          <Pricing>sample string 10</Pricing>
          <LineItemType>sample string 11</LineItemType>
          <ParentKitItem>sample string 12</ParentKitItem>
          <PackslipMessage>sample string 13</PackslipMessage>
          <LotNumber>sample string 14</LotNumber>
        </OrderItem>
      </OrderItems>
      <OrderPayments>
        <OrderPayment>
          <PerformanceInMS>4</PerformanceInMS>
          <ClientName>sample string 5</ClientName>
          <Amount>1</Amount>
          <IsAuthorized>true</IsAuthorized>
          <AuthorizedDate>2024-10-13T14:12:40.772694+00:00</AuthorizedDate>
        </OrderPayment>
        <OrderPayment>
          <PerformanceInMS>4</PerformanceInMS>
          <ClientName>sample string 5</ClientName>
          <Amount>1</Amount>
          <IsAuthorized>true</IsAuthorized>
          <AuthorizedDate>2024-10-13T14:12:40.772694+00:00</AuthorizedDate>
        </OrderPayment>
      </OrderPayments>
      <OrderOptions>
        <OrderOptions>
          <PerformanceInMS>3</PerformanceInMS>
          <ClientName>sample string 4</ClientName>
          <OrderOption>sample string 1</OrderOption>
          <OrderOptionValue>sample string 2</OrderOptionValue>
        </OrderOptions>
        <OrderOptions>
          <PerformanceInMS>3</PerformanceInMS>
          <ClientName>sample string 4</ClientName>
          <OrderOption>sample string 1</OrderOption>
          <OrderOptionValue>sample string 2</OrderOptionValue>
        </OrderOptions>
      </OrderOptions>
      <OrderShipments>
        <Shipment>
          <PerformanceInMS>37</PerformanceInMS>
          <ClientName>sample string 38</ClientName>
          <Id>1</Id>
          <OrderNumber>sample string 2</OrderNumber>
          <PoNumber>sample string 3</PoNumber>
          <Priority>4</Priority>
          <MemberNumber>sample string 5</MemberNumber>
          <ShipmentType>sample string 6</ShipmentType>
          <ShipCountry>sample string 7</ShipCountry>
          <ShipmentNumber>8</ShipmentNumber>
          <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
          <Status>sample string 10</Status>
          <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
          <ShipName>sample string 12</ShipName>
          <ShipAddress1>sample string 13</ShipAddress1>
          <ShipAddress2>sample string 14</ShipAddress2>
          <ShipAddress3>sample string 15</ShipAddress3>
          <ShipCity>sample string 16</ShipCity>
          <ShipCompany>sample string 17</ShipCompany>
          <ShipState>sample string 18</ShipState>
          <ShipPostalCode>sample string 19</ShipPostalCode>
          <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
          <ShipmentCarrier>sample string 21</ShipmentCarrier>
          <ShipmentServiceType>sample string 22</ShipmentServiceType>
          <ShipEmail>sample string 23</ShipEmail>
          <ShipPhone>sample string 24</ShipPhone>
          <CustomsValue>25</CustomsValue>
          <ShipmentShippedDate>2024-10-13T14:12:40.772694+00:00</ShipmentShippedDate>
          <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
          <EstimatedDeliveryDate>2024-10-13T14:12:40.772694+00:00</EstimatedDeliveryDate>
          <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
          <ShippingInstructions>sample string 30</ShippingInstructions>
          <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
          <EstimatedWeight>32</EstimatedWeight>
          <WeightUoM>sample string 33</WeightUoM>
          <ActualWeight>34</ActualWeight>
          <ShipLocationId>1</ShipLocationId>
          <WarehouseCode>sample string 35</WarehouseCode>
          <ShippingCharge>36</ShippingCharge>
          <OrderShipmentItems>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
          </OrderShipmentItems>
          <ShipmentTrackingNumbers>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
          </ShipmentTrackingNumbers>
          <OrderShipmentPackages>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
          </OrderShipmentPackages>
        </Shipment>
        <Shipment>
          <PerformanceInMS>37</PerformanceInMS>
          <ClientName>sample string 38</ClientName>
          <Id>1</Id>
          <OrderNumber>sample string 2</OrderNumber>
          <PoNumber>sample string 3</PoNumber>
          <Priority>4</Priority>
          <MemberNumber>sample string 5</MemberNumber>
          <ShipmentType>sample string 6</ShipmentType>
          <ShipCountry>sample string 7</ShipCountry>
          <ShipmentNumber>8</ShipmentNumber>
          <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
          <Status>sample string 10</Status>
          <StatusDate>2024-10-13T14:12:40.772694+00:00</StatusDate>
          <ShipName>sample string 12</ShipName>
          <ShipAddress1>sample string 13</ShipAddress1>
          <ShipAddress2>sample string 14</ShipAddress2>
          <ShipAddress3>sample string 15</ShipAddress3>
          <ShipCity>sample string 16</ShipCity>
          <ShipCompany>sample string 17</ShipCompany>
          <ShipState>sample string 18</ShipState>
          <ShipPostalCode>sample string 19</ShipPostalCode>
          <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
          <ShipmentCarrier>sample string 21</ShipmentCarrier>
          <ShipmentServiceType>sample string 22</ShipmentServiceType>
          <ShipEmail>sample string 23</ShipEmail>
          <ShipPhone>sample string 24</ShipPhone>
          <CustomsValue>25</CustomsValue>
          <ShipmentShippedDate>2024-10-13T14:12:40.772694+00:00</ShipmentShippedDate>
          <EstimatedShipDate>2024-10-13T14:12:40.772694+00:00</EstimatedShipDate>
          <EstimatedDeliveryDate>2024-10-13T14:12:40.772694+00:00</EstimatedDeliveryDate>
          <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
          <ShippingInstructions>sample string 30</ShippingInstructions>
          <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
          <EstimatedWeight>32</EstimatedWeight>
          <WeightUoM>sample string 33</WeightUoM>
          <ActualWeight>34</ActualWeight>
          <ShipLocationId>1</ShipLocationId>
          <WarehouseCode>sample string 35</WarehouseCode>
          <ShippingCharge>36</ShippingCharge>
          <OrderShipmentItems>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
            <ShipmentItem>
              <PerformanceInMS>15</PerformanceInMS>
              <ClientName>sample string 16</ClientName>
              <Id>1</Id>
              <OrderShipmentId>2</OrderShipmentId>
              <ItemCode>sample string 3</ItemCode>
              <Quantity>4</Quantity>
              <QuantityUoM>sample string 5</QuantityUoM>
              <QuantityShipped>6</QuantityShipped>
              <QuantityCancelled>7</QuantityCancelled>
              <LineNumber>sample string 8</LineNumber>
              <LotNumber>sample string 9</LotNumber>
              <AllocationStatus>sample string 10</AllocationStatus>
              <OrderItemType>sample string 11</OrderItemType>
              <PackslipMessage>sample string 12</PackslipMessage>
              <ShippedDate>2024-10-13T14:12:40.772694+00:00</ShippedDate>
              <ParentKitItem>sample string 14</ParentKitItem>
            </ShipmentItem>
          </OrderShipmentItems>
          <ShipmentTrackingNumbers>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
            <ShipmentTrackingNumber>
              <Id>1</Id>
              <ShipmentId>2</ShipmentId>
              <OrderId>3</OrderId>
              <PackageNumber>4</PackageNumber>
              <TrackingNumber>sample string 5</TrackingNumber>
              <TrackingNumber2>sample string 6</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>10.1</TransitDays>
              <DBStatus>11</DBStatus>
              <ClientName>sample string 12</ClientName>
              <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
              <TimeInMs>14</TimeInMs>
              <ResultCode>15</ResultCode>
              <ResultMessage>sample string 16</ResultMessage>
              <CreatedSession>17</CreatedSession>
              <ModifiedSession>18</ModifiedSession>
              <RowVersion>sample string 19</RowVersion>
            </ShipmentTrackingNumber>
          </ShipmentTrackingNumbers>
          <OrderShipmentPackages>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
            <ShipmentPackage>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentId>2</OrderShipmentId>
              <TrackingNumber>sample string 3</TrackingNumber>
              <TrackingNumber2>sample string 4</TrackingNumber2>
              <ShipDate>2024-10-13T14:12:40.772694+00:00</ShipDate>
              <CarrierReceiveDate>2024-10-13T14:12:40.772694+00:00</CarrierReceiveDate>
              <DeliveryDate>2024-10-13T14:12:40.772694+00:00</DeliveryDate>
              <TransitDays>8</TransitDays>
              <Weight>9</Weight>
              <WeightUoM>sample string 10</WeightUoM>
              <Length>11</Length>
              <Width>12</Width>
              <Height>13</Height>
              <DimUoM>sample string 14</DimUoM>
              <PackageType>sample string 15</PackageType>
              <CreatedDateTime>2024-10-13T14:12:40.772694+00:00</CreatedDateTime>
              <ModifiedDateTime>2024-10-13T14:12:40.772694+00:00</ModifiedDateTime>
              <OrderShipmentPackageDetails>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
                <OrderShipmentPackageDetail>
                  <PerformanceInMS>16</PerformanceInMS>
                  <ClientName>sample string 17</ClientName>
                  <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
                  <OrderShipmentPackageId>1</OrderShipmentPackageId>
                  <OrderShipmentItemId>1</OrderShipmentItemId>
                  <ItemID>1</ItemID>
                  <Quantity>1</Quantity>
                  <QuantityUoM>sample string 2</QuantityUoM>
                  <CaseQuantity>1</CaseQuantity>
                  <BoxId>1</BoxId>
                  <BoxIdentifier>sample string 3</BoxIdentifier>
                  <SerialNumber>sample string 4</SerialNumber>
                  <AdditionalData2>sample string 5</AdditionalData2>
                  <AdditionalData3>sample string 6</AdditionalData3>
                  <LotNumber>sample string 7</LotNumber>
                  <AdditionalData>sample string 8</AdditionalData>
                  <ResultMessage>sample string 9</ResultMessage>
                  <ResultCode>10</ResultCode>
                  <CreatedSession>11</CreatedSession>
                  <modifiedSession>12</modifiedSession>
                  <rowVersion>QEA=</rowVersion>
                  <dbStatus>13</dbStatus>
                  <ModifiedTimeStamp>2024-10-13T14:12:40.772694+00:00</ModifiedTimeStamp>
                  <ExecutionTime>15</ExecutionTime>
                </OrderShipmentPackageDetail>
              </OrderShipmentPackageDetails>
            </ShipmentPackage>
          </OrderShipmentPackages>
        </Shipment>
      </OrderShipments>
    </Order>
  </ObjectList>
  <TotalCount>1</TotalCount>
  <CurrentPage>2</CurrentPage>
  <TotalPages>3</TotalPages>
  <PageSize>4</PageSize>
  <ExecutionTime>5</ExecutionTime>
  <ResultMessage>sample string 6</ResultMessage>
  <ResultCode>7</ResultCode>
</PagedResponseOfOrder>