AcquistaBuy
1-855-856-7678
SupportoSupport
Invoked when an item is insert into a table.
function insert(item, user, request) { }
Type: undefined
When the insert operation succeeds, a response with 201 HTTP status code is returned with the state of the inserted item in the body. This item includes the ID of the item generated during the insert operation.
You can control data that is inserted by modifying the state of the item object before the execute method is called.
You can override the default success and error behaviors. For more information, see Mobile Services server script reference