Table of Contents

Method GetActivePriceAdjustmentsForCountry

Namespace
Everest.Service.Catalog
Assembly
Everest.Service.dll

GetActivePriceAdjustmentsForCountry(string)

[OperationContract]
[SwaggerWcfTag("Catalog categories", false)]
[SwaggerWcfPath(null, null, null, null, null, false, null, Summary = "Returns the active price adjustments for a given country", Description = "Returns the list of active price adjustments associated with the provided country code")]
[WebGet(UriTemplate = "/Pricelist/Active/Country/{countryCode}/Adjustments", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.OK, Description = "Success")]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.BadRequest, Description = "Invalid country code specified", Type = typeof(JsonErrorMessage))]
[SwaggerWcfResponse(StatusCode = HttpStatusCode.InternalServerError, Description = "An unexpected error occurred while processing the request.", Type = typeof(JsonErrorMessage))]
ActiveCategoryPriceAdjustmentContract[] GetActivePriceAdjustmentsForCountry(string countryCode)

Parameters

countryCode string

Returns

ActiveCategoryPriceAdjustmentContract[]