publicResponseEntity<DiscountCard>addDiscountCardToCustomer(@ApiParam(value="ID of customer",required=true)@PathVariable("customerId")LongcustomerId,@ApiParam(value="DiscountCard object that needs to be added to the customer",required=true)@RequestBody@ValidDiscountCardbody){
publicResponseEntity<List<DiscountCard>>getCustomerDiscountCards(@ApiParam(value="ID of customer to search for discount cards",required=true)@PathVariable("customerId")LongcustomerId){