GET api/rfqs/customer/{userId}/GetVendorBidDetails/{pid}?vid={vid}
Get Vendor Bid RFQ Submission Summary.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid |
Product/RFQ Id |
integer |
Required |
| vid |
Vendor Id |
integer |
Required |
| userId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
VendorSubmittedRFQ| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | integer |
None. |
|
| VendorId | integer |
None. |
|
| State | States |
None. |
|
| SampleLeadTime | integer |
None. |
|
| ProductionLeadTime | integer |
None. |
|
| NumberSampleIncluded | integer |
None. |
|
| HarmonizedCode | string |
None. |
|
| QuoteDocUri | Collection of string |
None. |
|
| PriceBreaks | Collection of PriceBreakDTO |
None. |
|
| PreferredCurrency |
The CurrencyCodes ISO Number |
CurrencyCodes |
None. |
| PreferredCurrencyText |
The CurrencyCodes ISO 3 letter Code |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.