PUT /mobileTableConfigs/update
Updates a RowMobileTableConfig record for the given data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| tableConfig |
the data to use when updating the existing RowMobileTableConfig record |
body of type: application/xml application/json
|
|
RowMobileTableConfig
|
Result
RowMobileTableConfig
of type:
application/xml
application/json
the updated RowMobileTableConfig object and associated child rows
Child Elements:
RowMobileTableConfigField This element represents the field detail records associated with the table configuration.
The element contains a __name attribute with the value mobileTableConfigFields.
RowUsers This element represents the user associated with the table configuration, by the mobileTableConfig.user_id field.
The element contains a __name attribute with the value enteredUser.
Try It Out
Request