feat(customers): add controlled CSV and XLSX customer import
This commit is contained in:
parent
613ffdc8b7
commit
82e03877b3
566 changed files with 2752 additions and 991 deletions
|
|
@ -26,6 +26,8 @@ from app.schemas.common import EntityRead, ORMModel
|
|||
|
||||
class CustomerCreate(ORMModel):
|
||||
customer_type: CustomerType
|
||||
source_system: str | None = None
|
||||
external_id: str | None = None
|
||||
name: str
|
||||
street: str | None = None
|
||||
postal_code: str | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue