POST api/Export/Generic

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.GenericExportModel
NameDescriptionTypeAdditional information
SelectedSites

Collection of string

None.

ExportFileType

integer

None.

ExportType

MPW.DataAccess.Models.ExportType

None.

MonthYearDT

date

None.

PadValuesWithZero

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedSites": [
    "sample string 1",
    "sample string 2"
  ],
  "ExportFileType": 1,
  "ExportType": 2,
  "MonthYearDT": "2026-01-18T01:32:56.6802332-05:00",
  "PadValuesWithZero": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.