UpdateUtilReason Method
- Last UpdatedNov 06, 2025
- 1 minute read
The UpdateUtilReason() method updates the data of the specified utilization reason. This overload of the method uses a string to specify the reason code.
| Overload | Description |
|---|---|
| UpdateUtilReason(String,String,String,String,String,String,String,String,String,String,String,String) | The UpdateUtilReason() method updates the data of the specified utilization reason. This overload of the method uses a string to specify the reason code. |
| UpdateUtilReason(String,String,String,String,String,String,String,String,String,String,String,String,Nullable<DateTime>) | The UpdateUtilReason() method updates the data of the specified utilization reason. This overload of the method uses a string to specify the reason code and includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |
| UpdateUtilReason(Int32,String,Int32,Int32,Boolean,Boolean,Boolean,Boolean,Boolean,String,String,Int32,Nullable<DateTime>) | The UpdateUtilReason() method updates the data of the specified utilization reason. This overload of the method uses an integer to specify the reason code and includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |