Create a new org-list entry
Creates a new entry in the specified org-list for the authenticated organization. RETURN_REASON_CODE values are automatically normalized to upper-case. Returns 409 (via DATABASE_ERROR / ORG_LIST_ENTRY_DUPLICATE) when an entry with the same value already exists in the list. The audit row is attributed to the API token when called with a Bearer token, or to the human user when called via a cookie session. Requires intelligenceLayer.configure permission.
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
List type: SUPPLIER_BLACKLIST | BRAND_RESTRICTION | RETURN_REASON_CODE
SUPPLIER_BLACKLIST, BRAND_RESTRICTION, RETURN_REASON_CODE Body
Entry value. For SUPPLIER_BLACKLIST and BRAND_RESTRICTION, provide the UUID. For RETURN_REASON_CODE, provide a reason code string (normalized to upper-case server-side).
1 - 255Optional metadata to attach to the entry (e.g. { note: 'Defective supplier' })

