GET TransportOrderImport/Header/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&fromDateStr={fromDateStr}&toDateStr={toDateStr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SessionId

string

None.

CompanyId

integer

None.

fromDateStr

string

Required

toDateStr

string

Required

Body Parameters

None.

Response Information

Resource Description

KendoGridResponseOfPDSHeaderRecord
NameDescriptionTypeAdditional information
total

integer

None.

data

Collection of PDSHeaderRecord

None.

errorCode

integer

None.

error

string

None.

top

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "data": [
    {
      "id": 1,
      "deliveryDate": "2025-04-24T09:57:25.2482507+02:00",
      "createDate": "2025-04-24T09:57:25.2482507+02:00",
      "statusId": 4,
      "code": "sample string 5",
      "deliveryCounter": 6,
      "deliveryPlanSummary": {
        "totalVehicles": 1,
        "totalKM": 2.1,
        "totalPallets": 3.1,
        "totalDeliveries": 4.1
      }
    },
    {
      "id": 1,
      "deliveryDate": "2025-04-24T09:57:25.2482507+02:00",
      "createDate": "2025-04-24T09:57:25.2482507+02:00",
      "statusId": 4,
      "code": "sample string 5",
      "deliveryCounter": 6,
      "deliveryPlanSummary": {
        "totalVehicles": 1,
        "totalKM": 2.1,
        "totalPallets": 3.1,
        "totalDeliveries": 4.1
      }
    }
  ],
  "errorCode": 2,
  "error": "sample string 3",
  "top": 4
}

text/javascript

Sample:
{"total":1,"data":[{"id":1,"deliveryDate":"2025-04-24T09:57:25.2482507+02:00","createDate":"2025-04-24T09:57:25.2482507+02:00","statusId":4,"code":"sample string 5","deliveryCounter":6,"deliveryPlanSummary":{"totalVehicles":1,"totalKM":2.1,"totalPallets":3.1,"totalDeliveries":4.1}},{"id":1,"deliveryDate":"2025-04-24T09:57:25.2482507+02:00","createDate":"2025-04-24T09:57:25.2482507+02:00","statusId":4,"code":"sample string 5","deliveryCounter":6,"deliveryPlanSummary":{"totalVehicles":1,"totalKM":2.1,"totalPallets":3.1,"totalDeliveries":4.1}}],"errorCode":2,"error":"sample string 3","top":4}

application/xml, text/xml

Sample:
<KendoGridResponseOfPDSHeaderRecordkB02SYvR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib">
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSPModel.PDS">
    <d2p1:PDSHeaderRecord>
      <d2p1:code>sample string 5</d2p1:code>
      <d2p1:createDate>2025-04-24T09:57:25.2482507+02:00</d2p1:createDate>
      <d2p1:deliveryCounter>6</d2p1:deliveryCounter>
      <d2p1:deliveryDate>2025-04-24T09:57:25.2482507+02:00</d2p1:deliveryDate>
      <d2p1:deliveryPlanSummary>
        <d2p1:totalDeliveries>4.1</d2p1:totalDeliveries>
        <d2p1:totalKM>2.1</d2p1:totalKM>
        <d2p1:totalPallets>3.1</d2p1:totalPallets>
        <d2p1:totalVehicles>1</d2p1:totalVehicles>
      </d2p1:deliveryPlanSummary>
      <d2p1:id>1</d2p1:id>
      <d2p1:statusId>4</d2p1:statusId>
    </d2p1:PDSHeaderRecord>
    <d2p1:PDSHeaderRecord>
      <d2p1:code>sample string 5</d2p1:code>
      <d2p1:createDate>2025-04-24T09:57:25.2482507+02:00</d2p1:createDate>
      <d2p1:deliveryCounter>6</d2p1:deliveryCounter>
      <d2p1:deliveryDate>2025-04-24T09:57:25.2482507+02:00</d2p1:deliveryDate>
      <d2p1:deliveryPlanSummary>
        <d2p1:totalDeliveries>4.1</d2p1:totalDeliveries>
        <d2p1:totalKM>2.1</d2p1:totalKM>
        <d2p1:totalPallets>3.1</d2p1:totalPallets>
        <d2p1:totalVehicles>1</d2p1:totalVehicles>
      </d2p1:deliveryPlanSummary>
      <d2p1:id>1</d2p1:id>
      <d2p1:statusId>4</d2p1:statusId>
    </d2p1:PDSHeaderRecord>
  </data>
  <error>sample string 3</error>
  <errorCode>2</errorCode>
  <top>4</top>
  <total>1</total>
</KendoGridResponseOfPDSHeaderRecordkB02SYvR>

application/x-protobuf

Sample:

An exception has occurred while using the formatter 'ProtoBufFormatter' to generate sample for media type 'application/x-protobuf'. Exception message: Type is not expected, and no contract can be inferred: T8UtilityLib.KendoGridResponse`1[[T8LSPModel.PDS.PDSHeaderRecord, T8LSPModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]