Loyalty API

UpdateOutcome

Indicates a result of updating a specific field or piece of data on a loyalty object.

This is not an exhaustive list. New values can be introduced without notice, and undocumented values may be returned. You MUST ignore any values you do not know how to handle. (Generally, ok property of the result should help you interpret the unknown values.)

Values

  • unchanged

    The data remains unmodified

  • credited

    The data has been provided for the first time, and loyalty points have been granted accordingly.

  • provided

    The data has been provided for the first time, and there's no associated loyalty points bonus.

  • updated

    The data has been updated.

  • invalid

    The provided value is invalid.

  • failed

    Failed to validate or update the value, so the provided value has not been set.

Previous
ReferralChannel1