Name
(* = required)
|
Data Type | Description |
name
*
|
string |
base report name |
customname
*
|
string |
customization name |
for
*
|
Common.Enum.CustomizedReportFor |
for whom the report is customized |
| - Customer | |
| - CustomerAny | |
| - TplOnly | |
parameters
|
string |
report parameters formatted as name1:value1~name2:value2~...; consult RDL for parameter names |
customerid
|
int |
required if 'for' is Customer |
Mechanism for giving content to media formatter. Clients won't use this model directly.
model returned if Accept: application/hal+json; otherwise response body is Content-Type as requested in Accept
|
Type |
Description |
ContentType |
string
|
|
Content |
Object
|
|
Sample accept: application/hal+json
{
"contentType": "str",
"content": {}
}