POST api/Report/CustomerDetails

Documentation for 'CustomerDetails'.

Request Information

Parameters

NameDescriptionAdditional information
data
Documentation for 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": 1,
  "resellerId": 2,
  "reportType": 3,
  "from": "2024-05-08T23:58:38.2639851+02:00",
  "to": "2024-05-08T23:58:38.2639851+02:00",
  "locale": "sample string 6",
  "resellerPath": "sample string 7",
  "pathInfo": {
    "bigBracketPath": "sample string 1",
    "smallBracketPath": "sample string 2",
    "imagePath": "sample string 3",
    "rootPath": "sample string 4",
    "mailPath": "sample string 5",
    "resellerPath": "sample string 6",
    "tempPath": "sample string 7",
    "documentPath": "sample string 8",
    "pdfTemplatePath": "sample string 9"
  }
}

application/xml, text/xml

Sample:
<OrderReportParaVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <ResellerId>2</ResellerId>
  <ReportType>3</ReportType>
  <From>2024-05-08T23:58:38.2639851+02:00</From>
  <To>2024-05-08T23:58:38.2639851+02:00</To>
  <Locale>sample string 6</Locale>
  <ResellerPath>sample string 7</ResellerPath>
  <PathInfo>
    <BigBracketPath>sample string 1</BigBracketPath>
    <SmallBracketPath>sample string 2</SmallBracketPath>
    <ImagePath>sample string 3</ImagePath>
    <RootPath>sample string 4</RootPath>
    <MailPath>sample string 5</MailPath>
    <ResellerPath>sample string 6</ResellerPath>
    <TempPath>sample string 7</TempPath>
    <DocumentPath>sample string 8</DocumentPath>
    <PdfTemplatePath>sample string 9</PdfTemplatePath>
  </PathInfo>
</OrderReportParaVM>

application/x-www-form-urlencoded

Sample:

Sample not available.