| HoldingId | 
                    Int32 (Nullable) | 
                    The Id of the specific profile row in the holding table. | 
                    No | 
                
        
                
                    | Id | 
                    Int32 (Nullable) | 
                    The Id of the specific profile row. This is only relevant for multiple row profiles. This indicates the specific row that would need updating. | 
                    No | 
                
        
                
                    | ToDelete | 
                    Boolean | 
                    Determines whether the profile row should be deleted. This is only relevant when updating multiple row profiles. | 
                    No | 
                
        
                
                    | Data | 
                    Dictionary<String, Object> | 
                    The data contained within the profile. The profile field name and its value is required here. | 
                    No |