PUT api/{database}/ReportTemplateConfiguration/{reportType}/{reportSubType}/{languageId}/{customerId}/{supplierId}?configId={configId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
configId No Documentation Found.

Define this parameter in the request URI.

value No Documentation Found.

Define this parameter in the request body.

reportType No documentation available.

Define this parameter in the request URI.

reportSubType No documentation available.

Define this parameter in the request URI.

languageId No documentation available.

Define this parameter in the request URI.

customerId No documentation available.

Define this parameter in the request URI.

supplierId No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "messages": [],
  "canChange": true,
  "cannotChangeReason": "sample string 2",
  "configurationId": "sample string 3",
  "customerId": "sample string 4",
  "languageId": "sample string 5",
  "reportSubType": 0,
  "reportTemplateId": "sample string 6",
  "reportType": 0,
  "supplierId": "sample string 7"
}

application/xml, text/xml

Sample:
<ReportTemplateConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Reporting.Base.Edit">
  <CanChange>true</CanChange>
  <CannotChangeReason>sample string 2</CannotChangeReason>
  <ConfigurationId>sample string 3</ConfigurationId>
  <CustomerId>sample string 4</CustomerId>
  <LanguageId>sample string 5</LanguageId>
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
  <ReportSubType>Unknown</ReportSubType>
  <ReportTemplateId>sample string 6</ReportTemplateId>
  <ReportType>Unknown</ReportType>
  <SupplierId>sample string 7</SupplierId>
</ReportTemplateConfiguration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "messages": [],
  "canChange": true,
  "cannotChangeReason": "sample string 2",
  "configurationId": "sample string 3",
  "customerId": "sample string 4",
  "languageId": "sample string 5",
  "reportSubType": 0,
  "reportTemplateId": "sample string 6",
  "reportType": 0,
  "supplierId": "sample string 7"
}

application/xml, text/xml

Sample:
<ReportTemplateConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Reporting.Base.Edit">
  <CanChange>true</CanChange>
  <CannotChangeReason>sample string 2</CannotChangeReason>
  <ConfigurationId>sample string 3</ConfigurationId>
  <CustomerId>sample string 4</CustomerId>
  <LanguageId>sample string 5</LanguageId>
  <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
  <ReportSubType>Unknown</ReportSubType>
  <ReportTemplateId>sample string 6</ReportTemplateId>
  <ReportType>Unknown</ReportType>
  <SupplierId>sample string 7</SupplierId>
</ReportTemplateConfiguration>