Hi All,
I am trying to create contact and case in one web api request using the following link
Following is my code
{
"casetypecode":2,
title":"Test Case Web aPI",
"customerid_contact" :{
"firstname": "Test Contact with Case with Note",
"lastname": "Web APi Call",
"emailaddress1": "abc@abc.com",
"telephone1": "231497979"
}
}
However I am getting following error :
"You should specify a contact or account."
Any help in this regard highly appreciated.
Thanks