POST api/Fun/AppSaveNewsActionQA

AppSaveNewsActionQA

Request Information

URI Parameters

None.

Body Parameters

AppSaveNewsActionQA
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

QuestionID

integer

None.

AnswerID

integer

None.

Enter

string

None.

Confirm

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "8e175979-a6ff-4886-9041-bfce8ae381be",
  "QuestionID": 1,
  "AnswerID": 1,
  "Enter": "sample string 1",
  "Confirm": true,
  "UserUUIDCur": "09758734-049d-441c-b48d-2bed3fd6c85d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveNewsActionQA_Response
NameDescriptionTypeAdditional information
QAUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

QuestUUID

globally unique identifier

None.

QuestionIDLng

integer

None.

QuestionID

integer

None.

AnswerID

integer

None.

AnswerIDLng

integer

None.

LanguageID

integer

None.

EntryTime

date

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "QAUUID": "fab4db8c-df3d-4494-a4a2-f936f03da84a",
  "UserUUID": "ad6403df-c703-4b8d-a848-e9e459bbebc9",
  "QuestUUID": "7f835744-f282-48e6-9f30-04e11ba70dd1",
  "QuestionIDLng": 4,
  "QuestionID": 5,
  "AnswerID": 6,
  "AnswerIDLng": 7,
  "LanguageID": 8,
  "EntryTime": "2025-04-19T09:09:01.9907146+03:00",
  "UserUUIDCur": "6bcf8a2b-2f9e-4756-a4ef-1c0f9e0768c1"
}