Creates a label for a resourceput deprecatedhttps://tracking.hereapi.com/labels/v4/{resourceType}/{resourceId}/{key}/{value}Creates a label 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.keystringrequiredlength between 1 and 50The label key.valuestringrequiredlength between 1 and 50The label value.Query ParamsappIdstringlength ≥ 8Application identifier. Used together with an external ID to identify a virtual device.HeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 201Successful The label was 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