POST api/v1/saveupdateformfield

Request Information

Body Parameters

FormField
NameDescriptionTypeAdditional information
Id

integer

None.

FormGUID

globally unique identifier

None.

GroupName

string

None.

FieldType

string

None.

Code

string

None.

FieldName

string

None.

Caption

string

None.

Placeholder

string

None.

IsRequired

boolean

None.

RequiredMessage

string

None.

MinLength

integer

None.

MaxLength

integer

None.

Min

integer

None.

Max

integer

None.

SortOrder

integer

None.

CSS

string

None.

HideCondition

string

None.

ListId

integer

None.

IsFilter

boolean

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

IsPriceAttribute

boolean

None.

IsVariantBased

boolean

None.

IsInteger

boolean

None.

Tooltip

string

None.

Request Formats
{
  "Id": 1,
  "FormGUID": "318661cd-443a-454a-9703-0930f170cc74",
  "GroupName": "sample string 3",
  "FieldType": "sample string 4",
  "Code": "sample string 5",
  "FieldName": "sample string 6",
  "Caption": "sample string 7",
  "Placeholder": "sample string 8",
  "IsRequired": true,
  "RequiredMessage": "sample string 10",
  "MinLength": 1,
  "MaxLength": 1,
  "Min": 1,
  "Max": 1,
  "SortOrder": 1,
  "CSS": "sample string 11",
  "HideCondition": "sample string 12",
  "ListId": 1,
  "IsFilter": true,
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedOn": "2025-06-18T11:35:07.1590803+00:00",
  "CreatedBy": 17,
  "ModifiedOn": "2025-06-18T11:35:07.1590803+00:00",
  "ModifiedBy": 1,
  "IsPriceAttribute": true,
  "IsVariantBased": true,
  "IsInteger": true,
  "Tooltip": "sample string 21"
}
{"Id":1,"FormGUID":"318661cd-443a-454a-9703-0930f170cc74","GroupName":"sample string 3","FieldType":"sample string 4","Code":"sample string 5","FieldName":"sample string 6","Caption":"sample string 7","Placeholder":"sample string 8","IsRequired":true,"RequiredMessage":"sample string 10","MinLength":1,"MaxLength":1,"Min":1,"Max":1,"SortOrder":1,"CSS":"sample string 11","HideCondition":"sample string 12","ListId":1,"IsFilter":true,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T11:35:07.1590803+00:00","CreatedBy":17,"ModifiedOn":"2025-06-18T11:35:07.1590803+00:00","ModifiedBy":1,"IsPriceAttribute":true,"IsVariantBased":true,"IsInteger":true,"Tooltip":"sample string 21"}
<FormField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign">
  <CSS>sample string 11</CSS>
  <Caption>sample string 7</Caption>
  <Code>sample string 5</Code>
  <CreatedBy>17</CreatedBy>
  <CreatedOn>2025-06-18T11:35:07.1590803+00:00</CreatedOn>
  <FieldName>sample string 6</FieldName>
  <FieldType>sample string 4</FieldType>
  <FormGUID>318661cd-443a-454a-9703-0930f170cc74</FormGUID>
  <GroupName>sample string 3</GroupName>
  <HideCondition>sample string 12</HideCondition>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsFilter>true</IsFilter>
  <IsInteger>true</IsInteger>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <IsPriceAttribute>true</IsPriceAttribute>
  <IsRequired>true</IsRequired>
  <IsVariantBased>true</IsVariantBased>
  <ListId>1</ListId>
  <Max>1</Max>
  <MaxLength>1</MaxLength>
  <Min>1</Min>
  <MinLength>1</MinLength>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-06-18T11:35:07.1590803+00:00</ModifiedOn>
  <Placeholder>sample string 8</Placeholder>
  <RequiredMessage>sample string 10</RequiredMessage>
  <SortOrder>1</SortOrder>
  <Tooltip>sample string 21</Tooltip>
</FormField>

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>