# Add a new PersonLogBookEntry **POST /api/crm/person_log_book_entry** ## 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 Add a new PersonLogBookEntry #### Body: application/json (object) - **id** (integer) - **person** (object) - **company** (object) - **content** (string) - **content_type** (string) - **content_type_addition** (string) - **start** (string(date-time)) - **start_billing** (string(date-time)) - **end** (string(date-time)) - **product** (object) - **unified_category** (object) - **discount_start** (string(date-time)) - **discount_end** (string(date-time)) - **discount_product** (object) - **free_start** (string(date-time)) - **free_end** (string(date-time)) - **free_product** (object) - **passive_start** (string(date-time)) - **passive_end** (string(date-time)) - **passive_product** (object) - **invoices** (array[object]) - **created** (string(date-time)) - **updated** (string(date-time)) - **search_string** (string) - **billing_payment_profile** (object) - **payment_type** (object) [Powered by Bump.sh](https://bump.sh)