v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Organisation Level Configuration for Rewards Catalog

post/api_gateway/rewards/core/v1/brand/config

Request body

RAW_BODYstring

{ "configKeyName": "CONF_START_OF_THE_WEEK_FOR_ORG_RESTRICTION", "configKeyValue": "SUNDAY", "brandId": 47, "label": "" }

Response

200

OR
OR

Example response

{
  "status": {
    "success": true,
    "code": 3008,
    "message": "Org config updated successfully"
  },
  "configList": [
    {
      "configKeyName": "CONF_START_OF_THE_WEEK_FOR_ORG_RESTRICTION",
      "configKeyValue": "TUESDAY",
      "label": "Add the start of the week for the org level restrictions, this will be applied to all org level restrictions with Week configurations"
    }
  ]
}