base report's customization definition, including RDL
Type
Description
CustomName
string
name of this customization; name unique within base report+customizedReportFor+customerId
CustomizedReportType
Common.Enum.CustomizedReportFor
for whom report is customized
Common.Enum.CustomizedReportFor
for whom a particular customization is made
- 0: Customer
a specific customer; other parameters elsewhere specify the customer id
- 1: CustomerAny
not a specific customer but any customer
- 2: TplOnly
hidden from a customer's view, to be used internally within the threepl
CustomerId
int?
if customizedReportFor is Customer, the customer for whom it is customized
Rdl
string
RDL, sanitized on output, desanitized and validated on input.
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"customName": "str" ,
"customizedReportType": 0 ,
"customerId": 1 ,
"rdl": "str"
}
base report's customization definition, including RDL
Type
Description
CustomName
string
name of this customization; name unique within base report+customizedReportFor+customerId
CustomizedReportType
Common.Enum.CustomizedReportFor
for whom report is customized
Common.Enum.CustomizedReportFor
for whom a particular customization is made
- 0: Customer
a specific customer; other parameters elsewhere specify the customer id
- 1: CustomerAny
not a specific customer but any customer
- 2: TplOnly
hidden from a customer's view, to be used internally within the threepl
CustomerId
int?
if customizedReportFor is Customer, the customer for whom it is customized
Rdl
string
RDL, sanitized on output, desanitized and validated on input.
Sample accept: application/hal+json
{
"customName": "str" ,
"customizedReportType": 0 ,
"customerId": 1 ,
"rdl": "str"
}