POST api/Report/TDSDeatiledReport
Request Information
URI Parameters
None.
Body Parameters
TDSDetailedReport| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| Branch | string |
None. |
|
| TemplateCodeList | string |
None. |
|
| ShowBillDetails | boolean |
None. |
|
| ShowSalesJournals | boolean |
None. |
|
| ShowParticulars | boolean |
None. |
|
| ConsiderEntriesWithoutTDS | boolean |
None. |
|
| PartyPrimaryAccount | decimal number |
None. |
|
| PartySecondaryAccount | decimal number |
None. |
|
| OtherPrimaryAccount | decimal number |
None. |
|
| OtherSecondaryAccount | decimal number |
None. |
|
| BillDocumentTypeCodeList | string |
None. |
|
| VoucherDocumentTypeCodeList | string |
None. |
|
| RemoveColumns | string |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"StartDate": 4,
"EndDate": 5,
"Branch": "sample string 6",
"TemplateCodeList": "sample string 7",
"ShowBillDetails": true,
"ShowSalesJournals": true,
"ShowParticulars": true,
"ConsiderEntriesWithoutTDS": true,
"PartyPrimaryAccount": 12.1,
"PartySecondaryAccount": 13.1,
"OtherPrimaryAccount": 14.1,
"OtherSecondaryAccount": 15.1,
"BillDocumentTypeCodeList": "sample string 16",
"VoucherDocumentTypeCodeList": "sample string 17",
"RemoveColumns": "sample string 18",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<TDSDetailedReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BillDocumentTypeCodeList>sample string 16</BillDocumentTypeCodeList> <Branch>sample string 6</Branch> <BranchInternalCode>sample string 2</BranchInternalCode> <ConsiderEntriesWithoutTDS>true</ConsiderEntriesWithoutTDS> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>5</EndDate> <OtherPrimaryAccount>14.1</OtherPrimaryAccount> <OtherSecondaryAccount>15.1</OtherSecondaryAccount> <PartyPrimaryAccount>12.1</PartyPrimaryAccount> <PartySecondaryAccount>13.1</PartySecondaryAccount> <RemoveColumns>sample string 18</RemoveColumns> <ShowBillDetails>true</ShowBillDetails> <ShowParticulars>true</ShowParticulars> <ShowSalesJournals>true</ShowSalesJournals> <StartDate>4</StartDate> <TemplateCodeList>sample string 7</TemplateCodeList> <UserInternalCode>sample string 3</UserInternalCode> <VoucherDocumentTypeCodeList>sample string 17</VoucherDocumentTypeCodeList> </TDSDetailedReport>
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. |