POST api/GetConstructionPlanReport

Request Information

URI Parameters

None.

Body Parameters

GetConstructionPlanReportRequest
NameDescriptionTypeAdditional information
UserEmail

string

None.

ProjectCode

string

None.

CheckNumber

integer

None.

StartDate

string

None.

EndDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserEmail": "sample string 1",
  "ProjectCode": "sample string 2",
  "CheckNumber": 3,
  "StartDate": "sample string 4",
  "EndDate": "sample string 5"
}

application/xml, text/xml

Sample:
<GetConstructionPlanReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius">
  <CheckNumber>3</CheckNumber>
  <EndDate>sample string 5</EndDate>
  <ProjectCode>sample string 2</ProjectCode>
  <StartDate>sample string 4</StartDate>
  <UserEmail>sample string 1</UserEmail>
</GetConstructionPlanReportRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetConstructionPlanReportRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.