GET
api/v1/get-customer-rfq-dashboard?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: CustomerRFQDashBoardData
Response Formats
application/json, text/json
{
"TotalRFQs": 1,
"TotalCompletedRFQs": 2,
"TotalCanceledRFQs": 3
}
text/html
{"TotalRFQs":1,"TotalCompletedRFQs":2,"TotalCanceledRFQs":3}
application/xml, text/xml
<CustomerRFQDashBoardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CustomerRFQ"> <TotalCanceledRFQs>3</TotalCanceledRFQs> <TotalCompletedRFQs>2</TotalCompletedRFQs> <TotalRFQs>1</TotalRFQs> </CustomerRFQDashBoardData>
