{
"tenant": "zegoal",
"account_id": "3",
"contacts": [
{
"contact_id": 6
},
{
"contact_id": 9
}
]
}
CODE
{
"processing_result": {
"text": "success",
"status": "ok",
"code": 0
},
"processing_date": "2019-11-16 15:17:23",
"DeleteAccountContacts": {
"response": {
"deleted_contacts": [
{
"contact_type": "tech_spec",
"contact_name": "contact1",
"contact_mobile_num": "67_1",
"contact_id": 9,
"contact_email": "email@com1",
"contact_desc": "desc"
},
{
"contact_type": "tech_spec",
"contact_name": "Name6",
"contact_mobile_num": "067_1",
"contact_id": 6,
"contact_email": "email@com",
"contact_desc": "desc"
}
]
},
"request": {
"tenant": "zegoal",
"contacts": [
{
"contact_id": 6
},
{
"contact_id": 9
}
],
"account_id": "3"
},
"TZ": "Europe/Kiev"
}
}
}
CODE