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 String
Error code if a coupon could not be resolvedstatic final String
Error code if a coupon could not be resolvedstatic final String
Error code if a coupon could not be resolvedstatic final String
AString
constant representing the media type for V1 coupon requests.static final jakarta.ws.rs.core.MediaType
Media type for V1 site coupon.static final String
static final String
Path 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
AString
constant 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:
-