POST api/NormaMobile/GetOrdersByBundleID

Request Information

URI Parameters

None.

Body Parameters

MobileNormaSearchData
NameDescriptionTypeAdditional information
PageFilter

PageFilter

None.

MylerId

integer

None.

BundleID

string

None.

SelectedDate

date

None.

RescheduleDate

date

None.

RejectReasonId

integer

None.

RejectComment

string

None.

currentLng

decimal number

None.

currentLat

decimal number

None.

SearchKeyWord

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageFilter": {
    "PageIndex": 1,
    "PageSize": 2
  },
  "MylerId": 1,
  "BundleID": "sample string 2",
  "SelectedDate": "2024-07-04T22:53:21.8695026+03:00",
  "RescheduleDate": "2024-07-04T22:53:21.8695026+03:00",
  "RejectReasonId": 3,
  "RejectComment": "sample string 4",
  "currentLng": 5.1,
  "currentLat": 6.1,
  "SearchKeyWord": "sample string 7"
}

application/xml, text/xml

Sample:
<MobileNormaSearchData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.SearchCriteria">
  <BundleID>sample string 2</BundleID>
  <MylerId>1</MylerId>
  <PageFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:PageSize>2</d2p1:PageSize>
  </PageFilter>
  <RejectComment>sample string 4</RejectComment>
  <RejectReasonId>3</RejectReasonId>
  <RescheduleDate>2024-07-04T22:53:21.8695026+03:00</RescheduleDate>
  <SearchKeyWord>sample string 7</SearchKeyWord>
  <SelectedDate>2024-07-04T22:53:21.8695026+03:00</SelectedDate>
  <currentLat>6.1</currentLat>
  <currentLng>5.1</currentLng>
</MobileNormaSearchData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DescriptiveResponseOfListOfNormaOrderDTO
NameDescriptionTypeAdditional information
Value

