# Create fact find request **POST /api/v2/clients/backoffice/{BackOfficeID}/factfind** This endpoint allows you to generate a fact find request. If the company has the adviser field enforced, the client and related client should both have an adviser set. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **BackOfficeID** (string(uuid)) The BackOfficeID of the client. If BackOfficeID is set and the client does NOT yet exist in FinCalc, we will create a shell of the client by getting basic information from the back office. ### Body: application/json (object) - **FactFindTemplateGUID** (string(uuid)) The GUID relating to the Fact Find Template that you wish to allocate to the client(s) - **IncludeRelatedClient** (integer) An integer representing whether to include the related client in the fact find request, if omitted from the payload we will assume no. - 1: Yes - 2: No - **ExcludeFormattedValues** (string | null) If set to any value, formatted values will be excluded from the response. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **data** (object) ### 422 Validation error. #### Body: application/json (object) - **success** (boolean) - **message** (string) - **data** (object) Example validation error message. ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Template not found. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 500 Internal Server Error. #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)