POST api/Report/TDSDeatiledReport
Request Information
URI Parameters
None.
Body Parameters
TDSDetailedReportName | 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. |
|
PurchaseBillDocumentTypeCodeList | string |
None. |
|
SelectedPurchaseBillDocumentTypeCodeList | 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, "PurchaseBillDocumentTypeCodeList": "sample string 16", "SelectedPurchaseBillDocumentTypeCodeList": "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"> <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> <PurchaseBillDocumentTypeCodeList>sample string 16</PurchaseBillDocumentTypeCodeList> <RemoveColumns>sample string 18</RemoveColumns> <SelectedPurchaseBillDocumentTypeCodeList>sample string 17</SelectedPurchaseBillDocumentTypeCodeList> <ShowBillDetails>true</ShowBillDetails> <ShowParticulars>true</ShowParticulars> <ShowSalesJournals>true</ShowSalesJournals> <StartDate>4</StartDate> <TemplateCodeList>sample string 7</TemplateCodeList> <UserInternalCode>sample string 3</UserInternalCode> </TDSDetailedReport>
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. |