update_dataverse_businessunit
Modify business unit information, contact details, addresses, and organizational settings in Microsoft Dataverse. Update specific fields like name, email, cost center, or location data for existing business units.
Instructions
Updates the properties and configuration of an existing business unit. Use this to modify business unit information, contact details, addresses, and organizational settings. Only provided fields will be updated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address1_city | No | City name for address 1 | |
address1_country | No | Country/region name for address 1 | |
address1_county | No | County name for address 1 | |
address1_fax | No | Fax number for address 1 | |
address1_latitude | No | Latitude for address 1 | |
address1_line1 | No | First line for address 1 | |
address1_line2 | No | Second line for address 1 | |
address1_line3 | No | Third line for address 1 | |
address1_longitude | No | Longitude for address 1 | |
address1_name | No | Name for address 1 | |
address1_postalcode | No | ZIP Code or postal code for address 1 | |
address1_postofficebox | No | Post office box number for address 1 | |
address1_stateorprovince | No | State or province for address 1 | |
address1_telephone1 | No | Main phone number for address 1 | |
address1_telephone2 | No | Other phone number for address 1 | |
address1_telephone3 | No | Third telephone number for address 1 | |
address1_upszone | No | UPS zone for address 1 | |
address1_utcoffset | No | UTC offset for address 1 | |
address2_city | No | City name for address 2 | |
address2_country | No | Country/region name for address 2 | |
address2_county | No | County name for address 2 | |
address2_fax | No | Fax number for address 2 | |
address2_latitude | No | Latitude for address 2 | |
address2_line1 | No | First line for address 2 | |
address2_line2 | No | Second line for address 2 | |
address2_line3 | No | Third line for address 2 | |
address2_longitude | No | Longitude for address 2 | |
address2_name | No | Name for address 2 | |
address2_postalcode | No | ZIP Code or postal code for address 2 | |
address2_postofficebox | No | Post office box number for address 2 | |
address2_stateorprovince | No | State or province for address 2 | |
address2_telephone1 | No | First telephone number for address 2 | |
address2_telephone2 | No | Second telephone number for address 2 | |
address2_telephone3 | No | Third telephone number for address 2 | |
address2_upszone | No | UPS zone for address 2 | |
address2_utcoffset | No | UTC offset for address 2 | |
businessUnitId | Yes | Unique identifier of the business unit to update | |
costCenter | No | Name of the business unit cost center | |
creditLimit | No | Credit limit for the business unit | |
description | No | Description of the business unit | |
divisionName | No | Name of the division to which the business unit belongs | |
emailAddress | No | Email address for the business unit | |
fileAsName | No | Alternative name under which the business unit can be filed | |
ftpSiteUrl | No | FTP site URL for the business unit | |
isDisabled | No | Whether the business unit is disabled | |
name | No | Name of the business unit | |
stockExchange | No | Stock exchange on which the business is listed | |
tickerSymbol | No | Stock exchange ticker symbol for the business unit | |
webSiteUrl | No | Website URL for the business unit |
Input Schema (JSON Schema)
{
"properties": {
"address1_city": {
"description": "City name for address 1",
"maxLength": 80,
"type": "string"
},
"address1_country": {
"description": "Country/region name for address 1",
"maxLength": 80,
"type": "string"
},
"address1_county": {
"description": "County name for address 1",
"maxLength": 50,
"type": "string"
},
"address1_fax": {
"description": "Fax number for address 1",
"maxLength": 50,
"type": "string"
},
"address1_latitude": {
"description": "Latitude for address 1",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"address1_line1": {
"description": "First line for address 1",
"maxLength": 250,
"type": "string"
},
"address1_line2": {
"description": "Second line for address 1",
"maxLength": 250,
"type": "string"
},
"address1_line3": {
"description": "Third line for address 1",
"maxLength": 250,
"type": "string"
},
"address1_longitude": {
"description": "Longitude for address 1",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"address1_name": {
"description": "Name for address 1",
"maxLength": 100,
"type": "string"
},
"address1_postalcode": {
"description": "ZIP Code or postal code for address 1",
"maxLength": 20,
"type": "string"
},
"address1_postofficebox": {
"description": "Post office box number for address 1",
"maxLength": 20,
"type": "string"
},
"address1_stateorprovince": {
"description": "State or province for address 1",
"maxLength": 50,
"type": "string"
},
"address1_telephone1": {
"description": "Main phone number for address 1",
"maxLength": 50,
"type": "string"
},
"address1_telephone2": {
"description": "Other phone number for address 1",
"maxLength": 50,
"type": "string"
},
"address1_telephone3": {
"description": "Third telephone number for address 1",
"maxLength": 50,
"type": "string"
},
"address1_upszone": {
"description": "UPS zone for address 1",
"maxLength": 4,
"type": "string"
},
"address1_utcoffset": {
"description": "UTC offset for address 1",
"maximum": 1500,
"minimum": -1500,
"type": "number"
},
"address2_city": {
"description": "City name for address 2",
"maxLength": 80,
"type": "string"
},
"address2_country": {
"description": "Country/region name for address 2",
"maxLength": 80,
"type": "string"
},
"address2_county": {
"description": "County name for address 2",
"maxLength": 50,
"type": "string"
},
"address2_fax": {
"description": "Fax number for address 2",
"maxLength": 50,
"type": "string"
},
"address2_latitude": {
"description": "Latitude for address 2",
"maximum": 90,
"minimum": -90,
"type": "number"
},
"address2_line1": {
"description": "First line for address 2",
"maxLength": 250,
"type": "string"
},
"address2_line2": {
"description": "Second line for address 2",
"maxLength": 250,
"type": "string"
},
"address2_line3": {
"description": "Third line for address 2",
"maxLength": 250,
"type": "string"
},
"address2_longitude": {
"description": "Longitude for address 2",
"maximum": 180,
"minimum": -180,
"type": "number"
},
"address2_name": {
"description": "Name for address 2",
"maxLength": 100,
"type": "string"
},
"address2_postalcode": {
"description": "ZIP Code or postal code for address 2",
"maxLength": 20,
"type": "string"
},
"address2_postofficebox": {
"description": "Post office box number for address 2",
"maxLength": 20,
"type": "string"
},
"address2_stateorprovince": {
"description": "State or province for address 2",
"maxLength": 50,
"type": "string"
},
"address2_telephone1": {
"description": "First telephone number for address 2",
"maxLength": 50,
"type": "string"
},
"address2_telephone2": {
"description": "Second telephone number for address 2",
"maxLength": 50,
"type": "string"
},
"address2_telephone3": {
"description": "Third telephone number for address 2",
"maxLength": 50,
"type": "string"
},
"address2_upszone": {
"description": "UPS zone for address 2",
"maxLength": 4,
"type": "string"
},
"address2_utcoffset": {
"description": "UTC offset for address 2",
"maximum": 1500,
"minimum": -1500,
"type": "number"
},
"businessUnitId": {
"description": "Unique identifier of the business unit to update",
"type": "string"
},
"costCenter": {
"description": "Name of the business unit cost center",
"maxLength": 100,
"type": "string"
},
"creditLimit": {
"description": "Credit limit for the business unit",
"maximum": 1000000000,
"minimum": 0,
"type": "number"
},
"description": {
"description": "Description of the business unit",
"maxLength": 2000,
"type": "string"
},
"divisionName": {
"description": "Name of the division to which the business unit belongs",
"maxLength": 100,
"type": "string"
},
"emailAddress": {
"description": "Email address for the business unit",
"format": "email",
"maxLength": 100,
"type": "string"
},
"fileAsName": {
"description": "Alternative name under which the business unit can be filed",
"maxLength": 100,
"type": "string"
},
"ftpSiteUrl": {
"description": "FTP site URL for the business unit",
"format": "uri",
"maxLength": 200,
"type": "string"
},
"isDisabled": {
"description": "Whether the business unit is disabled",
"type": "boolean"
},
"name": {
"description": "Name of the business unit",
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"stockExchange": {
"description": "Stock exchange on which the business is listed",
"maxLength": 10,
"type": "string"
},
"tickerSymbol": {
"description": "Stock exchange ticker symbol for the business unit",
"maxLength": 10,
"type": "string"
},
"webSiteUrl": {
"description": "Website URL for the business unit",
"format": "uri",
"maxLength": 200,
"type": "string"
}
},
"required": [
"businessUnitId"
],
"type": "object"
}