Reference for https://api.silentpassenger.com/rest/v2/{APIKEY}/Vehicles?id={VEHICLEID}
Update notes for a vehicle. The notes can then be shown on the Map View.
Url: https://api.silentpassenger.com/rest/v2/{APIKEY}/Vehicles?id={VEHICLEID}
HTTP Method: PUT
| Message direction | Format | Body |
|---|---|---|
| Request | Xml | Example |
| Request | Json | Example |
| Response | Xml | Example |
| Response | Json | Example |
The following is an example request Xml body:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String content</string>
The following is an example request Json body:
"String content"
The following is an example response Xml body:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
The following is an example response Json body:
true