POST {version}/TakeActionOnQRT
Updates Records
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
QRTReportAction| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| qrt_GUID | globally unique identifier |
None. |
|
| IdForAction | string |
None. |
|
| ButtonLabel | string |
None. |
|
| Ids | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GUID": "64724ad0-9eca-42a7-86c7-0929bea9d0f7",
"qrt_GUID": "4452d6ea-7e75-4807-9788-887cb3a54e58",
"IdForAction": "sample string 3",
"ButtonLabel": "sample string 4",
"Ids": "sample string 5"
}
application/xml, text/xml
Sample:
<QRTReportAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <ButtonLabel>sample string 4</ButtonLabel> <GUID>64724ad0-9eca-42a7-86c7-0929bea9d0f7</GUID> <IdForAction>sample string 3</IdForAction> <Ids>sample string 5</Ids> <qrt_GUID>4452d6ea-7e75-4807-9788-887cb3a54e58</qrt_GUID> </QRTReportAction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
No return value
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |