POST api/Report/CreateVoucherForSchemeStatusReport
Request Information
URI Parameters
None.
Body Parameters
CreateVoucherForSchemeStatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| TransactionType | string |
None. |
|
| SchemeFor | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| VoucherDate | integer |
None. |
|
| VoucherBranchCode | string |
None. |
|
| ShowItemModel | string |
None. |
|
| SchemeForCAF | boolean |
None. |
|
| TempTableName | string |
None. |
|
| SchemeData | DataTable |
None. |
|
| GroupByBranchSelected | 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",
"SchemeFor": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"VoucherDate": 8,
"VoucherBranchCode": "sample string 9",
"ShowItemModel": "sample string 10",
"SchemeForCAF": true,
"TempTableName": "sample string 12",
"SchemeData": null,
"GroupByBranchSelected": true
}
application/xml, text/xml
Sample:
<CreateVoucherForSchemeStatusReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <EndDate>7</EndDate> <GroupByBranchSelected>true</GroupByBranchSelected> <SchemeData i:nil="true" /> <SchemeFor>sample string 5</SchemeFor> <SchemeForCAF>true</SchemeForCAF> <ShowItemModel>sample string 10</ShowItemModel> <StartDate>6</StartDate> <TempTableName>sample string 12</TempTableName> <TransactionType>sample string 4</TransactionType> <UserInternalCode>sample string 3</UserInternalCode> <VoucherBranchCode>sample string 9</VoucherBranchCode> <VoucherDate>8</VoucherDate> </CreateVoucherForSchemeStatusReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |