AddDocument
Insert entire JSON string to CosmosDB.
Input
| Name | Type | Description |
| Database | String | Name of the database. |
| Table | String | Name of the table. |
| PartitionKey | String | Partition key value of the table. |
| Document | String | The JSON string to be inserted. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns true if the operation is successful. |