GET api/TransHis/GetAWCWiseIndVsDelRpt?month={month}&yr={yr}&awc={awc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| yr | string |
Required |
|
| awc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of USPAWCWiseIndVsDelRpt_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CommCode | string |
None. |
|
| Indent | string |
None. |
|
| Supply | string |
None. |
|
| SupplyDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"CommCode": "sample string 1",
"Indent": "sample string 2",
"Supply": "sample string 3",
"SupplyDate": "sample string 4"
},
{
"ID": 1,
"CommCode": "sample string 1",
"Indent": "sample string 2",
"Supply": "sample string 3",
"SupplyDate": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfUSPAWCWiseIndVsDelRpt_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models">
<USPAWCWiseIndVsDelRpt_Result>
<CommCode>sample string 1</CommCode>
<ID>1</ID>
<Indent>sample string 2</Indent>
<Supply>sample string 3</Supply>
<SupplyDate>sample string 4</SupplyDate>
</USPAWCWiseIndVsDelRpt_Result>
<USPAWCWiseIndVsDelRpt_Result>
<CommCode>sample string 1</CommCode>
<ID>1</ID>
<Indent>sample string 2</Indent>
<Supply>sample string 3</Supply>
<SupplyDate>sample string 4</SupplyDate>
</USPAWCWiseIndVsDelRpt_Result>
</ArrayOfUSPAWCWiseIndVsDelRpt_Result>