POST {version}/AddChartAsUserPreference
Add Chart as User Preference
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
QRTChartName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
QRTId | globally unique identifier |
None. |
|
Style | string |
None. |
|
Type | string |
None. |
|
Title | string |
None. |
|
UserPreference | QRTChartUser |
None. |
Request Formats
application/json, text/json
Sample:
{ "GUID": "326b5e71-c6a6-4a12-bf5b-5d8c8fd21449", "QRTId": "5b9885fd-78a5-4822-b914-f23f47695843", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "a4005f40-2da2-49a7-a271-94e64e4d7013", "UserId": "d4617f60-d3a1-47db-90fd-f4c27456f0a7", "Row": 3, "Column": 4, "IsSelected": true } }
application/xml, text/xml
Sample:
<QRTChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <GUID>326b5e71-c6a6-4a12-bf5b-5d8c8fd21449</GUID> <QRTId>5b9885fd-78a5-4822-b914-f23f47695843</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>a4005f40-2da2-49a7-a271-94e64e4d7013</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>d4617f60-d3a1-47db-90fd-f4c27456f0a7</UserId> </UserPreference> </QRTChart>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
new Added Chart as User preference
QRTChartName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
QRTId | globally unique identifier |
None. |
|
Style | string |
None. |
|
Type | string |
None. |
|
Title | string |
None. |
|
UserPreference | QRTChartUser |
None. |
Response Formats
application/json, text/json
Sample:
{ "GUID": "d4dd1491-9439-4ae4-92a8-ae8dc28f480f", "QRTId": "7a5484cb-b165-428b-ab04-a5e9dc25948d", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "d99dd157-13f7-4369-9682-9f86b9d90f05", "UserId": "6e6cc4f5-8e50-4611-9bb4-672de958131e", "Row": 3, "Column": 4, "IsSelected": true } }
application/xml, text/xml
Sample:
<QRTChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <GUID>d4dd1491-9439-4ae4-92a8-ae8dc28f480f</GUID> <QRTId>7a5484cb-b165-428b-ab04-a5e9dc25948d</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>d99dd157-13f7-4369-9682-9f86b9d90f05</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>6e6cc4f5-8e50-4611-9bb4-672de958131e</UserId> </UserPreference> </QRTChart>