Link Search Menu Expand Document

SaveCustomTableRows

Overview

Insert or update rows for a specified CustomTable.

Returns

No Overview Available.


Request

Name Type Description
tableName String The name of the CustomTable to save the rows to.
rows TableRow[] A list of rows to insert or update in the specified table. By specifying an existing Id, the corresponding row will be updated. If no Id is specified, or an Id is specified which does not exist, the provided row will be inserted.

Response

Name Type Description
ResultMessage String Additional information when operation failed.
ResultCode ResultCodeEnum Whether the operation completed successfully.
Result Boolean Operation result.

Back to top

Copyright Ⓒ 2011-2024 CloudBilling B.V.