POST v2/superlogica/cadastro
Request Information
URI Parameters
None.
Body Parameters
CadastroClienteWebHookRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ST_NOME_SAC | string |
None. |
|
| ST_EMAIL_SAC | string |
None. |
|
| senha | string |
None. |
|
| senha_confirmacao | string |
None. |
|
| ST_CGC_SAC | string |
None. |
|
| ST_CEP_SAC | string |
None. |
|
| ST_ENDERECO_SAC | string |
None. |
|
| ST_NUMERO_SAC | string |
None. |
|
| ST_BAIRRO_SAC | string |
None. |
|
| ST_CIDADE_SAC | string |
None. |
|
| ST_ESTADO_SAC | string |
None. |
|
| idplano | integer |
None. |
|
| QUANT_PARCELAS_ADESAO | integer |
None. |
|
| id_sacado_sac | integer |
None. |
|
| cupom | string |
None. |
|
| trial | integer |
None. |
|
| aceite_contrato | integer |
None. |
|
| idgrade | integer |
None. |
|
| FL_MESMOEND_SAC | integer |
None. |
|
| login | string |
None. |
|
| password | string |
None. |
|
| ST_TELEFONE_SAC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ST_NOME_SAC": "sample string 1",
"ST_EMAIL_SAC": "sample string 2",
"senha": "sample string 3",
"senha_confirmacao": "sample string 4",
"ST_CGC_SAC": "sample string 5",
"ST_CEP_SAC": "sample string 6",
"ST_ENDERECO_SAC": "sample string 7",
"ST_NUMERO_SAC": "sample string 8",
"ST_BAIRRO_SAC": "sample string 9",
"ST_CIDADE_SAC": "sample string 10",
"ST_ESTADO_SAC": "sample string 11",
"idplano": 12,
"QUANT_PARCELAS_ADESAO": 13,
"id_sacado_sac": 14,
"cupom": "sample string 15",
"trial": 16,
"aceite_contrato": 17,
"idgrade": 18,
"FL_MESMOEND_SAC": 19,
"login": "sample string 20",
"password": "sample string 21",
"ST_TELEFONE_SAC": "sample string 22"
}
application/xml, text/xml
Sample:
<CadastroClienteWebHookRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dino.API.Models.Superlogica.Clientes"> <FL_MESMOEND_SAC>19</FL_MESMOEND_SAC> <QUANT_PARCELAS_ADESAO>13</QUANT_PARCELAS_ADESAO> <ST_BAIRRO_SAC>sample string 9</ST_BAIRRO_SAC> <ST_CEP_SAC>sample string 6</ST_CEP_SAC> <ST_CGC_SAC>sample string 5</ST_CGC_SAC> <ST_CIDADE_SAC>sample string 10</ST_CIDADE_SAC> <ST_EMAIL_SAC>sample string 2</ST_EMAIL_SAC> <ST_ENDERECO_SAC>sample string 7</ST_ENDERECO_SAC> <ST_ESTADO_SAC>sample string 11</ST_ESTADO_SAC> <ST_NOME_SAC>sample string 1</ST_NOME_SAC> <ST_NUMERO_SAC>sample string 8</ST_NUMERO_SAC> <ST_TELEFONE_SAC>sample string 22</ST_TELEFONE_SAC> <aceite_contrato>17</aceite_contrato> <cupom>sample string 15</cupom> <id_sacado_sac>14</id_sacado_sac> <idgrade>18</idgrade> <idplano>12</idplano> <login>sample string 20</login> <password>sample string 21</password> <senha>sample string 3</senha> <senha_confirmacao>sample string 4</senha_confirmacao> <trial>16</trial> </CadastroClienteWebHookRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RetornoPadrao| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<RetornoPadrao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dino.API.Models.Superlogica.Retorno"> <message>sample string 2</message> <status>1</status> </RetornoPadrao>