claude-memory/graph/solutions/poolbrainapscustomer-model-for-esb-integration-d2a6c0.md

1018 B

id type title tags importance confidence created updated relations
d2a6c0e5-28b1-4c2a-a108-b8fcb7b8c0e1 solution PoolbrainAPSCustomer model for ESB integration
esb-monorepo
python
pydantic
poolbrain
integration
feat
0.6 0.8 2026-01-08T19:54:42.474663+00:00 2026-03-04T17:05:57.645586+00:00
target type direction strength edge_id
d0ac9986-d5a7-4c38-acb2-5110abcbc870 SOLVES outgoing 0.77 4511a8f3-b63c-4f74-a820-41e4bb9921cd

Added PoolbrainAPSCustomer model extending base Customer with 30 field mappings for Poolbrain APS integration. Key changes: (1) Created poolbrain_aps.py with specialized fields and validators for booleans, timestamps, tax_rate (2) Updated poolbrain-aps.json with field_aliases mapping source->target fields (3) Added db_platform_code/db_source_code to PlatformConfig model (4) Registered new model in ObjectFactory. Note: Base Customer requires customer_type, customer_description, tax_exempt - getter is responsible for providing these.