GET api/JDData/GetJDMonthsCalendar?MonthId={MonthId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MonthId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of JDMonthsCalendarViewModel
NameDescriptionTypeAdditional information
MonthId

integer

None.

MonthName

string

None.

MonthYear

string

None.

StartDate

string

None.

EndDate

string

None.

PlanConfigStartDate

string

None.

PlanConfigEndDate

string

None.

PlanApprovalStartDate

string

None.

PlanApprovalEndDate

string

None.

Quarter

string

None.

PlanStartDate

string

None.

PlanEndDate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "monthId": 1,
    "monthName": "sample string 2",
    "monthYear": "sample string 3",
    "startDate": "sample string 4",
    "endDate": "sample string 5",
    "planConfigStartDate": "sample string 6",
    "planConfigEndDate": "sample string 7",
    "planApprovalStartDate": "sample string 8",
    "planApprovalEndDate": "sample string 9",
    "quarter": "sample string 10",
    "planStartDate": "sample string 11",
    "planEndDate": "sample string 12"
  },
  {
    "monthId": 1,
    "monthName": "sample string 2",
    "monthYear": "sample string 3",
    "startDate": "sample string 4",
    "endDate": "sample string 5",
    "planConfigStartDate": "sample string 6",
    "planConfigEndDate": "sample string 7",
    "planApprovalStartDate": "sample string 8",
    "planApprovalEndDate": "sample string 9",
    "quarter": "sample string 10",
    "planStartDate": "sample string 11",
    "planEndDate": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJDMonthsCalendarViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <JDMonthsCalendarViewModel>
    <EndDate>sample string 5</EndDate>
    <MonthId>1</MonthId>
    <MonthName>sample string 2</MonthName>
    <MonthYear>sample string 3</MonthYear>
    <PlanApprovalEndDate>sample string 9</PlanApprovalEndDate>
    <PlanApprovalStartDate>sample string 8</PlanApprovalStartDate>
    <PlanConfigEndDate>sample string 7</PlanConfigEndDate>
    <PlanConfigStartDate>sample string 6</PlanConfigStartDate>
    <PlanEndDate>sample string 12</PlanEndDate>
    <PlanStartDate>sample string 11</PlanStartDate>
    <Quarter>sample string 10</Quarter>
    <StartDate>sample string 4</StartDate>
  </JDMonthsCalendarViewModel>
  <JDMonthsCalendarViewModel>
    <EndDate>sample string 5</EndDate>
    <MonthId>1</MonthId>
    <MonthName>sample string 2</MonthName>
    <MonthYear>sample string 3</MonthYear>
    <PlanApprovalEndDate>sample string 9</PlanApprovalEndDate>
    <PlanApprovalStartDate>sample string 8</PlanApprovalStartDate>
    <PlanConfigEndDate>sample string 7</PlanConfigEndDate>
    <PlanConfigStartDate>sample string 6</PlanConfigStartDate>
    <PlanEndDate>sample string 12</PlanEndDate>
    <PlanStartDate>sample string 11</PlanStartDate>
    <Quarter>sample string 10</Quarter>
    <StartDate>sample string 4</StartDate>
  </JDMonthsCalendarViewModel>
</ArrayOfJDMonthsCalendarViewModel>