POST api/crmorbita/leads/{idLead}/contatos
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idLead | string |
Required |
Body Parameters
CRMorbitaContatoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| nome | string |
None. |
|
| string |
None. |
||
| telefone | string |
None. |
|
| cargo | string |
None. |
|
| departamento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nome": "sample string 1",
"email": "sample string 2",
"telefone": "sample string 3",
"cargo": "sample string 4",
"departamento": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.