Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.44 KB

File metadata and controls

49 lines (34 loc) · 1.44 KB

NewMessageTest

Properties

Name Type Description Notes
type TypeEnum The message type.
queryParams Map<String, String> Array of query parameters. [optional]
headers Map<String, String> List of API HTTP headers for the given message. [optional]
verb VerbEnum API method for this message.
url String API URL for the given message.
payload String API payload of this message. [optional]

Enum: TypeEnum

Name Value
CAMPAIGN "campaign"
LOYALTY_ADDED_DEDUCTED_POINTS "loyalty_added_deducted_points"
CARD_ADDED_DEDUCTED_POINTS "card_added_deducted_points"
COUPON "coupon"
EXPIRING_COUPONS "expiring_coupons"
EXPIRING_POINTS "expiring_points"
PENDING_TO_ACTIVE_POINTS "pending_to_active_points"
STRIKETHROUGH_PRICING "strikethrough_pricing"
TIER_DOWNGRADE "tier_downgrade"
TIER_UPGRADE "tier_upgrade"
TIER_WILL_DOWNGRADE "tier_will_downgrade"
CARD_EXPIRING_POINTS "card_expiring_points"
RULE_ENGINE_WEBHOOK "rule_engine_webhook"

Enum: VerbEnum

Name Value
POST "POST"
PUT "PUT"
GET "GET"
DELETE "DELETE"
PATCH "PATCH"