Updates the dimension with the specified ID.
PUT http:///api/v2/business/{businessId}/dimension/{id}
  
  
  
  
    
    
      | Parameter name | 
      Value | 
      Description | 
      Additional | 
    
  
  
  
    
      | id | 
      int32 | 
      
      
       | 
      Required | 
    
  
    
      | businessId | 
      string | 
      
      
       | 
      Required | 
    
  
  
 
  
  
  The request body takes a complete
ReportingDimensionApiModel resource,
containing the following writable properties:
{
    "externalId": "string",
    "id": "int32",
    "name": "string",
    "source": "string"
}
  
    
      
        | Name | 
        Type | 
        Description | 
      
    
    
      
  
    | 
      externalId
     | 
    
    string | 
	
      String
      
     | 
  
  
  
    | 
      id
     | 
    
    int32 | 
	
      Int32
      
     | 
  
  
  
    | 
      name
     | 
    
    string | 
	
      String
      
     | 
  
  
  
    | 
      source
     | 
    
    string | 
	
      ExternalService
      
       Possible values are: 
      
        
        None 
        
        Saasu 
        
        Xero 
        
        MYOB 
        
        Deputy 
        
        EmployeeTimePunch 
        
        ClickSuper 
        
        IntegratedTimesheets 
        
        FileImport 
        
        FileExport 
        
        QuickBooks 
        
        Harmony 
        
        AwardStore 
        
        Attache 
        
        IntegratedRostering 
        
        ReckonAccounts 
        
        API 
        
        MicroPower 
        
        RosterLive 
        
        NetSuite 
        
        Kounta 
        
        TimeAndAttendanceKiosk 
        
        DetailedFileExport 
        
        JonasPremier 
        
        WageEasy 
        
        Maestrano 
        
        WorkZone 
        
        EmployeePortal 
        
        RosterTemplate 
        
        Onboarding 
        
        Admin 
        
        WorkZoneClockOnOff 
        
        NetSuiteOneWorld 
        
        Sage50 
        
        PensionSync 
        
        FinancialsOffice 
        
        ProntoXI 
        
        PayRunDefault 
        
        StandardWorkDay 
        
        Beam 
        
        PayRunAutomation 
        
        BureauDashboard 
        
        Wiise 
        
        QBOMigrationTool 
        
        AbridgedFileImport 
        
        QBOForcedMigration 
        
        HmrcDpsUpdate 
        
        HmrcDpsStudentLoan 
        
        HmrcDpsPostGradLoan 
        
        Sage50FileImporter 
        
        FPSFileImporter 
        
        OAuth 
        
        FreshBooks 
        
        StarFileImporter 
        
        ActiveCampaign 
        
        SummaryAndDetailsExport 
        
        Telleroo 
        
        EmployeeAdvancedHoursUpload 
        
        BusinessCentral 
        
        Paytron 
        
        AccessFinancials 
        
        Comma 
        
        Zoho 
        
        FlatFileEmployeeImporter 
        
        Twinfield 
        
        SageAccounting 
        
        Square 
        
        Quickfile 
        
        Tide 
        
        TideSso 
        
        FreeAgent 
        
        Akahu 
        
        InstaPay 
        
        Zepto 
        
        Slack 
        
        Caxton 
        
        QuickbooksStandalonePayroll 
        
        ImportEmployeeSelfSetup 
        
        XeroIdentityPayrollSignUp 
        
        XeroIdentityHrSignUp 
        
        SageIntacct 
        
        InstaPayDaily 
        
        Salesforce 
        
        AutomatedPublicHolidayNotWorked 
        
        EmployeePayRatesUpload 
        
        Zapier 
        
        StapledSuperFund 
        
        Swag 
        
        Crezco 
        
        KafkaConsumer 
        
        EmployeeLeaveRateCalculationMethodUpload 
        
       
      
     | 
  
  
    
  
 
The following HTTP status codes may be returned, optionally with a response resource.