How to add or get Activity Notes via API
-
Hello I’m working with your API and everything has worked fine so far. I am creating and modifying contacts without any problem. But now I’m trying to use the “Notes” field to receive the values ??from a form and it’s not working. I can’t see the value on customer dashboard. These are the parameters I’m passing to the API:
{
“fname”: “John”,
“lname”: “Doe”,
“email”: “[email protected]”,
“status”: “Lead”,
“prefix”: “Mr”,
“addr1”: “1 Sample Road”,
“addr2”: “Sample Town”,
“city”: “Sampleton”,
“county”: “Samples”,
“postcode”: “SAM PL4”,
“hometel”: “123 455”,
“worktel”: “”,
“mobtel” : “555 135”,
“notes” : “Test test test test”
}What is the correct sintax to pass “Notes” value via JSON to API?
Thank you.
- The topic ‘How to add or get Activity Notes via API’ is closed to new replies.