GET loyalty/settings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CashbackSettingsResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

CashbackPercentage

decimal number

None.

Enabled

boolean

None.

LastModified

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "CashbackPercentage": 3.0,
  "Enabled": true,
  "LastModified": "2026-03-26T03:52:14.2052638+02:00"
}

application/xml, text/xml

Sample:
<CashbackSettingsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UCareAPI.Models">
  <CashbackPercentage>3</CashbackPercentage>
  <Enabled>true</Enabled>
  <LastModified>2026-03-26T03:52:14.2052638+02:00</LastModified>
  <Message>sample string 2</Message>
  <Success>true</Success>
</CashbackSettingsResponse>