Insere uma propriedade customizada. Insere apenas do tenant autenticado e no domínio platform, serviço __custom__
Payload de entrada
{
"propertyKey": "string",>
"type": "string",
"propertyValue": "string",
"hashTags": [
"string"
],
"label": "string", "propertyLevel": "string" }
"label": "string", "propertyLevel": "string" }
Request
curl --location --request POST "https://api.senior.com.br/platform/configuration/createCustomProperty" --header "Content-Type: application/json" --header "client_id: {client_id}" --header "Accept: application/json" --header "Authorization: Bearer {token}" --data-raw "{'propertyKey': 'string', 'type': 'string', 'propertyValue': 'string', 'hashTags': [ 'string' ], 'label': 'string', 'propertyLevel': 'string'}"
Response
- 200 Ok
{ }
- 400 Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente
- 401 Token de acesso inválido ou expirado
- 403 Permissão negada
- 409 Propriedade já existe
- Login ou registre-se para postar comentários