getVendorProductPricingByPageAsk AIget https://webservices-test.net-chef.com/vendorproductpricing/v1/getVendorProductPricingByPageRetrieve a page of vendor product pricing.Query ParamsactiveProductFlagstringRetrieve active products (optional). Default to Y, if not provided.bidSheetstringName of bid sheet to retrieve (optional) (case sensitive full name search).contractStatusstringRetrieve products under contract (Y/N) - optional.effectiveDatestringRetrieve products relevant for this date (optional). API retrieves products with a beginDate less than or equal to the EffectiveDate and an endDate greater than the EffectiveDate. EffectiveDate is current date by default. Hint: If you want to see bids that end 'today', enter the date for the day before.marketstringName of market to retrieve (optional) (case sensitive full name search).minutesSinceUpdateint32The number of minutes since a vendor product pricing or contract record was last updated. Use to set how far back to search.pageNumberint32Defaults to 1Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.substitutestringFetch substitute products (optional).productNamestringName of product to retrieve (optional) (case sensitive full name search).productNumberstringProduct number to retrieve. (case sensitive).secondaryMarketstringRetrieve products from secondary markets, if market param is provided. If market param is filled and secondaryMarket equals to "Y", API returns products not only from the market provided, but from secondary markets linked to the market, if there are any.vendorstringName of vendor to retrieve (optional) (case sensitive full name search).pageSizeint32Number of items to display per page.includeNullbooleanSpecify 'true' to output null data elements.truefalseHeadersauthenticationtokenstringrequiredSecure token for API authentication.passwordstringrequiredPassword for the Crunchtime Application User.sitenamestringrequiredCrunchtime site identifier. (test or production)useridstringrequiredUser ID for the Crunchtime Application User.X-B3-TraceIdstringOptional trace identifier for troubleshooting.acceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200Success 400Validation Error 401Authorization 404vendor product pricing not found 429Too Many Requests 500Unexpected Error 503System under maintenance 504TimeoutUpdated 5 months ago