POST api/Report/ReceiptVoucherList
Request Information
URI Parameters
None.
Body Parameters
ReceiptsVoucerList| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| ShowEinvoiceDetails | boolean |
None. |
|
| EInvoiceDocType | string |
None. |
|
| VoucherType | string |
None. |
|
| DocumentTypeList | string |
None. |
|
| VoucherNo | integer |
None. |
|
| DebitLedgerList | string |
None. |
|
| CreditLedgerList | string |
None. |
|
| PartyType | string |
None. |
|
| OrderBy | string |
None. |
|
| BranchCodeList | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| ApprovalStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"StartDate": 4,
"EndDate": 5,
"ShowEinvoiceDetails": true,
"EInvoiceDocType": "sample string 7",
"VoucherType": "sample string 8",
"DocumentTypeList": "sample string 9",
"VoucherNo": 10,
"DebitLedgerList": "sample string 11",
"CreditLedgerList": "sample string 12",
"PartyType": "sample string 13",
"OrderBy": "sample string 14",
"BranchCodeList": "sample string 15",
"DownloadReport": true,
"ApprovalStatus": "sample string 17"
}
application/xml, text/xml
Sample:
<ReceiptsVoucerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <ApprovalStatus>sample string 17</ApprovalStatus> <BranchCodeList>sample string 15</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CreditLedgerList>sample string 12</CreditLedgerList> <DBName>sample string 1</DBName> <DebitLedgerList>sample string 11</DebitLedgerList> <DocumentTypeList>sample string 9</DocumentTypeList> <DownloadReport>true</DownloadReport> <EInvoiceDocType>sample string 7</EInvoiceDocType> <EndDate>5</EndDate> <OrderBy>sample string 14</OrderBy> <PartyType>sample string 13</PartyType> <ShowEinvoiceDetails>true</ShowEinvoiceDetails> <StartDate>4</StartDate> <UserInternalCode>sample string 3</UserInternalCode> <VoucherNo>10</VoucherNo> <VoucherType>sample string 8</VoucherType> </ReceiptsVoucerList>
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. |