GET api/TransactionSummary
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TransactionSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| BRANCH_CODE | string |
None. |
|
| TRN_GROUP | string |
None. |
|
| TRANSACTION | string |
None. |
|
| QUANTITY | string |
None. |
|
| MKG_AMOUNT | string |
None. |
|
| METAL_AMOUNT | string |
None. |
|
| NET_AMOUNT | string |
None. |
|
| LOGINID | string |
None. |
|
| orderno | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BRANCH_CODE": "sample string 1",
"TRN_GROUP": "sample string 2",
"TRANSACTION": "sample string 3",
"QUANTITY": "sample string 4",
"MKG_AMOUNT": "sample string 5",
"METAL_AMOUNT": "sample string 6",
"NET_AMOUNT": "sample string 7",
"LOGINID": "sample string 8",
"orderno": "sample string 9"
},
{
"BRANCH_CODE": "sample string 1",
"TRN_GROUP": "sample string 2",
"TRANSACTION": "sample string 3",
"QUANTITY": "sample string 4",
"MKG_AMOUNT": "sample string 5",
"METAL_AMOUNT": "sample string 6",
"NET_AMOUNT": "sample string 7",
"LOGINID": "sample string 8",
"orderno": "sample string 9"
}
]
text/html
Sample:
[{"BRANCH_CODE":"sample string 1","TRN_GROUP":"sample string 2","TRANSACTION":"sample string 3","QUANTITY":"sample string 4","MKG_AMOUNT":"sample string 5","METAL_AMOUNT":"sample string 6","NET_AMOUNT":"sample string 7","LOGINID":"sample string 8","orderno":"sample string 9"},{"BRANCH_CODE":"sample string 1","TRN_GROUP":"sample string 2","TRANSACTION":"sample string 3","QUANTITY":"sample string 4","MKG_AMOUNT":"sample string 5","METAL_AMOUNT":"sample string 6","NET_AMOUNT":"sample string 7","LOGINID":"sample string 8","orderno":"sample string 9"}]
application/xml, text/xml
Sample:
<ArrayOfTransactionSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SBSMobileReportingApi.Models">
<TransactionSummary>
<BRANCH_CODE>sample string 1</BRANCH_CODE>
<LOGINID>sample string 8</LOGINID>
<METAL_AMOUNT>sample string 6</METAL_AMOUNT>
<MKG_AMOUNT>sample string 5</MKG_AMOUNT>
<NET_AMOUNT>sample string 7</NET_AMOUNT>
<QUANTITY>sample string 4</QUANTITY>
<TRANSACTION>sample string 3</TRANSACTION>
<TRN_GROUP>sample string 2</TRN_GROUP>
<orderno>sample string 9</orderno>
</TransactionSummary>
<TransactionSummary>
<BRANCH_CODE>sample string 1</BRANCH_CODE>
<LOGINID>sample string 8</LOGINID>
<METAL_AMOUNT>sample string 6</METAL_AMOUNT>
<MKG_AMOUNT>sample string 5</MKG_AMOUNT>
<NET_AMOUNT>sample string 7</NET_AMOUNT>
<QUANTITY>sample string 4</QUANTITY>
<TRANSACTION>sample string 3</TRANSACTION>
<TRN_GROUP>sample string 2</TRN_GROUP>
<orderno>sample string 9</orderno>
</TransactionSummary>
</ArrayOfTransactionSummary>