POST APQC/ExportToExcelReport

Request Information

URI Parameters

None.

Body Parameters

NextGenExportExcelParamModel
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

Country

string

None.

Department

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2026-07-25T00:39:25.8797999Z",
  "EndDate": "2026-07-25T00:39:25.8797999Z",
  "Country": "sample string 1",
  "Department": "sample string 2"
}

application/xml, text/xml

Sample:
<NextGenExportExcelParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.REST.Models">
  <Country>sample string 1</Country>
  <Department>sample string 2</Department>
  <EndDate>2026-07-25T00:39:25.8797999+00:00</EndDate>
  <StartDate>2026-07-25T00:39:25.8797999+00:00</StartDate>
</NextGenExportExcelParamModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.