Collection of NormaOrderDTO

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "StatusName": "sample string 1",
      "Address": "sample string 2",
      "Instructions": "sample string 3",
      "Vehicle": "sample string 4",
      "VehiclePhone": "sample string 5",
      "StatusId": 6,
      "PackageDescription": "sample string 7",
      "PhoneNumber": "sample string 8",
      "PackageId": 9,
      "PaymentType": 10,
      "COD": "sample string 11",
      "AttachmentList": [
        {
          "ID": 1,
          "DocumentName": "sample string 2",
          "RelativePath": "sample string 3",
          "PathName": "sample string 4",
          "IsDeleted": true,
          "NormaOrderId": 1,
          "NormaOrderType": "sample string 6"
        },
        {
          "ID": 1,
          "DocumentName": "sample string 2",
          "RelativePath": "sample string 3",
          "PathName": "sample string 4",
          "IsDeleted": true,
          "NormaOrderId": 1,
          "NormaOrderType": "sample string 6"
        }
      ],
      "ScannedOnDelivery": true,
      "ScannedOnPickup": true,
      "PaymentConfirmed": true,
      "PrepaidCode": "sample string 15",
      "IsDeliveryPrePaidCode": true,
      "IsPickupPrePaidCode": true,
      "BundleId": "sample string 16",
      "ID": "sample string 17",
      "DatabaseID": "sample string 18",
      "Customer": {
        "Name": "sample string 1",
        "MobileNo": "sample string 2",
        "CustomerName": "sample string 3",
        "CustomerReferenceNumber": "sample string 4"
      },
      "PickupNode": {
        "Name": "sample string 1",
        "ServiceTime": 2,
        "Location": {
          "Longitude": 1.1,
          "Latitude": 2.1
        },
        "NodeType": 0,
        "TimeWindows": [
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          },
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          }
        ]
      },
      "DeliveryNode": {
        "Name": "sample string 1",
        "ServiceTime": 2,
        "Location": {
          "Longitude": 1.1,
          "Latitude": 2.1
        },
        "NodeType": 0,
        "TimeWindows": [
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          },
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          }
        ]
      },
      "TotalWeight": 19.1,
      "TotalVolume": 20.1,
      "CreationTime": "2024-07-04T22:53:21.8744832+03:00",
      "IntegrationOrderCondition": 0,
      "LatestDeliveryTime": "sample string 22",
      "LatestPickupTime": "sample string 23"
    },
    {
      "StatusName": "sample string 1",
      "Address": "sample string 2",
      "Instructions": "sample string 3",
      "Vehicle": "sample string 4",
      "VehiclePhone": "sample string 5",
      "StatusId": 6,
      "PackageDescription": "sample string 7",
      "PhoneNumber": "sample string 8",
      "PackageId": 9,
      "PaymentType": 10,
      "COD": "sample string 11",
      "AttachmentList": [
        {
          "ID": 1,
          "DocumentName": "sample string 2",
          "RelativePath": "sample string 3",
          "PathName": "sample string 4",
          "IsDeleted": true,
          "NormaOrderId": 1,
          "NormaOrderType": "sample string 6"
        },
        {
          "ID": 1,
          "DocumentName": "sample string 2",
          "RelativePath": "sample string 3",
          "PathName": "sample string 4",
          "IsDeleted": true,
          "NormaOrderId": 1,
          "NormaOrderType": "sample string 6"
        }
      ],
      "ScannedOnDelivery": true,
      "ScannedOnPickup": true,
      "PaymentConfirmed": true,
      "PrepaidCode": "sample string 15",
      "IsDeliveryPrePaidCode": true,
      "IsPickupPrePaidCode": true,
      "BundleId": "sample string 16",
      "ID": "sample string 17",
      "DatabaseID": "sample string 18",
      "Customer": {
        "Name": "sample string 1",
        "MobileNo": "sample string 2",
        "CustomerName": "sample string 3",
        "CustomerReferenceNumber": "sample string 4"
      },
      "PickupNode": {
        "Name": "sample string 1",
        "ServiceTime": 2,
        "Location": {
          "Longitude": 1.1,
          "Latitude": 2.1
        },
        "NodeType": 0,
        "TimeWindows": [
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          },
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          }
        ]
      },
      "DeliveryNode": {
        "Name": "sample string 1",
        "ServiceTime": 2,
        "Location": {
          "Longitude": 1.1,
          "Latitude": 2.1
        },
        "NodeType": 0,
        "TimeWindows": [
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          },
          {
            "DayOfWeek": 0,
            "TimeSlots": [
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              },
              {
                "StartTime": "sample string 1",
                "EndTime": "sample string 2"
              }
            ]
          }
        ]
      },
      "TotalWeight": 19.1,
      "TotalVolume": 20.1,
      "CreationTime": "2024-07-04T22:53:21.8744832+03:00",
      "IntegrationOrderCondition": 0,
      "LatestDeliveryTime": "sample string 22",
      "LatestPickupTime": "sample string 23"
    }
  ],
  "CoreValue": "sample string 1",
  "IsErrorState": true,
  "ErrorDescription": "sample string 3",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfArrayOfNormaOrderDTOi73XvddC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 1</CoreValue>
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGo">
    <d2p1:NormaOrderDTO>
      <d2p1:BundleId>sample string 16</d2p1:BundleId>
      <d2p1:CreationTime>2024-07-04T22:53:21.8744832+03:00</d2p1:CreationTime>
      <d2p1:Customer xmlns:d4p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
        <d4p1:CustomerName>sample string 3</d4p1:CustomerName>
        <d4p1:CustomerReferenceNumber>sample string 4</d4p1:CustomerReferenceNumber>
        <d4p1:MobileNo>sample string 2</d4p1:MobileNo>
        <d4p1:Name>sample string 1</d4p1:Name>
      </d2p1:Customer>
      <d2p1:DatabaseID>sample string 18</d2p1:DatabaseID>
      <d2p1:DeliveryNode>
        <d2p1:Location>
          <d2p1:Latitude>2.1</d2p1:Latitude>
          <d2p1:Longitude>1.1</d2p1:Longitude>
        </d2p1:Location>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:NodeType>Pickup</d2p1:NodeType>
        <d2p1:ServiceTime>2</d2p1:ServiceTime>
        <d2p1:TimeWindows>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
        </d2p1:TimeWindows>
      </d2p1:DeliveryNode>
      <d2p1:ID>sample string 17</d2p1:ID>
      <d2p1:IntegrationOrderCondition>New</d2p1:IntegrationOrderCondition>
      <d2p1:LatestDeliveryTime>sample string 22</d2p1:LatestDeliveryTime>
      <d2p1:LatestPickupTime>sample string 23</d2p1:LatestPickupTime>
      <d2p1:PickupNode>
        <d2p1:Location>
          <d2p1:Latitude>2.1</d2p1:Latitude>
          <d2p1:Longitude>1.1</d2p1:Longitude>
        </d2p1:Location>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:NodeType>Pickup</d2p1:NodeType>
        <d2p1:ServiceTime>2</d2p1:ServiceTime>
        <d2p1:TimeWindows>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
        </d2p1:TimeWindows>
      </d2p1:PickupNode>
      <d2p1:TotalVolume>20.1</d2p1:TotalVolume>
      <d2p1:TotalWeight>19.1</d2p1:TotalWeight>
      <d2p1:Address>sample string 2</d2p1:Address>
      <d2p1:AttachmentList xmlns:d4p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGoMobile">
        <d4p1:AttachmentDTO>
          <d4p1:DocumentName>sample string 2</d4p1:DocumentName>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:NormaOrderId>1</d4p1:NormaOrderId>
          <d4p1:NormaOrderType>sample string 6</d4p1:NormaOrderType>
          <d4p1:PathName>sample string 4</d4p1:PathName>
          <d4p1:RelativePath>sample string 3</d4p1:RelativePath>
        </d4p1:AttachmentDTO>
        <d4p1:AttachmentDTO>
          <d4p1:DocumentName>sample string 2</d4p1:DocumentName>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:NormaOrderId>1</d4p1:NormaOrderId>
          <d4p1:NormaOrderType>sample string 6</d4p1:NormaOrderType>
          <d4p1:PathName>sample string 4</d4p1:PathName>
          <d4p1:RelativePath>sample string 3</d4p1:RelativePath>
        </d4p1:AttachmentDTO>
      </d2p1:AttachmentList>
      <d2p1:COD>sample string 11</d2p1:COD>
      <d2p1:Instructions>sample string 3</d2p1:Instructions>
      <d2p1:IsDeliveryPrePaidCode>true</d2p1:IsDeliveryPrePaidCode>
      <d2p1:IsPickupPrePaidCode>true</d2p1:IsPickupPrePaidCode>
      <d2p1:PackageDescription>sample string 7</d2p1:PackageDescription>
      <d2p1:PackageId>9</d2p1:PackageId>
      <d2p1:PaymentConfirmed>true</d2p1:PaymentConfirmed>
      <d2p1:PaymentType>10</d2p1:PaymentType>
      <d2p1:PhoneNumber>sample string 8</d2p1:PhoneNumber>
      <d2p1:PrepaidCode>sample string 15</d2p1:PrepaidCode>
      <d2p1:ScannedOnDelivery>true</d2p1:ScannedOnDelivery>
      <d2p1:ScannedOnPickup>true</d2p1:ScannedOnPickup>
      <d2p1:StatusId>6</d2p1:StatusId>
      <d2p1:StatusName>sample string 1</d2p1:StatusName>
      <d2p1:Vehicle>sample string 4</d2p1:Vehicle>
      <d2p1:VehiclePhone>sample string 5</d2p1:VehiclePhone>
    </d2p1:NormaOrderDTO>
    <d2p1:NormaOrderDTO>
      <d2p1:BundleId>sample string 16</d2p1:BundleId>
      <d2p1:CreationTime>2024-07-04T22:53:21.8744832+03:00</d2p1:CreationTime>
      <d2p1:Customer xmlns:d4p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
        <d4p1:CustomerName>sample string 3</d4p1:CustomerName>
        <d4p1:CustomerReferenceNumber>sample string 4</d4p1:CustomerReferenceNumber>
        <d4p1:MobileNo>sample string 2</d4p1:MobileNo>
        <d4p1:Name>sample string 1</d4p1:Name>
      </d2p1:Customer>
      <d2p1:DatabaseID>sample string 18</d2p1:DatabaseID>
      <d2p1:DeliveryNode>
        <d2p1:Location>
          <d2p1:Latitude>2.1</d2p1:Latitude>
          <d2p1:Longitude>1.1</d2p1:Longitude>
        </d2p1:Location>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:NodeType>Pickup</d2p1:NodeType>
        <d2p1:ServiceTime>2</d2p1:ServiceTime>
        <d2p1:TimeWindows>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
        </d2p1:TimeWindows>
      </d2p1:DeliveryNode>
      <d2p1:ID>sample string 17</d2p1:ID>
      <d2p1:IntegrationOrderCondition>New</d2p1:IntegrationOrderCondition>
      <d2p1:LatestDeliveryTime>sample string 22</d2p1:LatestDeliveryTime>
      <d2p1:LatestPickupTime>sample string 23</d2p1:LatestPickupTime>
      <d2p1:PickupNode>
        <d2p1:Location>
          <d2p1:Latitude>2.1</d2p1:Latitude>
          <d2p1:Longitude>1.1</d2p1:Longitude>
        </d2p1:Location>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:NodeType>Pickup</d2p1:NodeType>
        <d2p1:ServiceTime>2</d2p1:ServiceTime>
        <d2p1:TimeWindows>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
          <d2p1:TimeWindow>
            <d2p1:DayOfWeek>Sunday</d2p1:DayOfWeek>
            <d2p1:TimeSlots>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
              <d2p1:TimeSlot>
                <d2p1:EndTime>sample string 2</d2p1:EndTime>
                <d2p1:StartTime>sample string 1</d2p1:StartTime>
              </d2p1:TimeSlot>
            </d2p1:TimeSlots>
          </d2p1:TimeWindow>
        </d2p1:TimeWindows>
      </d2p1:PickupNode>
      <d2p1:TotalVolume>20.1</d2p1:TotalVolume>
      <d2p1:TotalWeight>19.1</d2p1:TotalWeight>
      <d2p1:Address>sample string 2</d2p1:Address>
      <d2p1:AttachmentList xmlns:d4p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGoMobile">
        <d4p1:AttachmentDTO>
          <d4p1:DocumentName>sample string 2</d4p1:DocumentName>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:NormaOrderId>1</d4p1:NormaOrderId>
          <d4p1:NormaOrderType>sample string 6</d4p1:NormaOrderType>
          <d4p1:PathName>sample string 4</d4p1:PathName>
          <d4p1:RelativePath>sample string 3</d4p1:RelativePath>
        </d4p1:AttachmentDTO>
        <d4p1:AttachmentDTO>
          <d4p1:DocumentName>sample string 2</d4p1:DocumentName>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:IsDeleted>true</d4p1:IsDeleted>
          <d4p1:NormaOrderId>1</d4p1:NormaOrderId>
          <d4p1:NormaOrderType>sample string 6</d4p1:NormaOrderType>
          <d4p1:PathName>sample string 4</d4p1:PathName>
          <d4p1:RelativePath>sample string 3</d4p1:RelativePath>
        </d4p1:AttachmentDTO>
      </d2p1:AttachmentList>
      <d2p1:COD>sample string 11</d2p1:COD>
      <d2p1:Instructions>sample string 3</d2p1:Instructions>
      <d2p1:IsDeliveryPrePaidCode>true</d2p1:IsDeliveryPrePaidCode>
      <d2p1:IsPickupPrePaidCode>true</d2p1:IsPickupPrePaidCode>
      <d2p1:PackageDescription>sample string 7</d2p1:PackageDescription>
      <d2p1:PackageId>9</d2p1:PackageId>
      <d2p1:PaymentConfirmed>true</d2p1:PaymentConfirmed>
      <d2p1:PaymentType>10</d2p1:PaymentType>
      <d2p1:PhoneNumber>sample string 8</d2p1:PhoneNumber>
      <d2p1:PrepaidCode>sample string 15</d2p1:PrepaidCode>
      <d2p1:ScannedOnDelivery>true</d2p1:ScannedOnDelivery>
      <d2p1:ScannedOnPickup>true</d2p1:ScannedOnPickup>
      <d2p1:StatusId>6</d2p1:StatusId>
      <d2p1:StatusName>sample string 1</d2p1:StatusName>
      <d2p1:Vehicle>sample string 4</d2p1:Vehicle>
      <d2p1:VehiclePhone>sample string 5</d2p1:VehiclePhone>
    </d2p1:NormaOrderDTO>
  </Value>
</DescriptiveResponseOfArrayOfNormaOrderDTOi73XvddC>