# AttributeInput **Type:** GraphQL inputs **Description:** Represents a custom attributes. Mandatory custom attributes must be provided for the request to be successful ## Fields - name (String): Name of the custom attribute. Example: "REGION" - value (JSON): Value assigned to the custom attribute. Format and example depend on the type: - Single Text: "EMEA" - Multi-valued text: provide list of values between brackets [] delimited by , (e.g. ["Text1", "Text2"]) - Date: "YYYY/MM/DD" (e.g. "2025/12/31") - Number: 12345