POST api/JZ

Request Information

URI Parameters

None.

Body Parameters

QuestionsInfo2
NameDescriptionTypeAdditional information
Id

integer

None.

WebSiteId

integer

None.

Title

string

Required

QType

integer

None.

KeyId

string

String length: inclusive between 0 and 50

OptionA

string

String length: inclusive between 0 and 512

OptionB

string

String length: inclusive between 0 and 512

OptionC

string

String length: inclusive between 0 and 512

OptionD

string

String length: inclusive between 0 and 512

OptionE

string

String length: inclusive between 0 and 512

OptionF

string

String length: inclusive between 0 and 512

OptionG

string

String length: inclusive between 0 and 512

OptionH

string

String length: inclusive between 0 and 512

Notes

string

None.

Answer

string

String length: inclusive between 0 and 512

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "WebSiteId": 2,
  "Title": "sample string 3",
  "QType": 4,
  "KeyId": "sample string 5",
  "OptionA": "sample string 6",
  "OptionB": "sample string 7",
  "OptionC": "sample string 8",
  "OptionD": "sample string 9",
  "OptionE": "sample string 10",
  "OptionF": "sample string 11",
  "OptionG": "sample string 12",
  "OptionH": "sample string 13",
  "Notes": "sample string 14",
  "Answer": "sample string 15",
  "CreateDate": "2025-04-25T20:30:31.6911591+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.