Zoho Creator API V2 JSON Payload
Hi,
I am trying to create/update records to Z-Creator when an Item is updated/added in Z-Inventory.
I am getting a response code of 3020 - API request's body is either missing or incomplete. I followed everything based on the API v2 Documentation of Creator when creating a record. I am wondering what am I missing.
Here is the sample payload:
{
"data":{
"Inventory_Item_ID":"131711000000089005",
"Name":"2111-F2
SAMPLE"
},
"result":{
"fields":[
"Name",
"Inventory_Item_ID"
],
"message":true,
"tasks":true
}
}
I tried circling around the payload by removing the result JSON, leaving only the data JSON. I tried directly using the MAP I used for the data JSON.
But I'm still getting the same response.
Really need help on this.
Thank you!