POST api/rptDistributorSalesExecutiveWiseSales/GetDistributorSalesExecutiveWiseSalesReportData
Request Information
URI Parameters
None.
Body Parameters
rptDistributorSalesExecutiveWiseSalesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| PartyId | integer |
None. |
|
| SelectedPartiesId | string |
None. |
|
| SelectedSalesExecutivesId | string |
None. |
|
| PartyName | string |
None. |
|
| SalesExecutiveId | integer |
None. |
|
| SalesExecutiveName | string |
None. |
|
| dt | DataTable |
None. |
|
| ReportType | string |
None. |
|
| DistributorSalesExecutiveWiseSalesDetails | Collection of DistributorSalesExecutiveWiseSalesModel |
None. |
|
| TotalColumn | integer |
None. |
|
| TotalKGs | decimal number |
None. |
|
| TotalInvoiceQty | decimal number |
None. |
|
| TotalFreeQty | decimal number |
None. |
|
| TotalRate | decimal number |
None. |
|
| TotalBasicAmount | decimal number |
None. |
|
| TotalDiscountAmount | decimal number |
None. |
|
| TotalTaxableAmount | decimal number |
None. |
|
| TotalTaxAmount | decimal number |
None. |
|
| TotalRoundOffAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| Message | APIResponse |
None. |
|
| SecretKey | string |
None. |
|
| Token | string |
None. |
|
| EnterprisesCode | string |
None. |
|
| ModeluSelection | string |
None. |
|
| CallFrom | string |
None. |
|
| IsAllowedRequest | boolean |
None. |
|
| IsInMaintenance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoleId": 1,
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"PartyId": 4,
"SelectedPartiesId": "sample string 5",
"SelectedSalesExecutivesId": "sample string 6",
"PartyName": "sample string 7",
"SalesExecutiveId": 8,
"SalesExecutiveName": "sample string 9",
"dt": null,
"ReportType": "sample string 10",
"DistributorSalesExecutiveWiseSalesDetails": [
{
"InvoiceDate": "sample string 1",
"InvoiceType": "sample string 2",
"InvoiceNumber": "sample string 3",
"PartyName": "sample string 4",
"SalesExecutiveName": "sample string 5",
"Particulars": "sample string 6",
"Store": "sample string 7",
"KGS": 8.0,
"InvoiceQty": 9.0,
"FreeQty": 10.0,
"Unit": "sample string 11",
"Rate": 12.0,
"BasicAmount": 13.0,
"DiscountAmount": 14.0,
"TaxableAmount": 15.0,
"TaxAmount": 16.0,
"RoundOffAmount": 17.0,
"TotalAmount": 18.0
},
{
"InvoiceDate": "sample string 1",
"InvoiceType": "sample string 2",
"InvoiceNumber": "sample string 3",
"PartyName": "sample string 4",
"SalesExecutiveName": "sample string 5",
"Particulars": "sample string 6",
"Store": "sample string 7",
"KGS": 8.0,
"InvoiceQty": 9.0,
"FreeQty": 10.0,
"Unit": "sample string 11",
"Rate": 12.0,
"BasicAmount": 13.0,
"DiscountAmount": 14.0,
"TaxableAmount": 15.0,
"TaxAmount": 16.0,
"RoundOffAmount": 17.0,
"TotalAmount": 18.0
}
],
"TotalColumn": 11,
"TotalKGs": 12.0,
"TotalInvoiceQty": 13.0,
"TotalFreeQty": 14.0,
"TotalRate": 15.0,
"TotalBasicAmount": 16.0,
"TotalDiscountAmount": 17.0,
"TotalTaxableAmount": 18.0,
"TotalTaxAmount": 19.0,
"TotalRoundOffAmount": 20.0,
"TotalAmount": 21.0,
"Message": {
"ResponseCode": 1,
"ResponseMessage": "sample string 2"
},
"SecretKey": "sample string 22",
"Token": "sample string 23",
"EnterprisesCode": "sample string 24",
"ModeluSelection": "sample string 25",
"CallFrom": "sample string 26",
"IsAllowedRequest": true,
"IsInMaintenance": true
}
application/xml, text/xml
Sample:
<rptDistributorSalesExecutiveWiseSalesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
<CallFrom>sample string 26</CallFrom>
<EnterprisesCode>sample string 24</EnterprisesCode>
<IsAllowedRequest>true</IsAllowedRequest>
<IsInMaintenance>true</IsInMaintenance>
<Message>
<ResponseCode>1</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
</Message>
<ModeluSelection>sample string 25</ModeluSelection>
<SecretKey>sample string 22</SecretKey>
<Token>sample string 23</Token>
<DistributorSalesExecutiveWiseSalesDetails>
<DistributorSalesExecutiveWiseSalesModel>
<BasicAmount>13</BasicAmount>
<DiscountAmount>14</DiscountAmount>
<FreeQty>10</FreeQty>
<InvoiceDate>sample string 1</InvoiceDate>
<InvoiceNumber>sample string 3</InvoiceNumber>
<InvoiceQty>9</InvoiceQty>
<InvoiceType>sample string 2</InvoiceType>
<KGS>8</KGS>
<Particulars>sample string 6</Particulars>
<PartyName>sample string 4</PartyName>
<Rate>12</Rate>
<RoundOffAmount>17</RoundOffAmount>
<SalesExecutiveName>sample string 5</SalesExecutiveName>
<Store>sample string 7</Store>
<TaxAmount>16</TaxAmount>
<TaxableAmount>15</TaxableAmount>
<TotalAmount>18</TotalAmount>
<Unit>sample string 11</Unit>
</DistributorSalesExecutiveWiseSalesModel>
<DistributorSalesExecutiveWiseSalesModel>
<BasicAmount>13</BasicAmount>
<DiscountAmount>14</DiscountAmount>
<FreeQty>10</FreeQty>
<InvoiceDate>sample string 1</InvoiceDate>
<InvoiceNumber>sample string 3</InvoiceNumber>
<InvoiceQty>9</InvoiceQty>
<InvoiceType>sample string 2</InvoiceType>
<KGS>8</KGS>
<Particulars>sample string 6</Particulars>
<PartyName>sample string 4</PartyName>
<Rate>12</Rate>
<RoundOffAmount>17</RoundOffAmount>
<SalesExecutiveName>sample string 5</SalesExecutiveName>
<Store>sample string 7</Store>
<TaxAmount>16</TaxAmount>
<TaxableAmount>15</TaxableAmount>
<TotalAmount>18</TotalAmount>
<Unit>sample string 11</Unit>
</DistributorSalesExecutiveWiseSalesModel>
</DistributorSalesExecutiveWiseSalesDetails>
<FromDate>sample string 2</FromDate>
<PartyId>4</PartyId>
<PartyName>sample string 7</PartyName>
<ReportType>sample string 10</ReportType>
<RoleId>1</RoleId>
<SalesExecutiveId>8</SalesExecutiveId>
<SalesExecutiveName>sample string 9</SalesExecutiveName>
<SelectedPartiesId>sample string 5</SelectedPartiesId>
<SelectedSalesExecutivesId>sample string 6</SelectedSalesExecutivesId>
<ToDate>sample string 3</ToDate>
<TotalAmount>21</TotalAmount>
<TotalBasicAmount>16</TotalBasicAmount>
<TotalColumn>11</TotalColumn>
<TotalDiscountAmount>17</TotalDiscountAmount>
<TotalFreeQty>14</TotalFreeQty>
<TotalInvoiceQty>13</TotalInvoiceQty>
<TotalKGs>12</TotalKGs>
<TotalRate>15</TotalRate>
<TotalRoundOffAmount>20</TotalRoundOffAmount>
<TotalTaxAmount>19</TotalTaxAmount>
<TotalTaxableAmount>18</TotalTaxableAmount>
<dt i:nil="true" />
</rptDistributorSalesExecutiveWiseSalesModel>
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. |