Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.46 KB

CustomerDTO.md

File metadata and controls

33 lines (31 loc) · 1.46 KB

CustomerDTO

Properties

Name Type Description Notes
id Long [optional]
idNumber String [optional]
name String [optional]
fullName String [optional]
notes String [optional]
billingAddress AddressDTO [optional]
correspondenceAddress AddressDTO [optional]
contact ContactDTO [optional]
branchId Long [optional]
leadSourceId Long [optional]
customFields List<CustomFieldDTO> [optional]
status StatusEnum [optional]
responsiblePersons CustomerResponsiblePersonsDTO [optional]
accounting CustomerAccountingDTO [optional]
contractNumber String [optional]
salesNotes String [optional]
accountOnCustomerServer String [optional]
persons List<CustomerPersonDTO> [optional]
categoriesIds List<Long> [optional]
industriesIds List<Long> [optional]

Enum: StatusEnum

Name Value
ACTIVE "ACTIVE"
INACTIVE "INACTIVE"
POTENTIAL "POTENTIAL"