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. |
|
SelectedAccount | string |
None. |
|
BillDocumentType | 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. |
|
BillDocumentCodeList | 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, "Branch": "sample string 6", "TemplateCodeList": "sample string 7", "SelectedAccount": "sample string 8", "BillDocumentType": "sample string 9", "ShowBillDetails": true, "ShowSalesJournals": true, "ShowParticulars": true, "ConsiderEntriesWithoutTDS": true, "PartyPrimaryAccount": 14.1, "PartySecondaryAccount": 15.1, "OtherPrimaryAccount": 16.1, "OtherSecondaryAccount": 17.1, "PurchaseBillDocumentTypeCodeList": "sample string 18", "SelectedPurchaseBillDocumentTypeCodeList": "sample string 19", "BillDocumentCodeList": "sample string 20" }
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"> <BillDocumentCodeList>sample string 20</BillDocumentCodeList> <BillDocumentType>sample string 9</BillDocumentType> <Branch>sample string 6</Branch> <BranchInternalCode>sample string 2</BranchInternalCode> <ConsiderEntriesWithoutTDS>true</ConsiderEntriesWithoutTDS> <DBName>sample string 1</DBName> <EndDate>5</EndDate> <OtherPrimaryAccount>16.1</OtherPrimaryAccount> <OtherSecondaryAccount>17.1</OtherSecondaryAccount> <PartyPrimaryAccount>14.1</PartyPrimaryAccount> <PartySecondaryAccount>15.1</PartySecondaryAccount> <PurchaseBillDocumentTypeCodeList>sample string 18</PurchaseBillDocumentTypeCodeList> <SelectedAccount>sample string 8</SelectedAccount> <SelectedPurchaseBillDocumentTypeCodeList>sample string 19</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. |