POST
api/v1/saveupdateform
Request Information
Body Parameters
Form| Name | Description | Type | Additional 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
application/json, text/json
{
"Id": 1,
"FormGUID": "e007f580-bb19-47d8-aa27-a5dcb826515d",
"FormName": "sample string 3",
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedOn": "2026-02-04T11:18:45.0306106+00:00",
"CreatedBy": 7,
"ModifiedOn": "2026-02-04T11:18:45.0306106+00:00",
"ModifiedBy": 1,
"ClientId": 8,
"CategoryMasterId": 1
}
text/html
{"Id":1,"FormGUID":"e007f580-bb19-47d8-aa27-a5dcb826515d","FormName":"sample string 3","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-02-04T11:18:45.0306106+00:00","CreatedBy":7,"ModifiedOn":"2026-02-04T11:18:45.0306106+00:00","ModifiedBy":1,"ClientId":8,"CategoryMasterId":1}
application/xml, text/xml
<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>2026-02-04T11:18:45.0306106+00:00</CreatedOn> <FormGUID>e007f580-bb19-47d8-aa27-a5dcb826515d</FormGUID> <FormName>sample string 3</FormName> <Id>1</Id> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2026-02-04T11:18:45.0306106+00:00</ModifiedOn> </Form>
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>
