POST api/TallyAPI/DataTableToJSONWithJavaScriptSerializer

Documentation for 'DataTableToJSONWithJavaScriptSerializer'.

Request Information

Parameters

NameDescriptionAdditional information
table
Documentation for 'table'.

Define this parameter in the request body.

Request body formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "sample string 1": {
      "$id": "2"
    },
    "sample string 3": {
      "$id": "3"
    },
    "sample string 5": {
      "$id": "4"
    }
  },
  {
    "$id": "5",
    "sample string 1": {
      "$id": "6"
    },
    "sample string 3": {
      "$id": "7"
    },
    "sample string 5": {
      "$id": "8"
    }
  },
  {
    "$id": "9",
    "sample string 1": {
      "$id": "10"
    },
    "sample string 3": {
      "$id": "11"
    },
    "sample string 5": {
      "$id": "12"
    }
  }
]