Interface DeliveryModeApi
- All Known Implementing Classes:
TmaDeliveryModeApiController
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
@Validated
@RequestMapping("")
public interface DeliveryModeApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DeliveryMode>>listDeliveryMode(@NotNull @Valid String shoppingCartPeriodid, @NotNull @Valid String relatedPartyPeriodid, @Valid String baseSiteId, @Valid String fields, @Valid String name, @Valid String description)
-
Method Details
-
listDeliveryMode
@RequestMapping(value="/deliveryMode", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=GET) org.springframework.http.ResponseEntity<List<DeliveryMode>> listDeliveryMode(@NotNull @Valid @RequestParam(value="shoppingCart.id",required=true) @NotNull @Valid String shoppingCartPeriodid, @NotNull @Valid @RequestParam(value="relatedParty.id",required=true) @NotNull @Valid String relatedPartyPeriodid, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId, @Valid @RequestParam(value="fields",required=false) @Valid String fields, @Valid @RequestParam(value="name",required=false) @Valid String name, @Valid @RequestParam(value="description",required=false) @Valid String description)
-