# Create a fact-find question condition **POST /api/v2/fact-find/fact-find-questions/{fact_find_question_uuid}/factFindQuestionCondition** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **fact_find_question_uuid** (string) ### Body: application/json (object) - **fact_find_question_id** (integer) The ID of the fact find question that this condition belongs to. - **target_fact_find_question_id** (integer) The ID of the fact find question that this condition relates to as a field. - **operator** (string) The operator to be used for the condition. - **value** (string) The value of this condition. - **has_conditional** (boolean) Has the question got any conditions. - **condition_type** (string) ALL/ANY. ## Responses ### 201 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **operator** (string) Condition operator - **value** (string) Condition value [Powered by Bump.sh](https://bump.sh)