Zoho Creator · Example Payload

Add Record Response

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications

Add Record Response is an example object payload from Zoho Creator, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessagedata

Example Payload

Raw ↑
{
  "code": 3000,
  "message": "Data Added Successfully",
  "data": {
    "ID": "3894000000018001"
  }
}