Search

Insert Data into Jiffy Table

Articles

Use this API to insert a record into Jiffy Table.

  • API: https://{DOMAIN}/docube/api/jiffytable/path/{AppGroupName}/{AppName}/{TableName}/record
  • API Type: POST
  • Authentication Type: Token- Based Authentication
  • Request API:

    {
    “Execution State”: “New”,
    “ColumnName”: “Value” }

  • Sample API Body:

    {
    “Execution State”: “New”,
    “EmployeeName”: “John Smith” }

  • Sample Response:

    {
    “status”: “SUCCESS”,
    “records”: {
    “id”: “6137af5d7a768857ce6af0c7”,
    “record”: {
    “Execution State”: “New”,
    “EmployeeName”: “John Smith”,
    “UpdatedDate”: 1631039325542,
    “CreatedDate”: 1631039325542,
    “UUID”: “6137af5d7a768857ce6af0c7”,
    “Lock”: “false”,
    “CreatedBy”: “user1”,
    “UpdatedBy”: “user1”,},
    “errors”: [],
    “status”: “SUCCESS” } }

To view all the APIs, click here.

Did you find what you were looking for?