AddDocument
Upsert entire JSON documents to Couchbase as-is.
Input
| Name | Type | Required | Description |
| BucketName | String | True | The bucket to insert the document into. |
| ID# | String | True | The unique identifiers to insert the document with. |
| Document# | String | True | The JSON documents to be inserted. |
Result Set Columns
| Name | Type | Description |
| RowsAffected | String | The number of rows successfully updated |