GET api/WebApiOdata/GetQuotations?providerID={providerID}&statusID={statusID}&managerID={managerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerID | integer |
Required |
|
statusID | integer |
Default value is 0 |
|
managerID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of QuotationViewModelName | Description | Type | Additional information |
---|---|---|---|
QuotationID | integer |
None. |
|
ShopperID | integer |
None. |
|
ProviderID | integer |
None. |
|
QuotationReferenceID | integer |
None. |
|
OrderID | integer |
None. |
|
ShopperName | string |
None. |
|
string |
None. |
||
CompanyName | string |
None. |
|
RequestedDate | date |
None. |
|
Status | byte |
None. |
|
ProductName | string |
None. |
|
AcceptedDate | date |
None. |
|
ExpiryDate | date |
None. |
|
UpdatedDate | date |
None. |
|
IsQuoteExpired | boolean |
None. |
|
RequestedDateDisplay | string |
None. |
|
AcceptedDateDisplay | string |
None. |
|
ExpiryDateDisplay | string |
None. |
|
UpdatedDateDisplay | string |
None. |
|
OrderIDDisplay | string |
None. |
|
QuotationReferenceIDDisplay | string |
None. |
|
ManagerID | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "QuotationID": 1, "ShopperID": 2, "ProviderID": 3, "QuotationReferenceID": 4, "OrderID": 1, "ShopperName": "sample string 5", "Email": "sample string 6", "CompanyName": "sample string 7", "RequestedDate": "1/22/2025", "Status": 64, "ProductName": "sample string 10", "AcceptedDate": "1/22/2025", "ExpiryDate": "1/22/2025", "UpdatedDate": "1/22/2025", "IsQuoteExpired": true, "RequestedDateDisplay": "1/22/2025 1:42:00 PM", "AcceptedDateDisplay": "1/22/2025 1:42:00 PM", "ExpiryDateDisplay": "1/22/2025 1:42:00 PM", "UpdatedDateDisplay": "1/22/2025 1:42:00 PM", "OrderIDDisplay": "1", "QuotationReferenceIDDisplay": "4", "ManagerID": 12 }, { "QuotationID": 1, "ShopperID": 2, "ProviderID": 3, "QuotationReferenceID": 4, "OrderID": 1, "ShopperName": "sample string 5", "Email": "sample string 6", "CompanyName": "sample string 7", "RequestedDate": "1/22/2025", "Status": 64, "ProductName": "sample string 10", "AcceptedDate": "1/22/2025", "ExpiryDate": "1/22/2025", "UpdatedDate": "1/22/2025", "IsQuoteExpired": true, "RequestedDateDisplay": "1/22/2025 1:42:00 PM", "AcceptedDateDisplay": "1/22/2025 1:42:00 PM", "ExpiryDateDisplay": "1/22/2025 1:42:00 PM", "UpdatedDateDisplay": "1/22/2025 1:42:00 PM", "OrderIDDisplay": "1", "QuotationReferenceIDDisplay": "4", "ManagerID": 12 } ]
application/xml, text/xml
Sample:
<ArrayOfQuotationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.Products"> <QuotationViewModel> <AcceptedDate>2025-01-22T13:42:00.6627574+00:00</AcceptedDate> <CompanyName>sample string 7</CompanyName> <Email>sample string 6</Email> <ExpiryDate>2025-01-22T13:42:00.6627574+00:00</ExpiryDate> <IsQuoteExpired>true</IsQuoteExpired> <ManagerID>12</ManagerID> <OrderID>1</OrderID> <ProductName>sample string 10</ProductName> <ProviderID>3</ProviderID> <QuotationID>1</QuotationID> <QuotationReferenceID>4</QuotationReferenceID> <RequestedDate>2025-01-22T13:42:00.6627574+00:00</RequestedDate> <ShopperID>2</ShopperID> <ShopperName>sample string 5</ShopperName> <Status>64</Status> <UpdatedDate>2025-01-22T13:42:00.6627574+00:00</UpdatedDate> </QuotationViewModel> <QuotationViewModel> <AcceptedDate>2025-01-22T13:42:00.6627574+00:00</AcceptedDate> <CompanyName>sample string 7</CompanyName> <Email>sample string 6</Email> <ExpiryDate>2025-01-22T13:42:00.6627574+00:00</ExpiryDate> <IsQuoteExpired>true</IsQuoteExpired> <ManagerID>12</ManagerID> <OrderID>1</OrderID> <ProductName>sample string 10</ProductName> <ProviderID>3</ProviderID> <QuotationID>1</QuotationID> <QuotationReferenceID>4</QuotationReferenceID> <RequestedDate>2025-01-22T13:42:00.6627574+00:00</RequestedDate> <ShopperID>2</ShopperID> <ShopperName>sample string 5</ShopperName> <Status>64</Status> <UpdatedDate>2025-01-22T13:42:00.6627574+00:00</UpdatedDate> </QuotationViewModel> </ArrayOfQuotationViewModel>