EndUserCalculations
Get EndUser industry
Predict the industry of the end user based on its name
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The end_user_id
or heron_id
of EndUser
Query Parameters
Maximum number of digits in NAICS code
Required range:
2 <= x <= 6
Example:
6
Minimum number of digits in NAICS code
Required range:
2 <= x <= 6
Example:
2
Response
200 - application/json
OK
The text name of the taxonomy value
Example:
"Fruit and Vegetable Preserving and Specialty Food Manufacturing"
The probability that the end user is associated with the industry; we will always return the highest probability industry
Example:
0.42
Industry classification system used
Example:
"naics"
The predicted industry for the end user according to taxonomy
Example:
"3114"
Was this page helpful?