Parameter |
Label |
Required |
Options |
Description |
RowLocation |
Add Row at Specific Location (Default=toBottom) |
NO |
Option |
Value |
"toBottom": true |
"toBottom": true |
"toTop": true |
"toTop": true |
"parentId": 1231234567 |
"parentId": 1231234567 |
"siblingId": 1231234567 |
"siblingId": 1231234567 |
|
|
AllowPartialSuccess |
Allow Partial Success (Default=False) |
NO |
Option |
Value |
false |
false |
true |
true |
|
When specified with a value of true, enables partial success for this bulk operation. See Partial Success for more information.
|
OverrideValidation |
Override Validation (Default=False) |
NO |
Option |
Value |
false |
false |
true |
true |
|
You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.
|