POST api/v1/saveupdateform

Request Information

Body Parameters

Form
NameDescriptionTypeAdditional information
Id

integer

None.

FormGUID

globally unique identifier

None.

FormName

string

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

ClientId

integer

None.

CategoryMasterId

integer

None.

Request Formats
{
  "Id": 1,
  "FormGUID": "868b95a3-9ddb-4fc3-aaa0-b0243c70af9c",
  "FormName": "sample string 3",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "CreatedOn": "2025-07-15T07:55:56.4958608+00:00",
  "CreatedBy": 7,
  "ModifiedOn": "2025-07-15T07:55:56.4958608+00:00",
  "ModifiedBy": 1,
  "ClientId": 8,
  "CategoryMasterId": 1
}
{"Id":1,"FormGUID":"868b95a3-9ddb-4fc3-aaa0-b0243c70af9c","FormName":"sample string 3","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-07-15T07:55:56.4958608+00:00","CreatedBy":7,"ModifiedOn":"2025-07-15T07:55:56.4958608+00:00","ModifiedBy":1,"ClientId":8,"CategoryMasterId":1}
<Form xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign">
  <CategoryMasterId>1</CategoryMasterId>
  <ClientId>8</ClientId>
  <CreatedBy>7</CreatedBy>
  <CreatedOn>2025-07-15T07:55:56.4958608+00:00</CreatedOn>
  <FormGUID>868b95a3-9ddb-4fc3-aaa0-b0243c70af9c</FormGUID>
  <FormName>sample string 3</FormName>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-07-15T07:55:56.4958608+00:00</ModifiedOn>
</Form>

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>