post https://{accountName}.{environment}.com.br/api/catalog/pvt/specificationvalue
Creates a new Specification Value for a Category
Request body has the following properties:
Attribute | Type | Description |
---|---|---|
FieldId | integer | Field ID |
Name | string | Specification Value Name |
Text | string | Specification Value Text |
IsActive | boolean | Shows if the Category is active or not |
Position | integer | The current Specification Value’s position in comparison to the others |
Request body example
{
"FieldId": 101,
"Name": "Teste",
"Text": null,
"IsActive": true,
"Position": 1
}
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
FieldId | integer | Field ID |
Name | string | Specification Value Name |
Text | string | Specification Value Text |
IsActive | boolean | Shows if the Category is active or not |
Position | integer | The current Specification Value’s position in comparison to the others |