GET
api/v1/vendor-purchase-report-chart-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: Collection of VendorPurchaseReport
Response Formats
application/json, text/json
[
{
"BPName": "sample string 1",
"POCount": 2,
"POAmount": 3.0,
"GRPOCount": 4,
"GRPOAmount": 5.0,
"AvgDeliveryTime": 6,
"PurchaseReturnCount": 7,
"PurchaseReturnAmount": 8.0,
"LastPODate": "2026-02-05T12:14:02.4582544+00:00"
},
{
"BPName": "sample string 1",
"POCount": 2,
"POAmount": 3.0,
"GRPOCount": 4,
"GRPOAmount": 5.0,
"AvgDeliveryTime": 6,
"PurchaseReturnCount": 7,
"PurchaseReturnAmount": 8.0,
"LastPODate": "2026-02-05T12:14:02.4582544+00:00"
}
]
text/html
[{"BPName":"sample string 1","POCount":2,"POAmount":3.0,"GRPOCount":4,"GRPOAmount":5.0,"AvgDeliveryTime":6,"PurchaseReturnCount":7,"PurchaseReturnAmount":8.0,"LastPODate":"2026-02-05T12:14:02.4582544+00:00"},{"BPName":"sample string 1","POCount":2,"POAmount":3.0,"GRPOCount":4,"GRPOAmount":5.0,"AvgDeliveryTime":6,"PurchaseReturnCount":7,"PurchaseReturnAmount":8.0,"LastPODate":"2026-02-05T12:14:02.4582544+00:00"}]
application/xml, text/xml
<ArrayOfVendorPurchaseReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Purchase">
<VendorPurchaseReport>
<AvgDeliveryTime>6</AvgDeliveryTime>
<BPName>sample string 1</BPName>
<GRPOAmount>5</GRPOAmount>
<GRPOCount>4</GRPOCount>
<LastPODate>2026-02-05T12:14:02.4582544+00:00</LastPODate>
<POAmount>3</POAmount>
<POCount>2</POCount>
<PurchaseReturnAmount>8</PurchaseReturnAmount>
<PurchaseReturnCount>7</PurchaseReturnCount>
</VendorPurchaseReport>
<VendorPurchaseReport>
<AvgDeliveryTime>6</AvgDeliveryTime>
<BPName>sample string 1</BPName>
<GRPOAmount>5</GRPOAmount>
<GRPOCount>4</GRPOCount>
<LastPODate>2026-02-05T12:14:02.4582544+00:00</LastPODate>
<POAmount>3</POAmount>
<POCount>2</POCount>
<PurchaseReturnAmount>8</PurchaseReturnAmount>
<PurchaseReturnCount>7</PurchaseReturnCount>
</VendorPurchaseReport>
</ArrayOfVendorPurchaseReport>
