Update tenant details
curl --request PATCH \
--url https://api.artu.ai/tenant-details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Environment: <api-key>' \
--data '
{
"name": "<string>",
"scopeData": {
"MX": {
"rfc": "<string>",
"actividadVulnerable": {
"ARI": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"AVI": {
"collegiateEntityCode": "<string>",
"exempt": true,
"platformDomain": "<string>"
},
"INM": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"JYS": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MJR": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MPC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"TSC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"VEH": {
"collegiateEntityCode": "<string>",
"exempt": true
}
},
"cnbv": {
"TRANSMISOR": {
"organoSupervisor": "<string>",
"claveSujetoObligado": "<string>",
"localidad": "<string>",
"sucursal": "<string>",
"agenteNombre": "<string>",
"agenteApellidoPaterno": "<string>",
"agenteApellidoMaterno": "<string>",
"agenteRfc": "<string>",
"agenteCurp": "<string>"
}
}
}
},
"settings": {
"enablePostalCodeValidation": true
},
"scopes": [],
"applyToBothEnvironments": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"name": "<string>",
"scopeData": {
"MX": {
"rfc": "<string>",
"actividadVulnerable": {
"ARI": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"AVI": {
"collegiateEntityCode": "<string>",
"exempt": true,
"platformDomain": "<string>"
},
"INM": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"JYS": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MJR": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MPC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"TSC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"VEH": {
"collegiateEntityCode": "<string>",
"exempt": true
}
},
"cnbv": {
"TRANSMISOR": {
"organoSupervisor": "<string>",
"claveSujetoObligado": "<string>",
"localidad": "<string>",
"sucursal": "<string>",
"agenteNombre": "<string>",
"agenteApellidoPaterno": "<string>",
"agenteApellidoMaterno": "<string>",
"agenteRfc": "<string>",
"agenteCurp": "<string>"
}
}
}
},
"settings": {
"enablePostalCodeValidation": true
}
},
"scopes": [],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Tenant Details
Update tenant details
PATCH
/
tenant-details
Update tenant details
curl --request PATCH \
--url https://api.artu.ai/tenant-details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Environment: <api-key>' \
--data '
{
"name": "<string>",
"scopeData": {
"MX": {
"rfc": "<string>",
"actividadVulnerable": {
"ARI": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"AVI": {
"collegiateEntityCode": "<string>",
"exempt": true,
"platformDomain": "<string>"
},
"INM": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"JYS": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MJR": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MPC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"TSC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"VEH": {
"collegiateEntityCode": "<string>",
"exempt": true
}
},
"cnbv": {
"TRANSMISOR": {
"organoSupervisor": "<string>",
"claveSujetoObligado": "<string>",
"localidad": "<string>",
"sucursal": "<string>",
"agenteNombre": "<string>",
"agenteApellidoPaterno": "<string>",
"agenteApellidoMaterno": "<string>",
"agenteRfc": "<string>",
"agenteCurp": "<string>"
}
}
}
},
"settings": {
"enablePostalCodeValidation": true
},
"scopes": [],
"applyToBothEnvironments": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"name": "<string>",
"scopeData": {
"MX": {
"rfc": "<string>",
"actividadVulnerable": {
"ARI": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"AVI": {
"collegiateEntityCode": "<string>",
"exempt": true,
"platformDomain": "<string>"
},
"INM": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"JYS": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MJR": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"MPC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"TSC": {
"collegiateEntityCode": "<string>",
"exempt": true
},
"VEH": {
"collegiateEntityCode": "<string>",
"exempt": true
}
},
"cnbv": {
"TRANSMISOR": {
"organoSupervisor": "<string>",
"claveSujetoObligado": "<string>",
"localidad": "<string>",
"sucursal": "<string>",
"agenteNombre": "<string>",
"agenteApellidoPaterno": "<string>",
"agenteApellidoMaterno": "<string>",
"agenteRfc": "<string>",
"agenteCurp": "<string>"
}
}
}
},
"settings": {
"enablePostalCodeValidation": true
}
},
"scopes": [],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Authorizations
API key authentication. Obtain your API key from the dashboard.
Target environment for the request. Must be "test" or "live".
Body
application/json
Company Name
Maximum string length:
255Show child attributes
Show child attributes
Show child attributes
Show child attributes
Available options:
base, MX:AV, MX:AV:ARI, MX:AV:AVI, MX:AV:INM, MX:AV:JYS, MX:AV:MJR, MX:AV:MPC, MX:AV:TSC, MX:AV:VEH, MX:CNBV, MX:CNBV:TRANSMISOR, MX Response
200 - application/json
OK
Show child attributes
Show child attributes
Available options:
base, MX:AV, MX:AV:ARI, MX:AV:AVI, MX:AV:INM, MX:AV:JYS, MX:AV:MJR, MX:AV:MPC, MX:AV:TSC, MX:AV:VEH, MX:CNBV, MX:CNBV:TRANSMISOR, MX Was this page helpful?
⌘I
