Appends data to the specified data source
POST/data-sources/:dataSourceId/rows
Data can be appended to the specified data source using this API call.
The operation may work in two ways: synchronous or asynchronous. By default the
operation is synchronous if only one data row is sent in the request body. If
more than one data row is sent, the operation is asynchronous. You can force
the operation to be asynchronous even if only one row is sent by setting the
Prefer header to respond-async. Asynchronous operation returns http code
202 Accepted, while synchronous operation returns http code 201 Created.
Request
Path Parameters
Id of the specified data source
- application/json
Body
required
- MOD1
- DataSourceRowObjectInput
- Array [ 
- DataSourceRowArrayInput
- DataSourceRowObjectInput
- Array [ 
- MOD2
- Array [ 
- MOD1
- MOD2
- MOD3
- NullableObject
- ] 
- ] 
- MOD2
- Array [ 
- MOD1
- MOD2
- MOD3
- NullableObject
- ] 
- ] 
- MOD2
- Array [ 
- MOD1
- MOD2
- MOD3
- NullableObject
- ] 
oneOf
oneOf
oneOf
oneOf
string
boolean
number
object
property name*
DataRowNestableColumn
oneOf
oneOf
string
boolean
number
object
property name*
DataRowNestableColumn
oneOf
oneOf
string
boolean
number
object
Responses
- 201
- 202
- 401
- 403
- 404
- 422
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- CustomerRequestTriggerAction
- ] 
- ] 
rows
object[]
triggered_actions
object[]
oneOf
Possible values: [customer-request]
request
CustomerRequest
Request id
Request url to be sent to customer
{
  "rows": [
    {
      "id": 0,
      "triggered_actions": [
        {}
      ]
    }
  ]
}
Accepted
Unauthenticated
- application/problem+json
- Schema
- Example (from schema)
Schema
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
Possible values: >= 100 and < 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
  "title": "string",
  "status": 503,
  "detail": "Connection to database timed out",
  "instance": "string"
}
Unauthorized
- application/problem+json
- Schema
- Example (from schema)
Schema
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
Possible values: >= 100 and < 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
  "title": "string",
  "status": 503,
  "detail": "Connection to database timed out",
  "instance": "string"
}
Not found
- application/problem+json
- Schema
- Example (from schema)
Schema
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
Possible values: >= 100 and < 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
  "title": "string",
  "status": 503,
  "detail": "Connection to database timed out",
  "instance": "string"
}
Unprocessable Entity
- application/problem+json
- Schema
- Example (from schema)
Schema
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
Possible values: >= 100 and < 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
  "title": "string",
  "status": 503,
  "detail": "Connection to database timed out",
  "instance": "string"
}
Unknown error
- application/problem+json
- Schema
- Example (from schema)
Schema
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
Possible values: >= 100 and < 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
  "title": "string",
  "status": 503,
  "detail": "Connection to database timed out",
  "instance": "string"
}