I have this JSON model:
- {
- "employees": [
- {
- "mandt": 100,
- "pers_no": 1,
- "title_p": "Mr.",
- "firstname": "Fridolin",
- "lastname": "Bauqlec",
- "department": "Development",
- "function": "SAPcustomerDevelopment",
- "tel_numbr": "06205/29-0",
- "mob_numbr": "0152/121315",
- "e_mail": "f.bauqlec@bwzrtab.com"
- }
- ]
- }
I want create new entity in model use my SAPUI5 application.
Please help me with it.
Thanks.