GET api/NormaMobile/GetOrderByOrderNumber?OrderNumber={OrderNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

DescriptiveResponseOfNormaOrderDTO
NameDescriptionTypeAdditional information
Value

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:35:25.2299427+02: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:
<DescriptiveResponseOfNormaOrderDTOi73XvddC 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:BundleId>sample string 16</d2p1:BundleId>
    <d2p1:CreationTime>2024-07-04T22:35:25.2299427+02:00</d2p1:CreationTime>
    <d2p1:Customer xmlns:d3p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO">
      <d3p1:CustomerName>sample string 3</d3p1:CustomerName>
      <d3p1:CustomerReferenceNumber>sample string 4</d3p1:CustomerReferenceNumber>
      <d3p1:MobileNo>sample string 2</d3p1:MobileNo>
      <d3p1:Name>sample string 1</d3p1: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:d3p1="http://schemas.datacontract.org/2004/07/MYLERZ.Base.DTO.NormaGoMobile">
      <d3p1:AttachmentDTO>
        <d3p1:DocumentName>sample string 2</d3p1:DocumentName>
        <d3p1:ID>1</d3p1:ID>
        <d3p1:IsDeleted>true</d3p1:IsDeleted>
        <d3p1:NormaOrderId>1</d3p1:NormaOrderId>
        <d3p1:NormaOrderType>sample string 6</d3p1:NormaOrderType>
        <d3p1:PathName>sample string 4</d3p1:PathName>
        <d3p1:RelativePath>sample string 3</d3p1:RelativePath>
      </d3p1:AttachmentDTO>
      <d3p1:AttachmentDTO>
        <d3p1:DocumentName>sample string 2</d3p1:DocumentName>
        <d3p1:ID>1</d3p1:ID>
        <d3p1:IsDeleted>true</d3p1:IsDeleted>
        <d3p1:NormaOrderId>1</d3p1:NormaOrderId>
        <d3p1:NormaOrderType>sample string 6</d3p1:NormaOrderType>
        <d3p1:PathName>sample string 4</d3p1:PathName>
        <d3p1:RelativePath>sample string 3</d3p1:RelativePath>
      </d3p1: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>
  </Value>
</DescriptiveResponseOfNormaOrderDTOi73XvddC>