Update attribute values from a company
Update attribute values from a company
| Path Parameters |
|---|
attributeId string — REQUIREDID of the attribute to retrieve for the company |
| Request Body — REQUIRED |
|---|
textValue string — REQUIREDRequired for TEXT attribute |
numericValue number — REQUIREDRequired for NUMERIC attribute |
booleanValue boolean — REQUIREDRequired for BOOLEAN attribute |
dateValue string — REQUIREDRequired for DATE attribute |
urlValue string — REQUIREDRequired for URL attribute |
ratingValue string — REQUIREDRequired for RATING attribute |
| Responses | ||
|---|---|---|
200Return an updated attribute value from a company
|