GuidesAPI Reference
API Reference

Uploads a part of a large data

Uploads a part of large data. The part is identified with dataId and a part number.

Part upload has the following limits:

  • The part numbers must start from 1, be no greater than 10000 and be consecutive.
  • The size of one uploaded data part must be between 1 byte and 1 MB.
  • Parts re-uploaded with the same partNumber are overridden.
  • Only application/octet-stream Content-Type is supported.

Parts can be uploaded in any order, the partNumber determines their position in the total data.

The optional md5 query parameter can be used to provide the MD5 digest for the uploaded data part. If it is specified and does not match to the received data, HERE Tracking returns HTTP status 400.

If the data upload is still in preparing state, HERE Tracking returns HTTP status 409.

Path Params
string
required

Large data object identifier

integer
required
1 to 10000

Part number for a large data object

Query Params
string
length between 32 and 32

MD5 digest of the data (hexadecimal representation)

Body Params
Headers
uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Responses
204

Successful (no content)

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json