Question: Create
Create a new Question.
path Parameters
| accountId required | string |
query Parameters
| v required | string A date in |
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
- Payload
Content type
application/json
{- "entityId": "string",
- "site": "string",
- "name": "string",
- "email": "string",
- "questionText": "string",
- "questionDescription": "string",
- "questionLanguage": "string"
}Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": { }
}