POST
api/v1/add-edit-faq-group-data
Request Information
Body Parameters
FAQGroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FAQId | integer |
None. |
|
| FAQGroupId | integer |
None. |
|
| Name | string |
None. |
|
| SortOrder | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsLogicalDeleted | boolean |
None. |
|
| ClientId | integer |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ChildSellerId | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
{
"FAQId": 1,
"FAQGroupId": 1,
"Name": "sample string 2",
"SortOrder": 1,
"IsActive": true,
"IsLogicalDeleted": true,
"ClientId": 5,
"CreatedOn": "2026-02-05T05:27:38.4622648+00:00",
"CreatedBy": 1,
"ChildSellerId": 1,
"ModifiedOn": "2026-02-05T05:27:38.4622648+00:00",
"ModifiedBy": 1
}
text/html
{"FAQId":1,"FAQGroupId":1,"Name":"sample string 2","SortOrder":1,"IsActive":true,"IsLogicalDeleted":true,"ClientId":5,"CreatedOn":"2026-02-05T05:27:38.4622648+00:00","CreatedBy":1,"ChildSellerId":1,"ModifiedOn":"2026-02-05T05:27:38.4622648+00:00","ModifiedBy":1}
application/xml, text/xml
<FAQGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.FAQ"> <ChildSellerId>1</ChildSellerId> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2026-02-05T05:27:38.4622648+00:00</CreatedOn> <FAQGroupId>1</FAQGroupId> <FAQId>1</FAQId> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2026-02-05T05:27:38.4622648+00:00</ModifiedOn> <Name>sample string 2</Name> <SortOrder>1</SortOrder> </FAQGroupModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
