GET
api/v1/vendor-detail-report-donutchart-Data?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: VendorReportVM
Response Formats
application/json, text/json
{
"List": [
{
"BPName": "sample string 1",
"GoodsSupplied": 2,
"OnTimeDeliverie": 3,
"TotalDeliverie": 4,
"OnTimeDeliveriesRate": 5.0,
"AvgDeliveryTime": 6,
"GoodsReturn": 7,
"ReturnRate": 8.0,
"TotalValueSupplied": 9.0,
"MonthName": "sample string 10"
},
{
"BPName": "sample string 1",
"GoodsSupplied": 2,
"OnTimeDeliverie": 3,
"TotalDeliverie": 4,
"OnTimeDeliveriesRate": 5.0,
"AvgDeliveryTime": 6,
"GoodsReturn": 7,
"ReturnRate": 8.0,
"TotalValueSupplied": 9.0,
"MonthName": "sample string 10"
}
],
"TotalRecords": 1
}
text/html
{"List":[{"BPName":"sample string 1","GoodsSupplied":2,"OnTimeDeliverie":3,"TotalDeliverie":4,"OnTimeDeliveriesRate":5.0,"AvgDeliveryTime":6,"GoodsReturn":7,"ReturnRate":8.0,"TotalValueSupplied":9.0,"MonthName":"sample string 10"},{"BPName":"sample string 1","GoodsSupplied":2,"OnTimeDeliverie":3,"TotalDeliverie":4,"OnTimeDeliveriesRate":5.0,"AvgDeliveryTime":6,"GoodsReturn":7,"ReturnRate":8.0,"TotalValueSupplied":9.0,"MonthName":"sample string 10"}],"TotalRecords":1}
application/xml, text/xml
<VendorReportVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Vendor">
<List>
<VendorReport>
<AvgDeliveryTime>6</AvgDeliveryTime>
<BPName>sample string 1</BPName>
<GoodsReturn>7</GoodsReturn>
<GoodsSupplied>2</GoodsSupplied>
<MonthName>sample string 10</MonthName>
<OnTimeDeliverie>3</OnTimeDeliverie>
<OnTimeDeliveriesRate>5</OnTimeDeliveriesRate>
<ReturnRate>8</ReturnRate>
<TotalDeliverie>4</TotalDeliverie>
<TotalValueSupplied>9</TotalValueSupplied>
</VendorReport>
<VendorReport>
<AvgDeliveryTime>6</AvgDeliveryTime>
<BPName>sample string 1</BPName>
<GoodsReturn>7</GoodsReturn>
<GoodsSupplied>2</GoodsSupplied>
<MonthName>sample string 10</MonthName>
<OnTimeDeliverie>3</OnTimeDeliverie>
<OnTimeDeliveriesRate>5</OnTimeDeliveriesRate>
<ReturnRate>8</ReturnRate>
<TotalDeliverie>4</TotalDeliverie>
<TotalValueSupplied>9</TotalValueSupplied>
</VendorReport>
</List>
<TotalRecords>1</TotalRecords>
</VendorReportVM>
