Insert a new entry in the service. The function returns the inserted entry.
1 google.contacts.insert
<google.contacts.insert>
<srv /> +
<entry /> +
</google.contacts.insert>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Esrv | ContactsService | Service in which the entry will be inserted. | |||
Eentry | ContactEntry | Entry which will be inserted in the Service srv. |
Returns | |
---|---|
Type | Description |
ContactEntry | Entry inserted in the Service. |
Example
Copy
<xsql-script name='contacts_insert'> <body> </body> </xsql-script>