POST api/v1/saveupdatevocabulary

Request Information

Body Parameters

ListVocabulary
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Code

string

None.

ParentId

integer

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ClientId

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

SquenceId

integer

None.

Request Formats
{
  "Id": 1,
  "Name": "sample string 2",
  "Code": "sample string 3",
  "ParentId": 1,
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedOn": "2025-06-18T12:21:18.5540135+00:00",
  "CreatedBy": 7,
  "ClientId": 8,
  "ModifiedOn": "2025-06-18T12:21:18.5540135+00:00",
  "ModifiedBy": 1,
  "SquenceId": 1
}
{"Id":1,"Name":"sample string 2","Code":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T12:21:18.5540135+00:00","CreatedBy":7,"ClientId":8,"ModifiedOn":"2025-06-18T12:21:18.5540135+00:00","ModifiedBy":1,"SquenceId":1}
<ListVocabulary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign">
  <ClientId>8</ClientId>
  <Code>sample string 3</Code>
  <CreatedBy>7</CreatedBy>
  <CreatedOn>2025-06-18T12:21:18.5540135+00:00</CreatedOn>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-06-18T12:21:18.5540135+00:00</ModifiedOn>
  <Name>sample string 2</Name>
  <ParentId>1</ParentId>
  <SquenceId>1</SquenceId>
</ListVocabulary>

Sample not available.

Response Information

Description:

Return type: string

Response Formats
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>