POST api/ApxDms/SalesNPurchaseReport
Request Information
URI Parameters
None.
Body Parameters
ReportInputSalesPurchaseObjectsName | Description | Type | Additional information |
---|---|---|---|
DBName | string |
None. |
|
BranchInternalCode | string |
None. |
|
UserInternalCode | string |
None. |
|
BranchCodeList | string |
None. |
|
DocumentTypeCodeList | string |
None. |
|
TypeCodeList | string |
None. |
|
PartyTypeCodeList | string |
None. |
|
PartyCodeList | string |
None. |
|
SalespersonCodeList | string |
None. |
|
ProductCodeList | string |
None. |
|
BrandCodeList | string |
None. |
|
ProductcatgoryCodeList | string |
None. |
|
ItemModelCatgoryCodelist | string |
None. |
|
ItemModelCodeList | string |
None. |
|
ItemClassficationTypeCodeList | string |
None. |
|
ItemClassficationCodeList | string |
None. |
|
SourceBranchCodeList | string |
None. |
|
DestinationBranchCodelist | string |
None. |
|
Group1Type | string |
None. |
|
Group2Type | string |
None. |
|
Group3Type | string |
None. |
|
Group1Name | string |
None. |
|
Group2Name | string |
None. |
|
Group3Name | string |
None. |
|
StartDate | integer |
None. |
|
EndDate | integer |
None. |
|
SalesPurchaseReportHandler | string |
None. |
|
TransactionType | string |
None. |
|
ShowOnlyItemModeldetails | boolean |
None. |
|
DownloadReport | boolean |
None. |
|
ShowAccountWiseOfferDetails | boolean |
None. |
|
ShowAdditionalPartyDetails | boolean |
None. |
|
ShowNotes | boolean |
None. |
|
ShowItemModelDetails | boolean |
None. |
|
ShowIMEINoDetails | boolean |
None. |
|
ShowItemModelAdditionalInfo | boolean |
None. |
|
ShowAdvancePaymentDetails | boolean |
None. |
|
ShowOnlyOfferDetails | boolean |
None. |
|
Status | string |
None. |
|
ShowActionDetails | boolean |
None. |
|
ShowActionDocumentDetails | boolean |
None. |
|
ShowReferenceDocumentDetails | boolean |
None. |
|
ValueFilter | string |
None. |
|
ValueFilterType | string |
None. |
|
StartValueBasedOnValueFilter | decimal number |
None. |
|
EndValueBasedOnValueFilter | decimal number |
None. |
|
PeriodBasedOnFilter | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DBName": "sample string 1", "BranchInternalCode": "sample string 2", "UserInternalCode": "sample string 3", "BranchCodeList": "sample string 4", "DocumentTypeCodeList": "sample string 5", "TypeCodeList": "sample string 6", "PartyTypeCodeList": "sample string 7", "PartyCodeList": "sample string 8", "SalespersonCodeList": "sample string 9", "ProductCodeList": "sample string 10", "BrandCodeList": "sample string 11", "ProductcatgoryCodeList": "sample string 12", "ItemModelCatgoryCodelist": "sample string 13", "ItemModelCodeList": "sample string 14", "ItemClassficationTypeCodeList": "sample string 15", "ItemClassficationCodeList": "sample string 16", "SourceBranchCodeList": "sample string 17", "DestinationBranchCodelist": "sample string 18", "Group1Type": "sample string 19", "Group2Type": "sample string 20", "Group3Type": "sample string 21", "Group1Name": "sample string 22", "Group2Name": "sample string 23", "Group3Name": "sample string 24", "StartDate": 25, "EndDate": 26, "SalesPurchaseReportHandler": "sample string 27", "TransactionType": "sample string 28", "ShowOnlyItemModeldetails": true, "DownloadReport": true, "ShowAccountWiseOfferDetails": true, "ShowAdditionalPartyDetails": true, "ShowNotes": true, "ShowItemModelDetails": true, "ShowIMEINoDetails": true, "ShowItemModelAdditionalInfo": true, "ShowAdvancePaymentDetails": true, "ShowOnlyOfferDetails": true, "Status": "sample string 39", "ShowActionDetails": true, "ShowActionDocumentDetails": true, "ShowReferenceDocumentDetails": true, "ValueFilter": "sample string 43", "ValueFilterType": "sample string 44", "StartValueBasedOnValueFilter": 45.1, "EndValueBasedOnValueFilter": 46.1, "PeriodBasedOnFilter": "sample string 47" }
application/xml, text/xml
Sample:
<ReportInputSalesPurchaseObjects 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> <BrandCodeList>sample string 11</BrandCodeList> <DBName>sample string 1</DBName> <DestinationBranchCodelist>sample string 18</DestinationBranchCodelist> <DocumentTypeCodeList>sample string 5</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>26</EndDate> <EndValueBasedOnValueFilter>46.1</EndValueBasedOnValueFilter> <Group1Name>sample string 22</Group1Name> <Group1Type>sample string 19</Group1Type> <Group2Name>sample string 23</Group2Name> <Group2Type>sample string 20</Group2Type> <Group3Name>sample string 24</Group3Name> <Group3Type>sample string 21</Group3Type> <ItemClassficationCodeList>sample string 16</ItemClassficationCodeList> <ItemClassficationTypeCodeList>sample string 15</ItemClassficationTypeCodeList> <ItemModelCatgoryCodelist>sample string 13</ItemModelCatgoryCodelist> <ItemModelCodeList>sample string 14</ItemModelCodeList> <PartyCodeList>sample string 8</PartyCodeList> <PartyTypeCodeList>sample string 7</PartyTypeCodeList> <PeriodBasedOnFilter>sample string 47</PeriodBasedOnFilter> <ProductCodeList>sample string 10</ProductCodeList> <ProductcatgoryCodeList>sample string 12</ProductcatgoryCodeList> <SalesPurchaseReportHandler>sample string 27</SalesPurchaseReportHandler> <SalespersonCodeList>sample string 9</SalespersonCodeList> <ShowAccountWiseOfferDetails>true</ShowAccountWiseOfferDetails> <ShowActionDetails>true</ShowActionDetails> <ShowActionDocumentDetails>true</ShowActionDocumentDetails> <ShowAdditionalPartyDetails>true</ShowAdditionalPartyDetails> <ShowAdvancePaymentDetails>true</ShowAdvancePaymentDetails> <ShowIMEINoDetails>true</ShowIMEINoDetails> <ShowItemModelAdditionalInfo>true</ShowItemModelAdditionalInfo> <ShowItemModelDetails>true</ShowItemModelDetails> <ShowNotes>true</ShowNotes> <ShowOnlyItemModeldetails>true</ShowOnlyItemModeldetails> <ShowOnlyOfferDetails>true</ShowOnlyOfferDetails> <ShowReferenceDocumentDetails>true</ShowReferenceDocumentDetails> <SourceBranchCodeList>sample string 17</SourceBranchCodeList> <StartDate>25</StartDate> <StartValueBasedOnValueFilter>45.1</StartValueBasedOnValueFilter> <Status>sample string 39</Status> <TransactionType>sample string 28</TransactionType> <TypeCodeList>sample string 6</TypeCodeList> <UserInternalCode>sample string 3</UserInternalCode> <ValueFilter>sample string 43</ValueFilter> <ValueFilterType>sample string 44</ValueFilterType> </ReportInputSalesPurchaseObjects>
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. |