Skip to content

Instantly share code, notes, and snippets.

@dubeyji10
Created May 19, 2022 12:17
Show Gist options
  • Save dubeyji10/72cc591745aaf5235138924570a879d5 to your computer and use it in GitHub Desktop.
Save dubeyji10/72cc591745aaf5235138924570a879d5 to your computer and use it in GitHub Desktop.
example - json schema of clients
{
"id": 14,
"contact_person1": "Ajay Laddha",
"contact_person2": "",
"company_name": "Neha Collection",
"company_grade": "D",
"phone_no": null,
"mobile_no1": "7567369544",
"mobile_no2": null,
"email": "[email protected]",
"designation": "N/A",
"address": "",
"website": "",
"last_conversation": null,
"followup_on": null,
"last_mail_no": 0,
"last_mail_on": null,
"last_sms_no": 0,
"last_sms_on": null,
"email2": null,
"Country": "India",
"phonecode": "91"
},
{
"id": 15,
"contact_person1": "Rajaram",
"contact_person2": "",
"company_name": "Hospira Healthcare",
"company_grade": "C",
"phone_no": null,
"mobile_no1": "8754421797",
"mobile_no2": null,
"email": "[email protected]",
"designation": "GM",
"address": "",
"website": "www.hospira.com",
"last_conversation": null,
"followup_on": null,
"last_mail_no": 0,
"last_mail_on": null,
"last_sms_no": 0,
"last_sms_on": null,
"email2": null,
"Country": "India",
"phonecode": "91"
},
{
"data": [
{
"phone_no": "1127662182",
"Owner": {
"name": "Rajat Gupta",
"id": "348201000000231176",
"email": "[email protected]"
},
"Email": "[email protected]",
"$currency_symbol": "₹",
"$field_states": null,
"last_sms_no": null,
"$review_process": {
"approve": false,
"reject": false,
"resubmit": false
},
"clients_user_id": null,
"client_id": "00000000000000000002",
"last_mail_on": null,
"Name": "Global Medikit Ltd",
"Last_Activity_Time": null,
"last_mail_no": null,
"Record_Image": null,
"email2": null,
"Modified_By": {
"name": "Jitendra Kumar",
"id": "348201000000229001",
"email": "[email protected]"
},
"$review": null,
"$state": "save",
"Unsubscribed_Mode": null,
"$process_flow": false,
"id": "348201000000252942",
"contact_person1": "Krishan",
"$approved": true,
"contact_person2": null,
"$approval": {
"delegate": false,
"approve": false,
"reject": false,
"resubmit": false
},
"Modified_Time": "2022-05-19T15:01:34+05:30",
"website": "http://www.medikitglobal.com/",
"address": "No.3, Dr. G.C. Narang Marg,New Delhi – 110 007, India",
"local_id": "13",
"Created_Time": "2022-05-19T15:01:34+05:30",
"company_grade": "B",
"Unsubscribed_Time": null,
"mobile_no1": "9811119219",
"$editable": true,
"phonecode": "91",
"followup_on": null,
"mobile_no2": null,
"$orchestration": false,
"last_conversation": null,
"$in_merge": false,
"last_sms_on": null,
"company_name": "Global Medikit Ltd",
"Country": "India",
"designation": "Director",
"Tag": [],
"Created_By": {
"name": "Jitendra Kumar",
"id": "348201000000229001",
"email": "[email protected]"
},
"$approval_state": "approved"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment