GET api/IHPByQuarter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IHPByQuarterVM| Name | Description | Type | Additional information |
|---|---|---|---|
| TreeID | integer |
None. |
|
| TreeFullPath | string |
None. |
|
| SiteID | integer |
None. |
|
| SiteFullPath | string |
None. |
|
| TimeBaseNo | integer |
None. |
|
| TimeBaseText | string |
None. |
|
| SEGNo | integer |
None. |
|
| SEGText | string |
None. |
|
| TaskNo | integer |
None. |
|
| TaskText | string |
None. |
|
| AgentID | integer |
None. |
|
| AgentText | string |
None. |
|
| Year | integer |
None. |
|
| PlanQ1 | integer |
None. |
|
| PlanQ2 | integer |
None. |
|
| PlanQ3 | integer |
None. |
|
| PlanQ4 | integer |
None. |
|
| PlanTotal | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TreeID": 1,
"TreeFullPath": "sample string 1",
"SiteID": 1,
"SiteFullPath": "sample string 2",
"TimeBaseNo": 1,
"TimeBaseText": "sample string 3",
"SEGNo": 1,
"SEGText": "sample string 4",
"TaskNo": 1,
"TaskText": "sample string 5",
"AgentID": 1,
"AgentText": "sample string 6",
"Year": 1,
"PlanQ1": 7,
"PlanQ2": 8,
"PlanQ3": 9,
"PlanQ4": 10,
"PlanTotal": 11
},
{
"TreeID": 1,
"TreeFullPath": "sample string 1",
"SiteID": 1,
"SiteFullPath": "sample string 2",
"TimeBaseNo": 1,
"TimeBaseText": "sample string 3",
"SEGNo": 1,
"SEGText": "sample string 4",
"TaskNo": 1,
"TaskText": "sample string 5",
"AgentID": 1,
"AgentText": "sample string 6",
"Year": 1,
"PlanQ1": 7,
"PlanQ2": 8,
"PlanQ3": 9,
"PlanQ4": 10,
"PlanTotal": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfIHPByQuarterVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AKM.IH.Reports.IHPlanReports.ViewModels">
<IHPByQuarterVM>
<AgentID>1</AgentID>
<AgentText>sample string 6</AgentText>
<PlanQ1>7</PlanQ1>
<PlanQ2>8</PlanQ2>
<PlanQ3>9</PlanQ3>
<PlanQ4>10</PlanQ4>
<PlanTotal>11</PlanTotal>
<SEGNo>1</SEGNo>
<SEGText>sample string 4</SEGText>
<SiteFullPath>sample string 2</SiteFullPath>
<SiteID>1</SiteID>
<TaskNo>1</TaskNo>
<TaskText>sample string 5</TaskText>
<TimeBaseNo>1</TimeBaseNo>
<TimeBaseText>sample string 3</TimeBaseText>
<TreeFullPath>sample string 1</TreeFullPath>
<TreeID>1</TreeID>
<Year>1</Year>
</IHPByQuarterVM>
<IHPByQuarterVM>
<AgentID>1</AgentID>
<AgentText>sample string 6</AgentText>
<PlanQ1>7</PlanQ1>
<PlanQ2>8</PlanQ2>
<PlanQ3>9</PlanQ3>
<PlanQ4>10</PlanQ4>
<PlanTotal>11</PlanTotal>
<SEGNo>1</SEGNo>
<SEGText>sample string 4</SEGText>
<SiteFullPath>sample string 2</SiteFullPath>
<SiteID>1</SiteID>
<TaskNo>1</TaskNo>
<TaskText>sample string 5</TaskText>
<TimeBaseNo>1</TimeBaseNo>
<TimeBaseText>sample string 3</TimeBaseText>
<TreeFullPath>sample string 1</TreeFullPath>
<TreeID>1</TreeID>
<Year>1</Year>
</IHPByQuarterVM>
</ArrayOfIHPByQuarterVM>