Hi
This page's Sample Request (and on the other DatabaseTable pages) says the Data property requires an object inside an array inside an array.
But isn't this incorrect? Shouldn't it just be an array inside an array? Where the contents of the inner array would be basic data types?
Sample request says:
"Data": [ [ {} ], [ {} ] ]
Should be:
"Data": [ [], [] ]
Espen Steen
Cloud Connection
Document Details
⚠ Do not edit this section. It is required for docs.superOffice.com ➟ Docs Team processing.
Hi
This page's Sample Request (and on the other DatabaseTable pages) says the Data property requires an object inside an array inside an array.
But isn't this incorrect? Shouldn't it just be an array inside an array? Where the contents of the inner array would be basic data types?
Sample request says:
"Data": [ [ {} ], [ {} ] ]Should be:
"Data": [ [], [] ]Espen Steen
Cloud Connection
Document Details
⚠ Do not edit this section. It is required for docs.superOffice.com ➟ Docs Team processing.