POST api/Report/OrderInvoice
Documentation for 'OrderInvoice'.
Request Information
Parameters
Name | Description | Additional 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": "2023-03-23T20:47:47.5776252+01:00", "to": "2023-03-23T20:47:47.5776252+01: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>1</Id> <ResellerId>2</ResellerId> <ReportType>3</ReportType> <From>2023-03-23T20:47:47.5776252+01:00</From> <To>2023-03-23T20:47:47.5776252+01: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.