Skip to main content
PUT
/
admin
/
organisation-preference-management
/
update-organisaction-preference
Update Organisation Preference
curl --request PUT \
  --url https://{tenant}.fincode.software/api/v6/services/admin/organisation-preference-management/update-organisaction-preference \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "organisationPreferenceList": [
    {}
  ]
}
'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
organisationPreferenceList
object[]

Response

200

Preferences updated