Question: Create

Create a new Question.

path Parameters
accountId
required
string
query Parameters
v
required
string

A date in YYYYMMDD format.

Request Body schema: application/json
entityId
required
string

ID of the entity associated to this question.

site
string

Site on which to create this question.

name
required
string

The name of the author of the question.

email
required
string

The email of the author of the question.

questionText
required
string

The question that is being asked.

questionDescription
string

Additional details for this question.

questionLanguage
required
string

The language code of the language that the question is being asked in.

Responses

Request samples

Content type
application/json
{
  • "entityId": "string",
  • "site": "string",
  • "name": "string",
  • "email": "string",
  • "questionText": "string",
  • "questionDescription": "string",
  • "questionLanguage": "string"
}

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": { }
}
Feedback