Skip to main content

What’s Changed


GET /api/loyalty/badges
Return Type:
Changed response : 200 OK
200
  • Changed content type : application/json
    • Changed property data (array) Changed items (object):
      Response returned upon successful fetching of the badges.
      • Changed property dataJobs (array)
        Array of data jobs associated with the badge
        Changed items (object):
        • Changed property status (string)
          The status of the data job
          Added enum values:
          • processing
          • cancelled
POST /api/loyalty/badges
Return Type:
Changed response : 200 OK
200
  • Changed content type : application/json
    • Changed property dataJobs (array)
      Array of data jobs associated with the badge
      Changed items (object):
      • Changed property status (string)
        The status of the data job
        Added enum values:
        • processing
        • cancelled
POST /api/loyalty/badges/
Return Type:
Changed response : 200 OK
200
  • Changed content type : application/json
    • Changed property dataJobs (array)
      Array of data jobs associated with the badge
      Changed items (object):
      • Changed property status (string)
        The status of the data job
        Added enum values:
        • processing
        • cancelled
DELETE /api/loyalty/badges/
Return Type:
Changed response : 200 OK
200
  • Changed content type : application/json
    • Changed property dataJobs (array)
      Array of data jobs associated with the badge
      Changed items (object):
      • Changed property status (string)
        The status of the data job
        Added enum values:
        • processing
        • cancelled