POST api/sgec/usuario_lead
Salvar Lead
Request Information
URI Parameters
None.
Body Parameters
SaveLeadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOrigemLead | SGECAPI.Enum.OrigemLead |
None. |
|
| Nome | string |
None. |
|
| string |
None. |
||
| Cpf | string |
None. |
|
| Telefone | string |
None. |
|
| DataNascimento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdOrigemLead": 1,
"Nome": "sample string 1",
"Email": "sample string 2",
"Cpf": "sample string 3",
"Telefone": "sample string 4",
"DataNascimento": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | SGECAPI.Models.Enum.CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 1
}