POST api/crmorbita/leads/{idLead}/mover-etapa
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idLead | string |
Required |
Body Parameters
CRMorbitaMoverEtapaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| etapa | string |
None. |
|
| statusFechamento | string |
None. |
|
| motivoPerda | string |
None. |
|
| dataRetorno | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"etapa": "sample string 1",
"statusFechamento": "sample string 2",
"motivoPerda": "sample string 3",
"dataRetorno": "2026-07-01T14:26:06.1866913-03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.