PATCH api/v1/cliente/api/cliente/{id}/enrich
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ClienteEnrichRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Industria | string |
None. |
|
| NumEmpleados | integer |
None. |
|
| RevenueEstimate | decimal number |
None. |
|
| FundedYear | integer |
None. |
|
| SicCode | string |
None. |
|
| NaicsCode | string |
None. |
|
| KeywordsApollo | string |
None. |
|
| TechStack | string |
None. |
|
| TechCategories | string |
None. |
|
| LinkedinCompanyUrl | string |
None. |
|
| TwitterUrl | string |
None. |
|
| FacebookUrl | string |
None. |
|
| BlogUrl | string |
None. |
|
| LogoUrl | string |
None. |
|
| LeadScore | integer |
None. |
|
| LeadGrade | string |
None. |
|
| IdApollo | string |
None. |
|
| AlexaRanking | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"industria": "sample string 1",
"numEmpleados": 1,
"revenueEstimate": 1.0,
"fundedYear": 1,
"sicCode": "sample string 2",
"naicsCode": "sample string 3",
"keywordsApollo": "sample string 4",
"techStack": "sample string 5",
"techCategories": "sample string 6",
"linkedinCompanyUrl": "sample string 7",
"twitterUrl": "sample string 8",
"facebookUrl": "sample string 9",
"blogUrl": "sample string 10",
"logoUrl": "sample string 11",
"leadScore": 1,
"leadGrade": "sample string 12",
"idApollo": "sample string 13",
"alexaRanking": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.