GET api/MBMGReport/GetCashDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MBMGCash| Name | Description | Type | Additional information |
|---|---|---|---|
| BrnachName | string |
None. |
|
| Date | string |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BrnachName": "sample string 1",
"Date": "sample string 2",
"Amount": 3.0
},
{
"BrnachName": "sample string 1",
"Date": "sample string 2",
"Amount": 3.0
}
]
application/xml, text/xml
Sample:
<ArrayOfMBMGCash xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<MBMGCash>
<Amount>3</Amount>
<BrnachName>sample string 1</BrnachName>
<Date>sample string 2</Date>
</MBMGCash>
<MBMGCash>
<Amount>3</Amount>
<BrnachName>sample string 1</BrnachName>
<Date>sample string 2</Date>
</MBMGCash>
</ArrayOfMBMGCash>