POST api/Shopify?teamId={teamId}&userId={userId}&botId={botId}&reqContent={reqContent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| teamId | string |
Required |
|
| userId | string |
Required |
|
| botId | string |
Required |
|
| reqContent | string |
Required |
Body Parameters
None.
Response Information
Resource Description
QnAUploadResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ProcessedCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2",
"ProcessedCount": 3
}
application/xml, text/xml
Sample:
<ShopifyController.QnAUploadResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebKimiyaAPI.Controllers"> <ErrorMessage>sample string 2</ErrorMessage> <ProcessedCount>3</ProcessedCount> <Success>true</Success> </ShopifyController.QnAUploadResult>