Id Tag / UpdateAsk AIpatch https://{tenantUrl}/public-api/resources/id-tags/v2.0/{idTag}Update a Id TagPath ParamsidTagintegerrequiredBody ParamsidTagUidstringToken used for authorizationidLabelstring | nullVisual or other label that could be associated with the ID TagexpireAtdate-time | nullstatusstringenumThe status of the ID tag. Use it to disable or suspend a tag enabled The tag is enabled and is accepted as authentication method disabled The tag is disabled by the admin user and is not acceptable as authorization method suspended The tag is suspended by the owner of the tag and is not acceptable as authorization method enableddisabledsuspendedAllowed:enableddisabledsuspendedtypestringenumrfidmac_addressAllowed:rfidmac_addressvehicleTypestring | nullenumnullcompany_carprivate_carAllowed:nullcompany_carprivate_carpaymentMethodIdstring | nullThe payment method that will be associated with the ID Tag. For credit/debit cards the paymentMethodId should be provided For Corporate billing - corporate:{id} For Subscription - use "subscription" to use the user's active subscription For Auto selection - use "auto" (recommended) or null (deprecated) The "last used" concept has been replaced with "auto" selection which cycles through available payment methods. userIdinteger | nullAssociate the ID tag with a user account. If the user is not presented, the tag will not be authorized! It makes sense to prepare the tags in advance, in case there is another process/entity is going to later assign them!externalIdstring | nullpartnerIdinteger | nullThe administrator accounts of the selected Partner will be able to edit and delete the specified ID tagResponses 200Id Tag updated successfully 401Access token is missing or invalid 403You do not have permission to perform the action 422The payload you provided is invalid 429Too many requests. Please try again later. For more information, please check the rate limit headers X-RateLimit-*Updated about 2 months ago