createFileAssociation
Creates a new file association
By passing in the appropriate options, you can create a new folder
/Files/{FileId}/Associations
Usage and SDK Samples
xero_client.set_token_set(user.token_set)
xero_tenant_id = 'YOUR_XERO_TENANT_ID'
file_id = '4ff1e5cc-9835-40d5-bb18-09fdb118db9c'
idempotency_key = 'KEY_VALUE'
begin
  response = xero_client.accounting_api.create_file_association(xero_tenant_id, file_id, association, idempotency_key)
  return response
rescue XeroRuby::ApiError => e
  puts "Exception when calling create_file_association: #{e}"
end
Scopes
| files | Grant read-write access to files and folders | 
Parameters
| Name | Description | 
|---|---|
| FileId* | 
                
                    UUID
                
                    
                        (uuid)
                    
                     
File id for single object
                     
                    Required
                 | 
| Name | Description | 
|---|---|
| xero-tenant-id* | 
                
                    String
                
                     
Xero identifier for Tenant
                     
                    Required
                 | 
| Idempotency-Key | 
                
                    String
                
                     
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
                     | 
| Name | Description | 
|---|---|
| association * | 
        
        Association
        
         
        Required
       | 
 
        