GET api/TransHis/GetAWCWiseIndVsDelRpt?month={month}&yr={yr}&awc={awc}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

yr

string

Required

awc

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USPAWCWiseIndVsDelRpt_Result
NameDescriptionTypeAdditional information
ID

integer

None.

CommCode

string

None.

Indent

string

None.

Supply

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "CommCode": "sample string 1",
    "Indent": "sample string 2",
    "Supply": "sample string 3"
  },
  {
    "ID": 1,
    "CommCode": "sample string 1",
    "Indent": "sample string 2",
    "Supply": "sample string 3"
  }
]

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>
  </USPAWCWiseIndVsDelRpt_Result>
  <USPAWCWiseIndVsDelRpt_Result>
    <CommCode>sample string 1</CommCode>
    <ID>1</ID>
    <Indent>sample string 2</Indent>
    <Supply>sample string 3</Supply>
  </USPAWCWiseIndVsDelRpt_Result>
</ArrayOfUSPAWCWiseIndVsDelRpt_Result>