POST api/schema/Schemas/{schemaTableRowId}/Data

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schemaTableRowId

decimal number

Required

Body Parameters

DataRequest
NameDescriptionTypeAdditional information
data

Collection of rowContainer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "row": [
        {
          "columns": [
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            },
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            }
          ]
        },
        {
          "columns": [
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            },
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            }
          ]
        }
      ]
    },
    {
      "row": [
        {
          "columns": [
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            },
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            }
          ]
        },
        {
          "columns": [
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            },
            {
              "column": {
                "columnName": "sample string 1",
                "columnValue": "sample string 2"
              }
            }
          ]
        }
      ]
    }
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.