Adm
Checar se esta On.
Get https://zapi.teclaconsultoria.com.br/Api/Adm
Retorna on/off.
Parameters
No parameters
Responses
{
"message": "string"
}{
"message": "string"
}Obter Informações da Software House
Get https://zapi.teclaconsultoria.com.br/Api/Adm/SoftwareHouse
Retorna Dados da Software House.
Parameters
No parameters
Responses
{
"name": "string",
"description": "string",
"whatsappNumber": "string",
"email": "string",
"password": "string",
"remarks": "string",
"createdOnUtc": "2024-07-03T15:40:37.138Z",
"token": "string",
"tpPermission": 0,
"cpfCnpj": "string",
"isDemo": true,
"startDateDemo": "2024-07-03T15:40:37.138Z",
"endDateDemo": "2024-07-03T15:40:37.138Z",
"isActive": true
}
{
"message": "string"
}Cadastrar Software House
Post https://zapi.teclaconsultoria.com.br/Api/Adm/SoftwareHouse
Parameters
Name
Tipo
Obrigatório
Valor
name
string
whatsappNumber
string
string
password
string
cpfCnpj
string
isDemo
boolean
true/false
Responses
{
"accessToken": "string",
"tokenType": "string",
"expiresIn": 0,
"expirationDate": "2024-07-03T15:43:51.453Z"
}{
"message": "string"
}Recuperar Token da Software House
Get https://zapi.teclaconsultoria.com.br/Api/Adm/SoftwareHouse/RecoverToken
Retorna Token da Software House.
Parameters
Name
Tipo
Obrigatório
Valor
string
password
string
Responses
{
"accessToken": "string",
"tokenType": "string",
"expiresIn": 0,
"expirationDate": "2024-07-10T18:17:52.640Z"
}{
"message": "string"
}Last updated