Public Function UpdateLocation( _ ByVal request As UpdateLocationRequest _ ) As UpdateLocationResponse
Dim instance As ExposureManagementServiceClient Dim request As UpdateLocationRequest Dim value As UpdateLocationResponse value = instance.UpdateLocation(request)
public UpdateLocationResponse UpdateLocation( UpdateLocationRequest request )
Parameters
- request
- Contains an UpdateLocationRequest that identifies the updated properties of the Location that you want to update, along with the associated Touchstone-generated Business Unit Sequential Identifier (SID) and SQL Instance SID.
Note: To maintain, update, or add associated Location Terms, you must provide these identical (including identical Location Term SIDs), modified (including identical Location Term SIDs), or new (no Location Term SIDs) Location Terms in the
UpdateLocationRequest
. Any existing Location Terms that you do not supply in theUpdateLocationRequest
are deleted.