put https://{accountName}.{environment}.com.br/api/catalog_system/pvt/specification/fieldValue
Updates a specification field value by the specification field's ID.
This is a legacy endpoint. We recommend using Update Specification Value instead.
Request body has the following properties:
Attribute | Type | Description |
---|---|---|
FieldId | integer | Specification Field ID |
Name | string | Specification Field Value Name |
Text | string | Specification Field Value Description |
IsActive | boolean | If the Specification Field Value is active |
Position | integer | Specification Field Value Position |
## Request body example:
{
"FieldValueId": 276,
"Name": "TesteInsertUpdate",
"Text": "Value Description2",
"IsActive": true,
"Position": 100
}