POST api/Reports/VirginiaIncomeReport

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.VirginiaDailyMealClaimModel
NameDescriptionTypeAdditional information
MonthYear

date

None.

Sites

Collection of string

None.

PrintOriginalValues

boolean

None.

ExportType

CrystalDecisions.Shared.ExportFormatType

None.

Request Formats

application/json, text/json

Sample:
{
  "MonthYear": "2026-01-18T01:38:02.1387041-05:00",
  "Sites": [
    "sample string 1",
    "sample string 2"
  ],
  "PrintOriginalValues": true,
  "ExportType": 0
}

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.