GET v2/cova/companies({CompanyId})/loyalty/adjustment-history?DateRange={DateRange}

Returns All Loyalty Adjustment Report for a Company based on Timeframe

Information:

Base URL:

https://reporting.iqmetrix.net

Example of a call would be:

https://reporting.iqmetrix.net/v2/cova/companies({CompanyId})/loyalty/adjustment-history?DateRange=Everything

Date Range Paramters indude:

Today, Yesterday, LastWeek, LastMonth, LastQuarter, WeekToDate, MonthToDate, QuarterToDate, YearToDate, FullYear, Everything

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

The unique Company Id that was provided in your onboarding pacakage

integer

Required

DateRange

The Timeframe you want for the Loyalty Adjustments Reprot

string

Required

Body Parameters

None.

Response Information

Resource Description

Loyalty Adjustment Report for a Company based on Timeframe

Collection of LoyaltyAdjustmentReportByCompanyReturn
NameDescriptionTypeAdditional information
Date

date

None.

Add/Remove

string

None.

Point Amount

string

None.

Employee

string

None.

Customer

string

None.

Reason

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Date": "2024-11-07T08:37:44.2302391+00:00",
    "Add/Remove": "sample string 2",
    "Point Amount": "sample string 3",
    "Employee": "sample string 4",
    "Customer": "sample string 5",
    "Reason": "sample string 6"
  },
  {
    "Date": "2024-11-07T08:37:44.2302391+00:00",
    "Add/Remove": "sample string 2",
    "Point Amount": "sample string 3",
    "Employee": "sample string 4",
    "Customer": "sample string 5",
    "Reason": "sample string 6"
  }
]