The Spanish version is the authoritative reference. View in Spanish
updateCertificateTag
PUT /api/certificates/updateTag/{countryId}
Enables or disables a certificate usage type: signing, connection, or conciliation.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/certificates/updateTag/{countryId}PRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/certificates/updateTag/{countryId}| Field | Type | Req. | Description |
|---|---|---|---|
countryId (path) | string | Required | ISO country code |
taxId | string | Required | Company TaxId |
certificateId | string (GUID) | Required | Certificate ID — obtain with getCertificates |
certTag | integer | Required | Certificate usage type (signing, connection, or conciliation) |
value | boolean | Required | true = enable · false = disable |
updateCertificateTag
{
"taxId": "{{taxId}}",
"certificateId": "{{certificateId}}",
"certTag": 1,
"value": true
}