GET PDS/Resources/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&pdsId={pdsId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| pdsId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
KendoGridResponseOfPDSResourceRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| data | Collection of PDSResourceRecord |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
|
| top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"data": [
{
"id": 1,
"pdsHeaderId": 2,
"transporterAssetId": 3,
"maxDrivingDurationInMinutes": 4,
"firstLocation": {
"longitude": 1.1,
"latitude": 2.1,
"label": "sample string 3"
},
"lastLocation": {
"longitude": 1.1,
"latitude": 2.1,
"label": "sample string 3"
},
"transporterAsset": {
"transporter": {
"id": 1,
"shortName": "sample string 2"
},
"trackedVehicle": {
"vehicleId": 1,
"plateNumber": "sample string 2",
"activationKey": 3
},
"garage": {
"id": 1,
"transporterId": 2,
"locationId": 3,
"name": "sample string 4",
"misc": "sample string 5"
},
"priceList": {
"id": 1,
"name": "sample string 2",
"validFrom": "2025-11-04T21:39:03.5107079+01:00",
"validTo": "2025-11-04T21:39:03.5107079+01:00",
"currencyId": 5,
"pricePerKM": 6.1,
"palletAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"weightAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"volumeAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"pricePerNoOfVisitsAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
]
},
"startLocation": {
"id": 1,
"location": "sample string 2",
"name": "sample string 3",
"address": "sample string 4",
"locality": "sample string 5",
"postalCode": "sample string 6",
"postalTown": "sample string 7",
"country": "sample string 8",
"longitude": 9.1,
"latitude": 10.1,
"isDeleted": true,
"isGlobal": true
},
"stopLocation": {
"id": 1,
"location": "sample string 2",
"name": "sample string 3",
"address": "sample string 4",
"locality": "sample string 5",
"postalCode": "sample string 6",
"postalTown": "sample string 7",
"country": "sample string 8",
"longitude": 9.1,
"latitude": 10.1,
"isDeleted": true,
"isGlobal": true
},
"routePostalCodes": {
"id": 1,
"name": "sample string 2"
},
"routePostalCodes2": {
"id": 1,
"name": "sample string 2"
},
"id": 1,
"transporterId": 2,
"plateNumber": "sample string 3",
"loadCapacity": 4.1,
"remark": "sample string 5",
"noOfPallets": 6,
"isDeleted": true,
"highCargo": true,
"adr": true,
"ramp": true,
"van": true,
"trackedVehicleId": 12,
"trackedActivationKey": 13,
"garageId": 14,
"priceListId": 15,
"availableFromInSec": 16,
"availableToInSec": 17,
"iconPath": "sample string 18",
"nfc": "sample string 19",
"avgFuelConsumptionPer100KM": 20.1,
"avgCostsPer100KM": 21.1,
"startLocationId": 22,
"stopLocationId": 23,
"routePostalCodesId": 24,
"routePostalCodes2Id": 25,
"speedFactor": 26.1
}
},
{
"id": 1,
"pdsHeaderId": 2,
"transporterAssetId": 3,
"maxDrivingDurationInMinutes": 4,
"firstLocation": {
"longitude": 1.1,
"latitude": 2.1,
"label": "sample string 3"
},
"lastLocation": {
"longitude": 1.1,
"latitude": 2.1,
"label": "sample string 3"
},
"transporterAsset": {
"transporter": {
"id": 1,
"shortName": "sample string 2"
},
"trackedVehicle": {
"vehicleId": 1,
"plateNumber": "sample string 2",
"activationKey": 3
},
"garage": {
"id": 1,
"transporterId": 2,
"locationId": 3,
"name": "sample string 4",
"misc": "sample string 5"
},
"priceList": {
"id": 1,
"name": "sample string 2",
"validFrom": "2025-11-04T21:39:03.5107079+01:00",
"validTo": "2025-11-04T21:39:03.5107079+01:00",
"currencyId": 5,
"pricePerKM": 6.1,
"palletAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"weightAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"volumeAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
],
"pricePerNoOfVisitsAttachments": [
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
},
{
"id": 1,
"phId": 2,
"price": 3.1,
"distanceInKM": 4.1,
"pallets": 5.1,
"volumeInM3": 6.1,
"weightInKG": 7.1,
"postCode": "sample string 8",
"noOfVisits": 9
}
]
},
"startLocation": {
"id": 1,
"location": "sample string 2",
"name": "sample string 3",
"address": "sample string 4",
"locality": "sample string 5",
"postalCode": "sample string 6",
"postalTown": "sample string 7",
"country": "sample string 8",
"longitude": 9.1,
"latitude": 10.1,
"isDeleted": true,
"isGlobal": true
},
"stopLocation": {
"id": 1,
"location": "sample string 2",
"name": "sample string 3",
"address": "sample string 4",
"locality": "sample string 5",
"postalCode": "sample string 6",
"postalTown": "sample string 7",
"country": "sample string 8",
"longitude": 9.1,
"latitude": 10.1,
"isDeleted": true,
"isGlobal": true
},
"routePostalCodes": {
"id": 1,
"name": "sample string 2"
},
"routePostalCodes2": {
"id": 1,
"name": "sample string 2"
},
"id": 1,
"transporterId": 2,
"plateNumber": "sample string 3",
"loadCapacity": 4.1,
"remark": "sample string 5",
"noOfPallets": 6,
"isDeleted": true,
"highCargo": true,
"adr": true,
"ramp": true,
"van": true,
"trackedVehicleId": 12,
"trackedActivationKey": 13,
"garageId": 14,
"priceListId": 15,
"availableFromInSec": 16,
"availableToInSec": 17,
"iconPath": "sample string 18",
"nfc": "sample string 19",
"avgFuelConsumptionPer100KM": 20.1,
"avgCostsPer100KM": 21.1,
"startLocationId": 22,
"stopLocationId": 23,
"routePostalCodesId": 24,
"routePostalCodes2Id": 25,
"speedFactor": 26.1
}
}
],
"errorCode": 2,
"error": "sample string 3",
"top": 4
}
text/javascript
Sample:
{"total":1,"data":[{"id":1,"pdsHeaderId":2,"transporterAssetId":3,"maxDrivingDurationInMinutes":4,"firstLocation":{"longitude":1.1,"latitude":2.1,"label":"sample string 3"},"lastLocation":{"longitude":1.1,"latitude":2.1,"label":"sample string 3"},"transporterAsset":{"transporter":{"id":1,"shortName":"sample string 2"},"trackedVehicle":{"vehicleId":1,"plateNumber":"sample string 2","activationKey":3},"garage":{"id":1,"transporterId":2,"locationId":3,"name":"sample string 4","misc":"sample string 5"},"priceList":{"id":1,"name":"sample string 2","validFrom":"2025-11-04T21:39:03.5107079+01:00","validTo":"2025-11-04T21:39:03.5107079+01:00","currencyId":5,"pricePerKM":6.1,"palletAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"weightAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"volumeAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"pricePerNoOfVisitsAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}]},"startLocation":{"id":1,"location":"sample string 2","name":"sample string 3","address":"sample string 4","locality":"sample string 5","postalCode":"sample string 6","postalTown":"sample string 7","country":"sample string 8","longitude":9.1,"latitude":10.1,"isDeleted":true,"isGlobal":true},"stopLocation":{"id":1,"location":"sample string 2","name":"sample string 3","address":"sample string 4","locality":"sample string 5","postalCode":"sample string 6","postalTown":"sample string 7","country":"sample string 8","longitude":9.1,"latitude":10.1,"isDeleted":true,"isGlobal":true},"routePostalCodes":{"id":1,"name":"sample string 2"},"routePostalCodes2":{"id":1,"name":"sample string 2"},"id":1,"transporterId":2,"plateNumber":"sample string 3","loadCapacity":4.1,"remark":"sample string 5","noOfPallets":6,"isDeleted":true,"highCargo":true,"adr":true,"ramp":true,"van":true,"trackedVehicleId":12,"trackedActivationKey":13,"garageId":14,"priceListId":15,"availableFromInSec":16,"availableToInSec":17,"iconPath":"sample string 18","nfc":"sample string 19","avgFuelConsumptionPer100KM":20.1,"avgCostsPer100KM":21.1,"startLocationId":22,"stopLocationId":23,"routePostalCodesId":24,"routePostalCodes2Id":25,"speedFactor":26.1}},{"id":1,"pdsHeaderId":2,"transporterAssetId":3,"maxDrivingDurationInMinutes":4,"firstLocation":{"longitude":1.1,"latitude":2.1,"label":"sample string 3"},"lastLocation":{"longitude":1.1,"latitude":2.1,"label":"sample string 3"},"transporterAsset":{"transporter":{"id":1,"shortName":"sample string 2"},"trackedVehicle":{"vehicleId":1,"plateNumber":"sample string 2","activationKey":3},"garage":{"id":1,"transporterId":2,"locationId":3,"name":"sample string 4","misc":"sample string 5"},"priceList":{"id":1,"name":"sample string 2","validFrom":"2025-11-04T21:39:03.5107079+01:00","validTo":"2025-11-04T21:39:03.5107079+01:00","currencyId":5,"pricePerKM":6.1,"palletAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"weightAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"volumeAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}],"pricePerNoOfVisitsAttachments":[{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9},{"id":1,"phId":2,"price":3.1,"distanceInKM":4.1,"pallets":5.1,"volumeInM3":6.1,"weightInKG":7.1,"postCode":"sample string 8","noOfVisits":9}]},"startLocation":{"id":1,"location":"sample string 2","name":"sample string 3","address":"sample string 4","locality":"sample string 5","postalCode":"sample string 6","postalTown":"sample string 7","country":"sample string 8","longitude":9.1,"latitude":10.1,"isDeleted":true,"isGlobal":true},"stopLocation":{"id":1,"location":"sample string 2","name":"sample string 3","address":"sample string 4","locality":"sample string 5","postalCode":"sample string 6","postalTown":"sample string 7","country":"sample string 8","longitude":9.1,"latitude":10.1,"isDeleted":true,"isGlobal":true},"routePostalCodes":{"id":1,"name":"sample string 2"},"routePostalCodes2":{"id":1,"name":"sample string 2"},"id":1,"transporterId":2,"plateNumber":"sample string 3","loadCapacity":4.1,"remark":"sample string 5","noOfPallets":6,"isDeleted":true,"highCargo":true,"adr":true,"ramp":true,"van":true,"trackedVehicleId":12,"trackedActivationKey":13,"garageId":14,"priceListId":15,"availableFromInSec":16,"availableToInSec":17,"iconPath":"sample string 18","nfc":"sample string 19","avgFuelConsumptionPer100KM":20.1,"avgCostsPer100KM":21.1,"startLocationId":22,"stopLocationId":23,"routePostalCodesId":24,"routePostalCodes2Id":25,"speedFactor":26.1}}],"errorCode":2,"error":"sample string 3","top":4}
application/xml, text/xml
Sample:
<KendoGridResponseOfPDSResourceRecordkB02SYvR 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:PDSResourceRecord>
<d2p1:firstLocation>
<d2p1:label>sample string 3</d2p1:label>
<d2p1:latitude>2.1</d2p1:latitude>
<d2p1:longitude>1.1</d2p1:longitude>
</d2p1:firstLocation>
<d2p1:id>1</d2p1:id>
<d2p1:lastLocation>
<d2p1:label>sample string 3</d2p1:label>
<d2p1:latitude>2.1</d2p1:latitude>
<d2p1:longitude>1.1</d2p1:longitude>
</d2p1:lastLocation>
<d2p1:maxDrivingDurationInMinutes>4</d2p1:maxDrivingDurationInMinutes>
<d2p1:pdsHeaderId>2</d2p1:pdsHeaderId>
<d2p1:transporterAsset xmlns:d4p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register">
<d4p1:adr>true</d4p1:adr>
<d4p1:availableFromInSec>16</d4p1:availableFromInSec>
<d4p1:availableToInSec>17</d4p1:availableToInSec>
<d4p1:avgCostsPer100KM>21.1</d4p1:avgCostsPer100KM>
<d4p1:avgFuelConsumptionPer100KM>20.1</d4p1:avgFuelConsumptionPer100KM>
<d4p1:garageId>14</d4p1:garageId>
<d4p1:highCargo>true</d4p1:highCargo>
<d4p1:iconPath>sample string 18</d4p1:iconPath>
<d4p1:id>1</d4p1:id>
<d4p1:isDeleted>true</d4p1:isDeleted>
<d4p1:loadCapacity>4.1</d4p1:loadCapacity>
<d4p1:nfc>sample string 19</d4p1:nfc>
<d4p1:noOfPallets>6</d4p1:noOfPallets>
<d4p1:plateNumber>sample string 3</d4p1:plateNumber>
<d4p1:priceListId>15</d4p1:priceListId>
<d4p1:ramp>true</d4p1:ramp>
<d4p1:remark>sample string 5</d4p1:remark>
<d4p1:routePostalCodes2Id>25</d4p1:routePostalCodes2Id>
<d4p1:routePostalCodesId>24</d4p1:routePostalCodesId>
<d4p1:speedFactor>26.1</d4p1:speedFactor>
<d4p1:startLocationId>22</d4p1:startLocationId>
<d4p1:stopLocationId>23</d4p1:stopLocationId>
<d4p1:trackedActivationKey>13</d4p1:trackedActivationKey>
<d4p1:trackedVehicleId>12</d4p1:trackedVehicleId>
<d4p1:transporterId>2</d4p1:transporterId>
<d4p1:van>true</d4p1:van>
<d4p1:garage xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register.Transporter">
<d5p1:id>1</d5p1:id>
<d5p1:locationId>3</d5p1:locationId>
<d5p1:misc>sample string 5</d5p1:misc>
<d5p1:name>sample string 4</d5p1:name>
<d5p1:transporterId>2</d5p1:transporterId>
</d4p1:garage>
<d4p1:priceList>
<d4p1:currencyId>5</d4p1:currencyId>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
<d4p1:palletAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:palletAttachments>
<d4p1:pricePerKM>6.1</d4p1:pricePerKM>
<d4p1:pricePerNoOfVisitsAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:pricePerNoOfVisitsAttachments>
<d4p1:validFrom>2025-11-04T21:39:03.5107079+01:00</d4p1:validFrom>
<d4p1:validTo>2025-11-04T21:39:03.5107079+01:00</d4p1:validTo>
<d4p1:volumeAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:volumeAttachments>
<d4p1:weightAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:weightAttachments>
</d4p1:priceList>
<d4p1:routePostalCodes>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:routePostalCodes>
<d4p1:routePostalCodes2>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:routePostalCodes2>
<d4p1:startLocation xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Model.Location">
<d5p1:address>sample string 4</d5p1:address>
<d5p1:country>sample string 8</d5p1:country>
<d5p1:id>1</d5p1:id>
<d5p1:isDeleted>true</d5p1:isDeleted>
<d5p1:isGlobal>true</d5p1:isGlobal>
<d5p1:latitude>10.1</d5p1:latitude>
<d5p1:locality>sample string 5</d5p1:locality>
<d5p1:location>sample string 2</d5p1:location>
<d5p1:longitude>9.1</d5p1:longitude>
<d5p1:name>sample string 3</d5p1:name>
<d5p1:postalCode>sample string 6</d5p1:postalCode>
<d5p1:postalTown>sample string 7</d5p1:postalTown>
</d4p1:startLocation>
<d4p1:stopLocation xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Model.Location">
<d5p1:address>sample string 4</d5p1:address>
<d5p1:country>sample string 8</d5p1:country>
<d5p1:id>1</d5p1:id>
<d5p1:isDeleted>true</d5p1:isDeleted>
<d5p1:isGlobal>true</d5p1:isGlobal>
<d5p1:latitude>10.1</d5p1:latitude>
<d5p1:locality>sample string 5</d5p1:locality>
<d5p1:location>sample string 2</d5p1:location>
<d5p1:longitude>9.1</d5p1:longitude>
<d5p1:name>sample string 3</d5p1:name>
<d5p1:postalCode>sample string 6</d5p1:postalCode>
<d5p1:postalTown>sample string 7</d5p1:postalTown>
</d4p1:stopLocation>
<d4p1:trackedVehicle>
<d4p1:activationKey>3</d4p1:activationKey>
<d4p1:plateNumber>sample string 2</d4p1:plateNumber>
<d4p1:vehicleId>1</d4p1:vehicleId>
</d4p1:trackedVehicle>
<d4p1:transporter>
<d4p1:id>1</d4p1:id>
<d4p1:shortName>sample string 2</d4p1:shortName>
</d4p1:transporter>
</d2p1:transporterAsset>
<d2p1:transporterAssetId>3</d2p1:transporterAssetId>
</d2p1:PDSResourceRecord>
<d2p1:PDSResourceRecord>
<d2p1:firstLocation>
<d2p1:label>sample string 3</d2p1:label>
<d2p1:latitude>2.1</d2p1:latitude>
<d2p1:longitude>1.1</d2p1:longitude>
</d2p1:firstLocation>
<d2p1:id>1</d2p1:id>
<d2p1:lastLocation>
<d2p1:label>sample string 3</d2p1:label>
<d2p1:latitude>2.1</d2p1:latitude>
<d2p1:longitude>1.1</d2p1:longitude>
</d2p1:lastLocation>
<d2p1:maxDrivingDurationInMinutes>4</d2p1:maxDrivingDurationInMinutes>
<d2p1:pdsHeaderId>2</d2p1:pdsHeaderId>
<d2p1:transporterAsset xmlns:d4p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register">
<d4p1:adr>true</d4p1:adr>
<d4p1:availableFromInSec>16</d4p1:availableFromInSec>
<d4p1:availableToInSec>17</d4p1:availableToInSec>
<d4p1:avgCostsPer100KM>21.1</d4p1:avgCostsPer100KM>
<d4p1:avgFuelConsumptionPer100KM>20.1</d4p1:avgFuelConsumptionPer100KM>
<d4p1:garageId>14</d4p1:garageId>
<d4p1:highCargo>true</d4p1:highCargo>
<d4p1:iconPath>sample string 18</d4p1:iconPath>
<d4p1:id>1</d4p1:id>
<d4p1:isDeleted>true</d4p1:isDeleted>
<d4p1:loadCapacity>4.1</d4p1:loadCapacity>
<d4p1:nfc>sample string 19</d4p1:nfc>
<d4p1:noOfPallets>6</d4p1:noOfPallets>
<d4p1:plateNumber>sample string 3</d4p1:plateNumber>
<d4p1:priceListId>15</d4p1:priceListId>
<d4p1:ramp>true</d4p1:ramp>
<d4p1:remark>sample string 5</d4p1:remark>
<d4p1:routePostalCodes2Id>25</d4p1:routePostalCodes2Id>
<d4p1:routePostalCodesId>24</d4p1:routePostalCodesId>
<d4p1:speedFactor>26.1</d4p1:speedFactor>
<d4p1:startLocationId>22</d4p1:startLocationId>
<d4p1:stopLocationId>23</d4p1:stopLocationId>
<d4p1:trackedActivationKey>13</d4p1:trackedActivationKey>
<d4p1:trackedVehicleId>12</d4p1:trackedVehicleId>
<d4p1:transporterId>2</d4p1:transporterId>
<d4p1:van>true</d4p1:van>
<d4p1:garage xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register.Transporter">
<d5p1:id>1</d5p1:id>
<d5p1:locationId>3</d5p1:locationId>
<d5p1:misc>sample string 5</d5p1:misc>
<d5p1:name>sample string 4</d5p1:name>
<d5p1:transporterId>2</d5p1:transporterId>
</d4p1:garage>
<d4p1:priceList>
<d4p1:currencyId>5</d4p1:currencyId>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
<d4p1:palletAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:palletAttachments>
<d4p1:pricePerKM>6.1</d4p1:pricePerKM>
<d4p1:pricePerNoOfVisitsAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:pricePerNoOfVisitsAttachments>
<d4p1:validFrom>2025-11-04T21:39:03.5107079+01:00</d4p1:validFrom>
<d4p1:validTo>2025-11-04T21:39:03.5107079+01:00</d4p1:validTo>
<d4p1:volumeAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:volumeAttachments>
<d4p1:weightAttachments>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
<d4p1:PriceListItemRecord>
<d4p1:distanceInKM>4.1</d4p1:distanceInKM>
<d4p1:id>1</d4p1:id>
<d4p1:noOfVisits>9</d4p1:noOfVisits>
<d4p1:pallets>5.1</d4p1:pallets>
<d4p1:phId>2</d4p1:phId>
<d4p1:postCode>sample string 8</d4p1:postCode>
<d4p1:price>3.1</d4p1:price>
<d4p1:volumeInM3>6.1</d4p1:volumeInM3>
<d4p1:weightInKG>7.1</d4p1:weightInKG>
</d4p1:PriceListItemRecord>
</d4p1:weightAttachments>
</d4p1:priceList>
<d4p1:routePostalCodes>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:routePostalCodes>
<d4p1:routePostalCodes2>
<d4p1:id>1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:routePostalCodes2>
<d4p1:startLocation xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Model.Location">
<d5p1:address>sample string 4</d5p1:address>
<d5p1:country>sample string 8</d5p1:country>
<d5p1:id>1</d5p1:id>
<d5p1:isDeleted>true</d5p1:isDeleted>
<d5p1:isGlobal>true</d5p1:isGlobal>
<d5p1:latitude>10.1</d5p1:latitude>
<d5p1:locality>sample string 5</d5p1:locality>
<d5p1:location>sample string 2</d5p1:location>
<d5p1:longitude>9.1</d5p1:longitude>
<d5p1:name>sample string 3</d5p1:name>
<d5p1:postalCode>sample string 6</d5p1:postalCode>
<d5p1:postalTown>sample string 7</d5p1:postalTown>
</d4p1:startLocation>
<d4p1:stopLocation xmlns:d5p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Model.Location">
<d5p1:address>sample string 4</d5p1:address>
<d5p1:country>sample string 8</d5p1:country>
<d5p1:id>1</d5p1:id>
<d5p1:isDeleted>true</d5p1:isDeleted>
<d5p1:isGlobal>true</d5p1:isGlobal>
<d5p1:latitude>10.1</d5p1:latitude>
<d5p1:locality>sample string 5</d5p1:locality>
<d5p1:location>sample string 2</d5p1:location>
<d5p1:longitude>9.1</d5p1:longitude>
<d5p1:name>sample string 3</d5p1:name>
<d5p1:postalCode>sample string 6</d5p1:postalCode>
<d5p1:postalTown>sample string 7</d5p1:postalTown>
</d4p1:stopLocation>
<d4p1:trackedVehicle>
<d4p1:activationKey>3</d4p1:activationKey>
<d4p1:plateNumber>sample string 2</d4p1:plateNumber>
<d4p1:vehicleId>1</d4p1:vehicleId>
</d4p1:trackedVehicle>
<d4p1:transporter>
<d4p1:id>1</d4p1:id>
<d4p1:shortName>sample string 2</d4p1:shortName>
</d4p1:transporter>
</d2p1:transporterAsset>
<d2p1:transporterAssetId>3</d2p1:transporterAssetId>
</d2p1:PDSResourceRecord>
</data>
<error>sample string 3</error>
<errorCode>2</errorCode>
<top>4</top>
<total>1</total>
</KendoGridResponseOfPDSResourceRecordkB02SYvR>
application/x-protobuf
Sample: