POST
api/v1/addorupdate_vocabulary_values
Request Information
Body Parameters
ListVocabularyItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ListId | integer |
None. |
|
| Value | string |
None. |
|
| ParentId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsLogicalDeleted | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| SortOrder | integer |
None. |
|
| BusinessType | integer |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"ListId": 2,
"Value": "sample string 3",
"ParentId": 1,
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedOn": "2026-02-04T11:18:42.6204136+00:00",
"CreatedBy": 7,
"ModifiedOn": "2026-02-04T11:18:42.6204136+00:00",
"ModifiedBy": 1,
"SortOrder": 1,
"BusinessType": 8
}
text/html
{"Id":1,"ListId":2,"Value":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-02-04T11:18:42.6204136+00:00","CreatedBy":7,"ModifiedOn":"2026-02-04T11:18:42.6204136+00:00","ModifiedBy":1,"SortOrder":1,"BusinessType":8}
application/xml, text/xml
<ListVocabularyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign"> <BusinessType>8</BusinessType> <CreatedBy>7</CreatedBy> <CreatedOn>2026-02-04T11:18:42.6204136+00:00</CreatedOn> <Id>1</Id> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ListId>2</ListId> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2026-02-04T11:18:42.6204136+00:00</ModifiedOn> <ParentId>1</ParentId> <SortOrder>1</SortOrder> <Value>sample string 3</Value> </ListVocabularyItem>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
