GET api/Portal/GetEggDistLevelCount?month={month}&year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
month | string |
Required |
|
year | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of USP_GetEGGDistLevelCount_ResultName | Description | Type | Additional information |
---|---|---|---|
District | string |
None. |
|
DistrictCode | string |
None. |
|
TotalCenters | integer |
None. |
|
Sup1_IndentedAWCs | integer |
None. |
|
Sup1_Centers | integer |
None. |
|
Sup1_AwcWisePer | decimal number |
None. |
|
Sup1_Indent_Qty | decimal number |
None. |
|
Sup1_Delivered_Qty | decimal number |
None. |
|
Sup1_QtyWisePer | decimal number |
None. |
|
Sup2_IndentedAWCs | integer |
None. |
|
Sup2_Centers | integer |
None. |
|
Sup2_AwcWisePer | decimal number |
None. |
|
Sup2_Indent_Qty | decimal number |
None. |
|
Sup2_Delivered_Qty | decimal number |
None. |
|
Sup2_QtyWisePer | decimal number |
None. |
|
Sup3_IndentedAWCs | integer |
None. |
|
Sup3_Centers | integer |
None. |
|
Sup3_AwcWisePer | decimal number |
None. |
|
Sup3_Indent_Qty | decimal number |
None. |
|
Sup3_Delivered_Qty | decimal number |
None. |
|
Sup3_QtyWisePer | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "District": "sample string 1", "DistrictCode": "sample string 2", "TotalCenters": 1, "Sup1_IndentedAWCs": 1, "Sup1_Centers": 1, "Sup1_AwcWisePer": 1.0, "Sup1_Indent_Qty": 3.0, "Sup1_Delivered_Qty": 4.0, "Sup1_QtyWisePer": 1.0, "Sup2_IndentedAWCs": 1, "Sup2_Centers": 1, "Sup2_AwcWisePer": 1.0, "Sup2_Indent_Qty": 5.0, "Sup2_Delivered_Qty": 6.0, "Sup2_QtyWisePer": 1.0, "Sup3_IndentedAWCs": 1, "Sup3_Centers": 1, "Sup3_AwcWisePer": 1.0, "Sup3_Indent_Qty": 7.0, "Sup3_Delivered_Qty": 8.0, "Sup3_QtyWisePer": 1.0 }, { "District": "sample string 1", "DistrictCode": "sample string 2", "TotalCenters": 1, "Sup1_IndentedAWCs": 1, "Sup1_Centers": 1, "Sup1_AwcWisePer": 1.0, "Sup1_Indent_Qty": 3.0, "Sup1_Delivered_Qty": 4.0, "Sup1_QtyWisePer": 1.0, "Sup2_IndentedAWCs": 1, "Sup2_Centers": 1, "Sup2_AwcWisePer": 1.0, "Sup2_Indent_Qty": 5.0, "Sup2_Delivered_Qty": 6.0, "Sup2_QtyWisePer": 1.0, "Sup3_IndentedAWCs": 1, "Sup3_Centers": 1, "Sup3_AwcWisePer": 1.0, "Sup3_Indent_Qty": 7.0, "Sup3_Delivered_Qty": 8.0, "Sup3_QtyWisePer": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfUSP_GetEGGDistLevelCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <USP_GetEGGDistLevelCount_Result> <District>sample string 1</District> <DistrictCode>sample string 2</DistrictCode> <Sup1_AwcWisePer>1</Sup1_AwcWisePer> <Sup1_Centers>1</Sup1_Centers> <Sup1_Delivered_Qty>4</Sup1_Delivered_Qty> <Sup1_Indent_Qty>3</Sup1_Indent_Qty> <Sup1_IndentedAWCs>1</Sup1_IndentedAWCs> <Sup1_QtyWisePer>1</Sup1_QtyWisePer> <Sup2_AwcWisePer>1</Sup2_AwcWisePer> <Sup2_Centers>1</Sup2_Centers> <Sup2_Delivered_Qty>6</Sup2_Delivered_Qty> <Sup2_Indent_Qty>5</Sup2_Indent_Qty> <Sup2_IndentedAWCs>1</Sup2_IndentedAWCs> <Sup2_QtyWisePer>1</Sup2_QtyWisePer> <Sup3_AwcWisePer>1</Sup3_AwcWisePer> <Sup3_Centers>1</Sup3_Centers> <Sup3_Delivered_Qty>8</Sup3_Delivered_Qty> <Sup3_Indent_Qty>7</Sup3_Indent_Qty> <Sup3_IndentedAWCs>1</Sup3_IndentedAWCs> <Sup3_QtyWisePer>1</Sup3_QtyWisePer> <TotalCenters>1</TotalCenters> </USP_GetEGGDistLevelCount_Result> <USP_GetEGGDistLevelCount_Result> <District>sample string 1</District> <DistrictCode>sample string 2</DistrictCode> <Sup1_AwcWisePer>1</Sup1_AwcWisePer> <Sup1_Centers>1</Sup1_Centers> <Sup1_Delivered_Qty>4</Sup1_Delivered_Qty> <Sup1_Indent_Qty>3</Sup1_Indent_Qty> <Sup1_IndentedAWCs>1</Sup1_IndentedAWCs> <Sup1_QtyWisePer>1</Sup1_QtyWisePer> <Sup2_AwcWisePer>1</Sup2_AwcWisePer> <Sup2_Centers>1</Sup2_Centers> <Sup2_Delivered_Qty>6</Sup2_Delivered_Qty> <Sup2_Indent_Qty>5</Sup2_Indent_Qty> <Sup2_IndentedAWCs>1</Sup2_IndentedAWCs> <Sup2_QtyWisePer>1</Sup2_QtyWisePer> <Sup3_AwcWisePer>1</Sup3_AwcWisePer> <Sup3_Centers>1</Sup3_Centers> <Sup3_Delivered_Qty>8</Sup3_Delivered_Qty> <Sup3_Indent_Qty>7</Sup3_Indent_Qty> <Sup3_IndentedAWCs>1</Sup3_IndentedAWCs> <Sup3_QtyWisePer>1</Sup3_QtyWisePer> <TotalCenters>1</TotalCenters> </USP_GetEGGDistLevelCount_Result> </ArrayOfUSP_GetEGGDistLevelCount_Result>