POST api/XYZReviews/ProcessBusinessAddress?Businesskey={Businesskey}&gplaceId={gplaceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Businesskey | string |
Required |
|
| gplaceId | string |
Required |
Body Parameters
DataAccess| Name | Description | Type | Additional information |
|---|---|---|---|
| ConnectionString | string |
None. |
|
| DbMessage | string |
None. |
|
| ManagedConnection | boolean |
None. |
|
| ManagedTransaction | boolean |
None. |
|
| DbServerType | integer |
None. |
|
| RowsAffected | integer |
None. |
|
| RowsAffectedList | Collection of Object |
None. |
|
| DbCommandTimeout | integer |
None. |
|
| UseSymmetricKey | boolean |
None. |
|
| LW | LogWriter |
None. |
|
| DbCon | DbConnection |
None. |
|
| DbTran | DbTransaction |
None. |
|
| DbComm | DbCommand |
None. |
|
| DbAdap | DbDataAdapter |
None. |
|
| DbRead | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"LW": {
"LogEnable": true,
"LogFileName": "sample string 2",
"LogFolderName": "sample string 3",
"LogForSeverity": "sample string 4"
},
"DbCon": null,
"DbTran": null,
"DbComm": null,
"DbAdap": null,
"DbRead": null,
"ConnectionString": "sample string 1",
"DbMessage": "sample string 2",
"ManagedConnection": true,
"ManagedTransaction": true,
"DbServerType": 5,
"RowsAffected": 6,
"RowsAffectedList": [
{},
{}
],
"DbCommandTimeout": 7,
"UseSymmetricKey": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.