# Create a form question **POST /forms/{formId}/questions** Create a form question ## Servers - https://api.development.pexipengage.com/enterprises/acme: https://api.development.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain - **Accept-Language** (string) Returns the requested resources translated according to the passed languages (see [translatable resources](../topic/topic-languages-translations\#topic-translatable-resources)) #### Path parameters - **formId** (string) ## Body parameters Content-type: application/json - **defaultValue** (string | null) - **externalId** (string | null) - **targetProperty** (string | null) - **required** (boolean | null) - **hidden** (boolean | null) - **inputType** (string) - **validator** (object | null) - **translations** (object) - **order** (integer | null) - **fetchConfigurationId** (string | null) - **answerOptions** (array[object] | null) ## Responses ### 201: Successful operation #### Body Parameters: application/json (object) - **data** (object) ### 404: Resource not found #### Body Parameters: application/json (object) - **errors** (array[object]) ### 422: Business validation failed * `QUESTION_NON_SELECTION_TYPE_WITH_ANSWER_OPTIONS` See [Error codes](#topic-error-codes) #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)