POST api/v1/add-edit-faq-data

Request Information

Body Parameters

FAQListingModel
NameDescriptionTypeAdditional information
FAQId

integer

None.

Question

string

None.

Answer

string

None.

FAQGroupId

integer

None.

IsLogicalDeleted

boolean

None.

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ChildSellerId

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

SortOrder

integer

None.

FAQGroupName

string

None.

RowRank

integer

None.

ClientId

integer

None.

Request Formats
{
  "FAQId": 1,
  "Question": "sample string 2",
  "Answer": "sample string 3",
  "FAQGroupId": 4,
  "IsLogicalDeleted": true,
  "IsActive": true,
  "CreatedOn": "2026-02-05T05:27:39.1041865+00:00",
  "CreatedBy": 8,
  "ChildSellerId": 9,
  "ModifiedOn": "2026-02-05T05:27:39.1041865+00:00",
  "ModifiedBy": 1,
  "SortOrder": 1,
  "FAQGroupName": "sample string 10",
  "RowRank": 1,
  "ClientId": 11
}
{"FAQId":1,"Question":"sample string 2","Answer":"sample string 3","FAQGroupId":4,"IsLogicalDeleted":true,"IsActive":true,"CreatedOn":"2026-02-05T05:27:39.1041865+00:00","CreatedBy":8,"ChildSellerId":9,"ModifiedOn":"2026-02-05T05:27:39.1041865+00:00","ModifiedBy":1,"SortOrder":1,"FAQGroupName":"sample string 10","RowRank":1,"ClientId":11}
<FAQListingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.FAQ">
  <Answer>sample string 3</Answer>
  <ChildSellerId>9</ChildSellerId>
  <ClientId>11</ClientId>
  <CreatedBy>8</CreatedBy>
  <CreatedOn>2026-02-05T05:27:39.1041865+00:00</CreatedOn>
  <FAQGroupId>4</FAQGroupId>
  <FAQGroupName>sample string 10</FAQGroupName>
  <FAQId>1</FAQId>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2026-02-05T05:27:39.1041865+00:00</ModifiedOn>
  <Question>sample string 2</Question>
  <RowRank>1</RowRank>
  <SortOrder>1</SortOrder>
</FAQListingModel>

Sample not available.

Response Information

Description:

Return type: integer

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