GET
api/v1/get-purchase-dashboarddata?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: PurchaseDashboardData
Response Formats
application/json, text/json
{
"OpenPurchaseRequests": 1,
"OpenPurchaseQuotations": 2,
"OpenPurchaseOrders": 3,
"TotalGRPOs": 4,
"OpenPurchaseReturn": 5
}
text/html
{"OpenPurchaseRequests":1,"OpenPurchaseQuotations":2,"OpenPurchaseOrders":3,"TotalGRPOs":4,"OpenPurchaseReturn":5}
application/xml, text/xml
<PurchaseDashboardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Purchase"> <OpenPurchaseOrders>3</OpenPurchaseOrders> <OpenPurchaseQuotations>2</OpenPurchaseQuotations> <OpenPurchaseRequests>1</OpenPurchaseRequests> <OpenPurchaseReturn>5</OpenPurchaseReturn> <TotalGRPOs>4</TotalGRPOs> </PurchaseDashboardData>
