POST Api/RoutePointItem/Update
Request Information
URI Parameters
None.
Body Parameters
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": "2f008a3a-7715-4930-b27c-cc884e4ccf9c",
"TaskID": "b62fb507-9a19-48c2-b6e6-e61b54dfe599",
"RoutePointID": "262138c2-40bd-4e26-bc2d-f3447f12fb6b",
"ItemName": "sample string 4",
"ID": "1e284a95-c327-4b49-b324-b490f9600111",
"ItemCategoryID": "105089fa-e916-4067-bfd9-51f34d85536e",
"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": "6c594e07-b9d6-41aa-afff-c53af445d00e",
"ItemClassificationName": "sample string 16",
"Price": 17.1,
"TemperatureSensorID": 18,
"TemperatureSensorName": "sample string 19",
"TemperatureSensorValue": 20.1,
"DeliveryRoutePointID": "729ad0f9-f020-4464-ac39-c3f68650bfb9",
"PodAttachments": [
{
"AttachmentID": "a0396de7-3ee4-45df-aef5-4d63ab29f884",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
},
{
"AttachmentID": "a0396de7-3ee4-45df-aef5-4d63ab29f884",
"AttachmentData": "QEA=",
"AttachmentDataBase64": "sample string 2",
"ContentType": "sample string 3",
"FileName": "sample string 4",
"ImageString": "sample string 5",
"IsDeleted": true
}
],
"Signature": {
"AttachmentID": "a0396de7-3ee4-45df-aef5-4d63ab29f884",
"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:
<RoutePointItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Models">
<ClientID>2f008a3a-7715-4930-b27c-cc884e4ccf9c</ClientID>
<DeliveryRoutePointID>729ad0f9-f020-4464-ac39-c3f68650bfb9</DeliveryRoutePointID>
<ID>1e284a95-c327-4b49-b324-b490f9600111</ID>
<ImageURL>sample string 14</ImageURL>
<ItemCategoryID>105089fa-e916-4067-bfd9-51f34d85536e</ItemCategoryID>
<ItemCategoryName>sample string 7</ItemCategoryName>
<ItemCategoryQty>8</ItemCategoryQty>
<ItemClassificationID>6c594e07-b9d6-41aa-afff-c53af445d00e</ItemClassificationID>
<ItemClassificationName>sample string 16</ItemClassificationName>
<ItemName>sample string 4</ItemName>
<Note>sample string 13</Note>
<PodAttachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:Attachment>
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>a0396de7-3ee4-45df-aef5-4d63ab29f884</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</d2p1:Attachment>
<d2p1:Attachment>
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>a0396de7-3ee4-45df-aef5-4d63ab29f884</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</d2p1:Attachment>
</PodAttachments>
<Price>17.1</Price>
<Qty>9.1</Qty>
<RoutePointID>262138c2-40bd-4e26-bc2d-f3447f12fb6b</RoutePointID>
<Signature xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fleetroot.Entity">
<d2p1:AttachmentData>QEA=</d2p1:AttachmentData>
<d2p1:AttachmentDataBase64>sample string 2</d2p1:AttachmentDataBase64>
<d2p1:AttachmentID>a0396de7-3ee4-45df-aef5-4d63ab29f884</d2p1:AttachmentID>
<d2p1:ContentType>sample string 3</d2p1:ContentType>
<d2p1:FileName>sample string 4</d2p1:FileName>
<d2p1:ImageString>sample string 5</d2p1:ImageString>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
</Signature>
<TaskID>b62fb507-9a19-48c2-b6e6-e61b54dfe599</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>
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": "541a50b9-5199-4454-bd25-c6aa383c0039",
"Value": "sample string 3",
"RecordOn": "2025-11-09T00:46:01.0246045+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>541a50b9-5199-4454-bd25-c6aa383c0039</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>2025-11-09T00:46:01.0246045+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>