Update Delivery Status
POST/api/v1/delivery/updateDownloadStatus
This service message allows the consumer to report the delivery status
Request
- application/json
Body
required
deviceId stringrequired
catalogId stringrequired
itemKey stringrequired
downloadStop date-time
downloadStart date-time
downloadDone date-time
bitNumber number
downloadSpeed number
downloadData number
downloadEstimateTime int64
currentTime date-timerequired
deliveryStatus stringrequired
Possible values: [Start, Done, Error, Cancelled, Pause, Continue, Download, Deleted]
type stringrequired
Possible values: [software, map, cache]
Responses
- 200
Loading...