Untitled Note
By: Anonymous7/12/20234 views Public Note
Create Company :
1- name (String)
2- email (String)
3- phoneNumber (String)
4- mobileNumber (String)
5- website (String)
6- address (String)
7- category (Enum)
a- medical
b- academic
c- marketing
d- network
e- software
f- education
8- contact (class)
a- name (String)
b- title (String)
c- mobileNumber (String)
d- birthdayOfContact (DateTime)
9- companySize (Enum)
a- lessThan10_employees,
b- from10to100_employees,
c- from100to500_employees,
d- moreThan500_employees,
10-levelOfInterest(Enum)
a-currentClient,
b-potentialClient,
c-interested,
d-notInerested,
e-notImportant,
11- notes (String)
12- images (List) (New)
13- vip (bool) (New)
14- numberOfBrands (String) (New)
15- numberOfSubsidiaries (String) (New)
16- Exhibitions (class) (New)
a- exhibitionName (String)
b- typeOfSponsor (String)
c- squareMetersExhibitions (String)
d- isPaid (Bool)
Add Action : (new)
1-actionType (enum)
a-call
b-email
c-notes
2-dateTime (DateTime)
3-notes (String)