POST api/Report/MonthlySummary
Request Information
URI Parameters
None.
Body Parameters
MonthlySummaryInputsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
TransactionType | string |
None. |
|
BranchList | string |
None. |
|
LedgType | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
SelectedPrimaryLedger | decimal number |
None. |
|
SelectedSecondaryLedger | decimal number |
None. |
|
SelectedAccountGroup | decimal number |
None. |
|
MoreDetail | boolean |
None. |
|
ShowNoCumulativeBonus | boolean |
None. |
|
ShowCrDr | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "TransactionType": "sample string 4", "BranchList": "sample string 5", "LedgType": "sample string 6", "StartDate": 7, "EndDate": 8, "SelectedPrimaryLedger": 9.1, "SelectedSecondaryLedger": 10.1, "SelectedAccountGroup": 11.1, "MoreDetail": true, "ShowNoCumulativeBonus": true, "ShowCrDr": true }
application/xml, text/xml
Sample:
<MonthlySummaryInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchList>sample string 5</BranchList> <DBName>sample string 1</DBName> <EndDate>8</EndDate> <LedgType>sample string 6</LedgType> <MoreDetail>true</MoreDetail> <SelectedAccountGroup>11.1</SelectedAccountGroup> <SelectedPrimaryLedger>9.1</SelectedPrimaryLedger> <SelectedSecondaryLedger>10.1</SelectedSecondaryLedger> <ShowCrDr>true</ShowCrDr> <ShowNoCumulativeBonus>true</ShowNoCumulativeBonus> <StartDate>7</StartDate> <TransactionType>sample string 4</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> </MonthlySummaryInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |