POST api/Report/SalesReport
Request Information
URI Parameters
None.
Body Parameters
SalesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| DocumentTypeCodeList | string |
None. |
|
| SalespersonCodeList | string |
None. |
|
| Group1Type | string |
None. |
|
| Group2Type | string |
None. |
|
| Group3Type | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| ShowItemModelDetails | boolean |
None. |
|
| ShowTradeAdditionDeductionDetails | boolean |
None. |
|
| ShowDiscountPurpose | boolean |
None. |
|
| ShowUserDefinedFields | boolean |
None. |
|
| ShowAccountwisePaymentDetails | boolean |
None. |
|
| ShowPaymentDetails | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| ShowIMEINumber | boolean |
None. |
|
| SalesType | string |
None. |
|
| PartyType | string |
None. |
|
| SelectedPartyCode | string |
None. |
|
| HideUnwantedData | boolean |
None. |
|
| RemoveColumns | string |
None. |
|
| ShowOnlyDiscountGivenInvoices | boolean |
None. |
|
| ShowOnlyFreeIssuedInvoices | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"StartDate": 5,
"EndDate": 6,
"DocumentTypeCodeList": "sample string 7",
"SalespersonCodeList": "sample string 8",
"Group1Type": "sample string 9",
"Group2Type": "sample string 10",
"Group3Type": "sample string 11",
"Group1Name": "sample string 12",
"Group2Name": "sample string 13",
"Group3Name": "sample string 14",
"ShowItemModelDetails": true,
"ShowTradeAdditionDeductionDetails": true,
"ShowDiscountPurpose": true,
"ShowUserDefinedFields": true,
"ShowAccountwisePaymentDetails": true,
"ShowPaymentDetails": true,
"DownloadReport": true,
"ShowIMEINumber": true,
"SalesType": "sample string 23",
"PartyType": "sample string 24",
"SelectedPartyCode": "sample string 25",
"HideUnwantedData": true,
"RemoveColumns": "sample string 27",
"ShowOnlyDiscountGivenInvoices": true,
"ShowOnlyFreeIssuedInvoices": true
}
application/xml, text/xml
Sample:
<SalesReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DocumentTypeCodeList>sample string 7</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Name>sample string 12</Group1Name> <Group1Type>sample string 9</Group1Type> <Group2Name>sample string 13</Group2Name> <Group2Type>sample string 10</Group2Type> <Group3Name>sample string 14</Group3Name> <Group3Type>sample string 11</Group3Type> <HideUnwantedData>true</HideUnwantedData> <PartyType>sample string 24</PartyType> <RemoveColumns>sample string 27</RemoveColumns> <SalesType>sample string 23</SalesType> <SalespersonCodeList>sample string 8</SalespersonCodeList> <SelectedPartyCode>sample string 25</SelectedPartyCode> <ShowAccountwisePaymentDetails>true</ShowAccountwisePaymentDetails> <ShowDiscountPurpose>true</ShowDiscountPurpose> <ShowIMEINumber>true</ShowIMEINumber> <ShowItemModelDetails>true</ShowItemModelDetails> <ShowOnlyDiscountGivenInvoices>true</ShowOnlyDiscountGivenInvoices> <ShowOnlyFreeIssuedInvoices>true</ShowOnlyFreeIssuedInvoices> <ShowPaymentDetails>true</ShowPaymentDetails> <ShowTradeAdditionDeductionDetails>true</ShowTradeAdditionDeductionDetails> <ShowUserDefinedFields>true</ShowUserDefinedFields> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </SalesReport>
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. |