Interface ProductOfferingPriceApi

All Known Implementing Classes:
TmaProductOfferingPriceApiController

@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:51.201Z") @Validated @RequestMapping("") public interface ProductOfferingPriceApi
  • Method Details

    • createProductOfferingPrice

      @RequestMapping(value="/productOfferingPrice", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<ProductOfferingPrice> createProductOfferingPrice(@Valid @RequestBody @Valid ProductOfferingPrice productOfferingPrice, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId, @Valid @RequestParam(value="catalogId",required=false) @Valid String catalogId, @Valid @RequestParam(value="catalogVersion",required=false) @Valid String catalogVersion)
    • deleteProductOfferingPrice

      @RequestMapping(value="/productOfferingPrice/{id}", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=DELETE) org.springframework.http.ResponseEntity<Void> deleteProductOfferingPrice(@PathVariable("id") String id, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId, @Valid @RequestParam(value="catalogId",required=false) @Valid String catalogId, @Valid @RequestParam(value="catalogVersion",required=false) @Valid String catalogVersion)
    • patchProductOfferingPrice

      @RequestMapping(value="/productOfferingPrice/{id}", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=PATCH) org.springframework.http.ResponseEntity<ProductOfferingPrice> patchProductOfferingPrice(@PathVariable("id") String id, @Valid @RequestBody @Valid ProductOfferingPrice productOfferingPrice, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId, @Valid @RequestParam(value="catalogId",required=false) @Valid String catalogId, @Valid @RequestParam(value="catalogVersion",required=false) @Valid String catalogVersion)
    • retrieveProductOfferingPrice

      @RequestMapping(value="/productOfferingPrice/{id}", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=GET) org.springframework.http.ResponseEntity<ProductOfferingPrice> retrieveProductOfferingPrice(@PathVariable("id") String id, @Valid @RequestParam(value="fields",required=false) @Valid String fields, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId, @Valid @RequestParam(value="catalogId",required=false) @Valid String catalogId, @Valid @RequestParam(value="catalogVersion",required=false) @Valid String catalogVersion)