# Update / create fields of public session **POST /api/cp/public_session** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Update fields of public session #### Body: application/json (object) - **id** (integer) - **token** (string) - **person_first_name** (string) - **person_last_name** (string) - **person_email** (string) - **person_phone** (string) - **company_name** (string) - **company_email** (string) - **company_phone** (string) - **company_address** (string) - **company_address_street_level** (string) - **company_address_co** (string) - **company_address_city** (string) - **company_address_zip** (string) - **company_address_country** (string) - **person_address** (string) - **person_address_street_level** (string) - **person_address_co** (string) - **person_address_city** (string) - **person_address_zip** (string) - **person_address_country** (string) - **person_birthday** (string(date-time)) - **person_gender** (string) - **created** (string(date-time)) - **updated** (string(date-time)) [Powered by Bump.sh](https://bump.sh)