GET api/Mapping/GetAWCInfo?distCode={distCode}&projCode={projCode}&aWCCode={aWCCode}&commCode={commCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
distCode | string |
Required |
|
projCode | string |
Required |
|
aWCCode | string |
Required |
|
commCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SpGetAWCInfo_ResultName | Description | Type | Additional information |
---|---|---|---|
IndentNo | string |
None. |
|
CommCode | string |
None. |
|
CommQty | integer |
None. |
|
BatchNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IndentNo": "sample string 1", "CommCode": "sample string 2", "CommQty": 1, "BatchNo": "sample string 3" }
application/xml, text/xml
Sample:
<SpGetAWCInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <BatchNo>sample string 3</BatchNo> <CommCode>sample string 2</CommCode> <CommQty>1</CommQty> <IndentNo>sample string 1</IndentNo> </SpGetAWCInfo_Result>