Class MyCouponConstantsREST
java.lang.Object
com.intershop.issup.sellside.rest.mycoupon.v1.capi.MyCouponConstantsREST
Constants used by multiple REST requests/resources/resource objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringError code if a coupon could not be resolvedstatic final StringError code if a coupon could not be resolvedstatic final StringError code if a coupon could not be resolvedstatic final StringAStringconstant representing the media type for V1 coupon requests.static final jakarta.ws.rs.core.MediaTypeMedia type for V1 site coupon.static final Stringstatic final StringPath for V1 coupon resources.static final String -
Method Summary
-
Field Details
-
TAG_MYCOUPON
- See Also:
-
MYCOUPON_v001_API_ID
- See Also:
-
MEDIA_TYPE_MYCOUPON_V1_JSON
AStringconstant representing the media type for V1 coupon requests.- See Also:
-
MEDIA_TYPE_MYCOUPON_V1_JSON_TYPE
public static final jakarta.ws.rs.core.MediaType MEDIA_TYPE_MYCOUPON_V1_JSON_TYPEMedia type for V1 site coupon. -
RESOURCE_PATH_MY_COUPON_V1
Path for V1 coupon resources.- See Also:
-
ERROR_COUPON_NOT_FOUND
Error code if a coupon could not be resolved- See Also:
-
ERROR_MISSING_EMAIL
Error code if a coupon could not be resolved- See Also:
-
ERROR_COUPON_NOT_CREATED
Error code if a coupon could not be resolved- See Also:
-