# Create fact find session **POST /api/v2/clients/backoffice/{BackOfficeID}/factfind/session** This endpoint allows you to create a new fact find session for a client. 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. ## Body parameters Content-type: application/json - **SessionType** (string) SessionType must be either 'client', 'adviser' or 'prefill'. - **BackOfficeAccountID** (string(uuid) | null) The BackOfficeAccountID of the client(s) ## Responses ### 200: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (object) ### 422: Validation error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) - **data** (object) Example validation error message. ### 403: Permission error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 404: Client not found. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 500: Internal Server Error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)