ResourceService.storeBuiltInResource Method
        
 Stores the built-in resource for the given kind and tenant.
 
         
        Parameters
        
            - contents
            
 
            - 
                
Type: String
The contents to use for the built-in resource. 
            - resourceKind
            
 
            - 
                
Type: BuiltInResourceKind
The resource kind the built-in resource is for. 
            - tenantId
            
 
            - 
                
Type: String
(optional) The ID of the tenant this resource is for, if applicable.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: Dundas.BI.WebApi.Models.BuiltInResourceInfoData
        
A promise object that is resolved when the call is complete.
 If successful, a Dundas.BI.WebApi.Models.BuiltInResourceInfoData is returned.