POST Api/RoutePointItem/CreateItems
Request Information
URI Parameters
None.
Body Parameters
Collection of RoutePointItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | globally unique identifier |
None. |
|
| TaskID | globally unique identifier |
None. |
|
| RoutePointID | globally unique identifier |
None. |
|
| ItemName | string |
None. |
|
| ID | globally unique identifier |
None. |
|
| ItemCategoryID | globally unique identifier |
None. |
|
| ItemCategoryName | string |
None. |
|
| ItemCategoryQty | integer |
None. |
|
| Qty | decimal number |
None. |
|
| VatPer | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| TemperatureSensor | string |
None. |
|
| Note | string |
None. |
|
| ImageURL | string |
None. |
|
| ItemClassificationID | globally unique identifier |
None. |
|
| ItemClassificationName | string |
None. |
|
| Price | decimal number |
None. |
|
| TemperatureSensorID | integer |
None. |
|
| TemperatureSensorName | string |
None. |
|
| TemperatureSensorValue | decimal number |
None. |
|
| DeliveryRoutePointID | globally unique identifier |
None. |
|
| PodAttachments | Collection of Attachment |
None. |
|
| Signature | Attachment |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ClientID": "e8d3e092-08a0-4d14-81b6-a90f017730ed",
"TaskID": "5ad569fc-6ec8-4fc4-be8e-fb7bf486af7d",
"RoutePointID": "d4f0be0e-4637-4485-b733-ce665edcb5d5",
"ItemName": "sample string 4",
"ID": "b4f9a4b5-a327-4b68-a8ab-069e889d82e2",
"ItemCategoryID": "eb541263-f1d5-4774-a808-fe4b18113b69",
"ItemCategoryName": "sample string 7",
"ItemCategoryQty": 8,
"Qty": 9.1,
"VatPer": 10.1,
"Total": 11.1,
"TemperatureSensor": "sample string 12",
"Note": "sample string 13",
"ImageURL": "sample string 14",
"ItemClassificationID": "bf5fbc4b-7fe9-4535-ade3-444cfc4e8ab1",
"ItemClassificationName": "sample string 16",
"Price": 17.1,
"TemperatureSensorID": 18,
"TemperatureSensorName": "sample string 19",
"TemperatureSensorValue": 20.1,
"DeliveryRoutePointID": "445e3991-3943-4225-87f0-f14aeb626860",
"PodAttachments": [
{
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
},
{
"ClientID": "e8d3e092-08a0-4d14-81b6-a90f017730ed",
"TaskID": "5ad569fc-6ec8-4fc4-be8e-fb7bf486af7d",
"RoutePointID": "d4f0be0e-4637-4485-b733-ce665edcb5d5",
"ItemName": "sample string 4",
"ID": "b4f9a4b5-a327-4b68-a8ab-069e889d82e2",
"ItemCategoryID": "eb541263-f1d5-4774-a808-fe4b18113b69",
"ItemCategoryName": "sample string 7",
"ItemCategoryQty": 8,
"Qty": 9.1,
"VatPer": 10.1,
"Total": 11.1,
"TemperatureSensor": "sample string 12",
"Note": "sample string 13",
"ImageURL": "sample string 14",
"ItemClassificationID": "bf5fbc4b-7fe9-4535-ade3-444cfc4e8ab1",
"ItemClassificationName": "sample string 16",
"Price": 17.1,
"TemperatureSensorID": 18,
"TemperatureSensorName": "sample string 19",
"TemperatureSensorValue": 20.1,
"DeliveryRoutePointID": "445e3991-3943-4225-87f0-f14aeb626860",
"PodAttachments": [
{
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
}
]
application/xml, text/xml
Sample:
<ArrayOfRoutePointItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Models">
<RoutePointItemViewModel>
<ClientID>e8d3e092-08a0-4d14-81b6-a90f017730ed</ClientID>
<DeliveryRoutePointID>445e3991-3943-4225-87f0-f14aeb626860</DeliveryRoutePointID>
<ID>b4f9a4b5-a327-4b68-a8ab-069e889d82e2</ID>
<ImageURL>sample string 14</ImageURL>
<ItemCategoryID>eb541263-f1d5-4774-a808-fe4b18113b69</ItemCategoryID>
<ItemCategoryName>sample string 7</ItemCategoryName>
<ItemCategoryQty>8</ItemCategoryQty>
<ItemClassificationID>bf5fbc4b-7fe9-4535-ade3-444cfc4e8ab1</ItemClassificationID>
<ItemClassificationName>sample string 16</ItemClassificationName>
<ItemName>sample string 4</ItemName>
<Note>sample string 13</Note>
<PodAttachments xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
</PodAttachments>
<Price>17.1</Price>
<Qty>9.1</Qty>
<RoutePointID>d4f0be0e-4637-4485-b733-ce665edcb5d5</RoutePointID>
<Signature xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</Signature>
<TaskID>5ad569fc-6ec8-4fc4-be8e-fb7bf486af7d</TaskID>
<TemperatureSensor>sample string 12</TemperatureSensor>
<TemperatureSensorID>18</TemperatureSensorID>
<TemperatureSensorName>sample string 19</TemperatureSensorName>
<TemperatureSensorValue>20.1</TemperatureSensorValue>
<Total>11.1</Total>
<VatPer>10.1</VatPer>
</RoutePointItemViewModel>
<RoutePointItemViewModel>
<ClientID>e8d3e092-08a0-4d14-81b6-a90f017730ed</ClientID>
<DeliveryRoutePointID>445e3991-3943-4225-87f0-f14aeb626860</DeliveryRoutePointID>
<ID>b4f9a4b5-a327-4b68-a8ab-069e889d82e2</ID>
<ImageURL>sample string 14</ImageURL>
<ItemCategoryID>eb541263-f1d5-4774-a808-fe4b18113b69</ItemCategoryID>
<ItemCategoryName>sample string 7</ItemCategoryName>
<ItemCategoryQty>8</ItemCategoryQty>
<ItemClassificationID>bf5fbc4b-7fe9-4535-ade3-444cfc4e8ab1</ItemClassificationID>
<ItemClassificationName>sample string 16</ItemClassificationName>
<ItemName>sample string 4</ItemName>
<Note>sample string 13</Note>
<PodAttachments xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
<d3p1:Attachment>
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</d3p1:Attachment>
</PodAttachments>
<Price>17.1</Price>
<Qty>9.1</Qty>
<RoutePointID>d4f0be0e-4637-4485-b733-ce665edcb5d5</RoutePointID>
<Signature xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d3p1:AttachmentData>QEA=</d3p1:AttachmentData>
<d3p1:AttachmentDataBase64>sample string 2</d3p1:AttachmentDataBase64>
<d3p1:AttachmentID>7fc15436-3365-4cb5-a2c2-abb3bb6a3fa1</d3p1:AttachmentID>
<d3p1:ContentType>sample string 3</d3p1:ContentType>
<d3p1:FileName>sample string 4</d3p1:FileName>
<d3p1:ImageString>sample string 5</d3p1:ImageString>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
</Signature>
<TaskID>5ad569fc-6ec8-4fc4-be8e-fb7bf486af7d</TaskID>
<TemperatureSensor>sample string 12</TemperatureSensor>
<TemperatureSensorID>18</TemperatureSensorID>
<TemperatureSensorName>sample string 19</TemperatureSensorName>
<TemperatureSensorValue>20.1</TemperatureSensorValue>
<Total>11.1</Total>
<VatPer>10.1</VatPer>
</RoutePointItemViewModel>
</ArrayOfRoutePointItemViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Message | Collection of string |
None. |
|
| ResponseCodes | Collection of integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| RecordOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValid": true,
"Message": [
"sample string 1",
"sample string 2"
],
"ResponseCodes": [
1,
2
],
"Id": "fa4dc1bf-9ea6-444a-82d2-0473334fb0f1",
"Value": "sample string 3",
"RecordOn": "2026-04-18T14:55:57.4574184+04:00"
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<Id>fa4dc1bf-9ea6-444a-82d2-0473334fb0f1</Id>
<IsValid>true</IsValid>
<Message xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Message>
<RecordOn>2026-04-18T14:55:57.4574184+04:00</RecordOn>
<ResponseCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ResponseCodes>
<Value>sample string 3</Value>
</Result>