GET api/Portal/GetEGGAWCSupplyStatus?projCode={projCode}&month={month}&year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projCode | string |
Required |
|
month | string |
Required |
|
year | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of USP_GetEGGAWCSupplyStatus_ResultName | Description | Type | Additional information |
---|---|---|---|
District | string |
None. |
|
DistrictCode | string |
None. |
|
ProjectCode | string |
None. |
|
ProjectName | string |
None. |
|
SectorCode | string |
None. |
|
SectorName | string |
None. |
|
AWCCode | string |
None. |
|
AWCName | string |
None. |
|
Sup1_Indent_Qty | decimal number |
None. |
|
Sup1_Delivered_Qty | decimal number |
None. |
|
Sup_2Indent_Qty | decimal number |
None. |
|
Sup2_Delivered_Qty | decimal number |
None. |
|
Sup_3Indent_Qty | decimal number |
None. |
|
Sup3_Delivered_Qty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "District": "sample string 1", "DistrictCode": "sample string 2", "ProjectCode": "sample string 3", "ProjectName": "sample string 4", "SectorCode": "sample string 5", "SectorName": "sample string 6", "AWCCode": "sample string 7", "AWCName": "sample string 8", "Sup1_Indent_Qty": 9.0, "Sup1_Delivered_Qty": 10.0, "Sup_2Indent_Qty": 11.0, "Sup2_Delivered_Qty": 12.0, "Sup_3Indent_Qty": 13.0, "Sup3_Delivered_Qty": 14.0 }, { "District": "sample string 1", "DistrictCode": "sample string 2", "ProjectCode": "sample string 3", "ProjectName": "sample string 4", "SectorCode": "sample string 5", "SectorName": "sample string 6", "AWCCode": "sample string 7", "AWCName": "sample string 8", "Sup1_Indent_Qty": 9.0, "Sup1_Delivered_Qty": 10.0, "Sup_2Indent_Qty": 11.0, "Sup2_Delivered_Qty": 12.0, "Sup_3Indent_Qty": 13.0, "Sup3_Delivered_Qty": 14.0 } ]
application/xml, text/xml
Sample:
<ArrayOfUSP_GetEGGAWCSupplyStatus_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <USP_GetEGGAWCSupplyStatus_Result> <AWCCode>sample string 7</AWCCode> <AWCName>sample string 8</AWCName> <District>sample string 1</District> <DistrictCode>sample string 2</DistrictCode> <ProjectCode>sample string 3</ProjectCode> <ProjectName>sample string 4</ProjectName> <SectorCode>sample string 5</SectorCode> <SectorName>sample string 6</SectorName> <Sup1_Delivered_Qty>10</Sup1_Delivered_Qty> <Sup1_Indent_Qty>9</Sup1_Indent_Qty> <Sup2_Delivered_Qty>12</Sup2_Delivered_Qty> <Sup3_Delivered_Qty>14</Sup3_Delivered_Qty> <Sup_2Indent_Qty>11</Sup_2Indent_Qty> <Sup_3Indent_Qty>13</Sup_3Indent_Qty> </USP_GetEGGAWCSupplyStatus_Result> <USP_GetEGGAWCSupplyStatus_Result> <AWCCode>sample string 7</AWCCode> <AWCName>sample string 8</AWCName> <District>sample string 1</District> <DistrictCode>sample string 2</DistrictCode> <ProjectCode>sample string 3</ProjectCode> <ProjectName>sample string 4</ProjectName> <SectorCode>sample string 5</SectorCode> <SectorName>sample string 6</SectorName> <Sup1_Delivered_Qty>10</Sup1_Delivered_Qty> <Sup1_Indent_Qty>9</Sup1_Indent_Qty> <Sup2_Delivered_Qty>12</Sup2_Delivered_Qty> <Sup3_Delivered_Qty>14</Sup3_Delivered_Qty> <Sup_2Indent_Qty>11</Sup_2Indent_Qty> <Sup_3Indent_Qty>13</Sup_3Indent_Qty> </USP_GetEGGAWCSupplyStatus_Result> </ArrayOfUSP_GetEGGAWCSupplyStatus_Result>