SupplierNegotiationsresponseCurrencies
Specifies the currencies accepted for negotiation responses, along with exchange rates to normalize bids against the negotiation currency.
Columns
Name | Type | Description |
SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header, linking the response currency data to a specific auction event in the negotiation process. |
AuctionHeaderId [KEY] | Long | Unique identifier for the auction, helping to associate the response currency data with the overall auction event. |
ResponseCurrencyId [KEY] | Decimal | Unique identifier for the response currency, allowing precise tracking and management of the specific currency used for responses in the negotiation. |
ResponseCurrencyCode | String | Code representing the response currency, used to identify the currency type used by the supplier in their response. |
ResponseCurrency | String | Name of the response currency, providing a clear identification of the currency used by the supplier in their response. |
ResponseCurrencyDescription | String | Description of the response currency, providing additional context or information about the currency type used. |
ConversionRate | Decimal | Conversion rate used to convert the response currency into the negotiation currency, ensuring accurate financial comparisons and calculations. |
PricePrecision | Decimal | Number of decimal places that the application uses to display the price for the response currency, ensuring accurate price representation. |
NegotiationCurrencyCode | String | Code representing the negotiation currency, helping to specify the currency that the negotiation is based on. |
CreatedBy | String | The name or identifier of the user who created the response currency record, ensuring accountability for data entry. |
CreationDate | Datetime | The date and time when the response currency record was created, marking the initial entry of the currency data into the system. |
LastUpdateDate | Datetime | The date and time when the response currency record was last updated, providing a timestamp for the most recent changes. |
LastUpdatedBy | String | The name or identifier of the user who last updated the response currency record, ensuring accountability for modifications. |
Finder | String | Search or query reference used for locating or filtering specific response currency records within the system. |
EffectiveDate | Date | This query parameter is used to fetch resources that are effective as of the specified date, ensuring that only relevant records for the given period are retrieved. |