# 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: application/json (object) - **SessionType** (string) SessionType must be either 'client', 'adviser' or 'prefill'. - **BackOfficeAccountID** (string(uuid) | null) The BackOfficeAccountID of the client(s) ## 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 Client 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)