POST Api/RoutePointItem/Update
Request Information
URI Parameters
None.
Body Parameters
RoutePointItemViewModelName | 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": "a3ac7d46-cc94-4a6d-828f-14cad3db7f94", "TaskID": "3462f4ff-585d-4598-92bf-27011ae9b038", "RoutePointID": "cd65f08c-cf8b-40d7-90a6-7eb9afec61fe", "ItemName": "sample string 4", "ID": "0985a2e1-7935-4855-8ff7-244db78b57a5", "ItemCategoryID": "4237fabb-797c-425a-9e9c-f183194e0d2a", "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": "5efa0bb1-7b67-41c5-9515-925898e79671", "ItemClassificationName": "sample string 16", "Price": 17.1, "TemperatureSensorID": 18, "TemperatureSensorName": "sample string 19", "TemperatureSensorValue": 20.1, "DeliveryRoutePointID": "96516ffc-1ba2-420b-acd9-96fde2e2d210", "PodAttachments": [ { "AttachmentID": "9e40495d-d26f-48aa-917e-84fceaa77d7e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true }, { "AttachmentID": "9e40495d-d26f-48aa-917e-84fceaa77d7e", "AttachmentData": "QEA=", "AttachmentDataBase64": "sample string 2", "ContentType": "sample string 3", "FileName": "sample string 4", "ImageString": "sample string 5", "IsDeleted": true } ], "Signature": { "AttachmentID": "9e40495d-d26f-48aa-917e-84fceaa77d7e", "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>a3ac7d46-cc94-4a6d-828f-14cad3db7f94</ClientID> <DeliveryRoutePointID>96516ffc-1ba2-420b-acd9-96fde2e2d210</DeliveryRoutePointID> <ID>0985a2e1-7935-4855-8ff7-244db78b57a5</ID> <ImageURL>sample string 14</ImageURL> <ItemCategoryID>4237fabb-797c-425a-9e9c-f183194e0d2a</ItemCategoryID> <ItemCategoryName>sample string 7</ItemCategoryName> <ItemCategoryQty>8</ItemCategoryQty> <ItemClassificationID>5efa0bb1-7b67-41c5-9515-925898e79671</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>9e40495d-d26f-48aa-917e-84fceaa77d7e</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>9e40495d-d26f-48aa-917e-84fceaa77d7e</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>cd65f08c-cf8b-40d7-90a6-7eb9afec61fe</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>9e40495d-d26f-48aa-917e-84fceaa77d7e</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>3462f4ff-585d-4598-92bf-27011ae9b038</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
ResultName | 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": "c14b337a-766f-4d0d-b3c0-282dae93a367", "Value": "sample string 3", "RecordOn": "2025-07-07T09:37:13.9915794+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>c14b337a-766f-4d0d-b3c0-282dae93a367</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-07-07T09:37:13.9915794+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>