GET api/TransHis/GetTransactionsforAllComm?loginusername={loginusername}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
loginusername | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SpGetTransOfAllComm_ResultName | Description | Type | Additional information |
---|---|---|---|
DeliveryID | integer |
None. |
|
AWCCode | string |
None. |
|
AWCName | string |
None. |
|
BASupplyQty | string |
None. |
|
MUSupplyQty | string |
None. |
|
BAPSupplyQty | string |
None. |
|
DASupplyQty | string |
None. |
|
OISupplyQty | string |
None. |
|
COSupplyQty | string |
None. |
|
KISupplyQty | string |
None. |
|
ContCode | string |
None. |
|
TransDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DeliveryID": 1, "AWCCode": "sample string 2", "AWCName": "sample string 3", "BASupplyQty": "sample string 4", "MUSupplyQty": "sample string 5", "BAPSupplyQty": "sample string 6", "DASupplyQty": "sample string 7", "OISupplyQty": "sample string 8", "COSupplyQty": "sample string 9", "KISupplyQty": "sample string 10", "ContCode": "sample string 11", "TransDate": "sample string 12" }, { "DeliveryID": 1, "AWCCode": "sample string 2", "AWCName": "sample string 3", "BASupplyQty": "sample string 4", "MUSupplyQty": "sample string 5", "BAPSupplyQty": "sample string 6", "DASupplyQty": "sample string 7", "OISupplyQty": "sample string 8", "COSupplyQty": "sample string 9", "KISupplyQty": "sample string 10", "ContCode": "sample string 11", "TransDate": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfSpGetTransOfAllComm_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <SpGetTransOfAllComm_Result> <AWCCode>sample string 2</AWCCode> <AWCName>sample string 3</AWCName> <BAPSupplyQty>sample string 6</BAPSupplyQty> <BASupplyQty>sample string 4</BASupplyQty> <COSupplyQty>sample string 9</COSupplyQty> <ContCode>sample string 11</ContCode> <DASupplyQty>sample string 7</DASupplyQty> <DeliveryID>1</DeliveryID> <KISupplyQty>sample string 10</KISupplyQty> <MUSupplyQty>sample string 5</MUSupplyQty> <OISupplyQty>sample string 8</OISupplyQty> <TransDate>sample string 12</TransDate> </SpGetTransOfAllComm_Result> <SpGetTransOfAllComm_Result> <AWCCode>sample string 2</AWCCode> <AWCName>sample string 3</AWCName> <BAPSupplyQty>sample string 6</BAPSupplyQty> <BASupplyQty>sample string 4</BASupplyQty> <COSupplyQty>sample string 9</COSupplyQty> <ContCode>sample string 11</ContCode> <DASupplyQty>sample string 7</DASupplyQty> <DeliveryID>1</DeliveryID> <KISupplyQty>sample string 10</KISupplyQty> <MUSupplyQty>sample string 5</MUSupplyQty> <OISupplyQty>sample string 8</OISupplyQty> <TransDate>sample string 12</TransDate> </SpGetTransOfAllComm_Result> </ArrayOfSpGetTransOfAllComm_Result>