POST api/schema/Schemas/{schemaTableRowId}/Data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schemaTableRowId | decimal number |
Required |
Body Parameters
DataRequest| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.