Creates a set of labels for a resourceput deprecatedhttps://tracking.hereapi.com/labels/v4/{resourceType}/{resourceId}/batchCreates a set of labels for the resource resourceId.Path ParamsresourceTypestringenumrequiredThe resource type, for example "device", "geofence".devicegeofencelocationrulesensorRuleshipmentAllowed:devicegeofencelocationrulesensorRuleshipmentresourceIdstringrequiredlength between 1 and 50The resource ID, for example trackingId, externalId, geofenceId, etc.Query ParamsappIdstringlength ≥ 8Application identifier. Used together with an external ID to identify a virtual device.Body ParamslabelsobjectrequiredA map of key-value pairs where the key is the label key and the value is an array of label values.labels objectHeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 201Successful The labels were successfully created. 400Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body. 401Unauthorized The request did not provide correct authentication details 403Forbidden The account does not have the correct privileges 404Not Found The specified resource was not found 409Conflict The specified resource already existsUpdated 2 months ago