Update one template
patch
/fscmRestApi/resources/11.13.18.05/meterTemplates/{MeterDefinitionId}
Request
Path Parameters
-
MeterDefinitionId(required): integer(int64)
Value that uniquely identifies a meter template definition. It is a value that the application generates when it creates a meter template definition. This value is referenced during retrieval and update of a meter template definition. This value cannot be updated after creation.
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
End DateDate when a meter template definition can no longer be associated to an asset. It is also used as the default active end date for the associated meters created for an asset. The date must be equal to or greater than the system date, greater than the active start date, and can be updated only for the meter template definition. -
ActiveStartDate: string
(date-time)
Title:
Start DateDate when a meter template definition can be associated to an asset. It is also used as the default active start date for the associated meters created for an asset. The date must be equal to or greater than the system date, less than the active end date, and can be updated only for the meter template definition. -
AllowInMaintProgramFlag: boolean
Title:
Allow meter to be used in generating a maintenance program forecastMaximum Length:1Default Value:falseDetermines whether you can use the meter for maintenance. -
DailyUtilizationRate: number
Title:
Estimated Daily Utilization RateBase utilization rate for each day. The application uses this attribute only if it does not calculate the daily utilization rate for the meter. -
InitialReadingValue: number
Title:
Initial ReadingValue of the initial reading in the meter template definition. It is used to default the initial reading for the associated meters created for an asset. The value can be updated only for the meter template definition. -
MeterApplicability: array
Applicabilities
Title:
ApplicabilitiesThe Applicabilities resource allows you to apply items to a meter. -
MeterDefinitionId: integer
(int64)
Title:
Meter Definition IDValue that uniquely identifies a meter template definition. It is a value that the application generates when it creates a meter template definition. This value is referenced during retrieval and update of a meter template definition. This value cannot be updated after creation. -
MeterDescription: string
Title:
Meter DescriptionMaximum Length:240Description of the meter template definition. This value is displayed in the contextual action region for the associated meters created for an asset. The description cannot be updated after creation. -
MetersCreatedFlag: boolean
Title:
Meters CreatedMaximum Length:255Default Value:falseIndicates if the meter template has been used to create one or more meters for an asset. -
ReadingMaximumValue: number
Title:
Reading Maximum ValueValue of the maximum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation. -
ReadingMinimumValue: number
Title:
Reading Minimum ValueValue of the minimum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation. If the meter template definition allows a rollover, then the value must be less than the rollover maximum value. -
RecordAtWoComplCode: string
Title:
Record Meters at Work Order CompletionMaximum Length:30Default Value:ORA_DO_NOT_ALLOWAbbreviation that identifies whether the application requires the meter recording while completing the work order. -
ResetAllowedFlag: boolean
Title:
Reset allowedMaximum Length:1Contains one of the following values: true or false. If true, then the asset meter is allowed to be reset when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to be reset when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It cannot be defined for a gauge meter, and if set to true, then the reset value must also be defined. The flag can be updated after initial creation for the meter template definition. -
ResetValue: number
Title:
Reset ValueValue of the reading that will be used for a reset event while recording the meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should be equal to the lowest allowable reading value on a physical meter for an asset. -
RolloverAllowedFlag: boolean
Title:
Rollover allowedMaximum Length:1Contains one of the following values: true or false. If true, then the asset meter is allowed to rollover when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to rollover when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It can defined only for a continuous absolute or change ascending meter that may reach a maximum value before rolling over to a reset value and continuing recording. If set to true, then the rollover maximum and reset values must also be defined. The flag can be updated after initial creation for the meter template definition. -
RolloverMaximumValue: number
Title:
Rollover Maximum ValueMaximum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should equal the maximum allowable reading value on a physical meter for an asset, before the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition. -
RolloverResetValue: number
Title:
Rollover Minimum ValueMinimum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. the value should equal the minimum allowable reading value on a physical meter for an asset, after the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition. -
Status: string
Title:
StatusMaximum Length:255Value that identifies if the meter is ready or expired. -
UtilizationRateComputedAt: integer
Title:
Number of Readings to Calculate an Average Daily Utilization RateNumber of readings to consider when calculating the utilization rate.
Nested Schema : Applicabilities
Type:
arrayTitle:
ApplicabilitiesThe Applicabilities resource allows you to apply items to a meter.
Show Source
Nested Schema : meterTemplates-MeterApplicability-item-patch-request
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
End DateDate when to stop using the item to create a meter for a new asset. -
ActiveStartDate: string
(date-time)
Title:
Start DateDate when to start using the item to create a meter for a new asset. -
ApplicabilityId: integer
(int64)
Title:
Applicability IDValue that uniquely identifies the meter applicability. -
MeterDefinitionId: integer
(int64)
Title:
Meter Definition IDValue that uniquely identifies the meter. -
ObjectVersionNumber: integer
(int32)
Number that identifies the object version.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : meterTemplates-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
End DateDate when a meter template definition can no longer be associated to an asset. It is also used as the default active end date for the associated meters created for an asset. The date must be equal to or greater than the system date, greater than the active start date, and can be updated only for the meter template definition. -
ActiveStartDate: string
(date-time)
Title:
Start DateDate when a meter template definition can be associated to an asset. It is also used as the default active start date for the associated meters created for an asset. The date must be equal to or greater than the system date, less than the active end date, and can be updated only for the meter template definition. -
AllowInMaintProgramFlag: boolean
Title:
Allow meter to be used in generating a maintenance program forecastMaximum Length:1Default Value:falseDetermines whether you can use the meter for maintenance. -
DailyUtilizationRate: number
Title:
Estimated Daily Utilization RateBase utilization rate for each day. The application uses this attribute only if it does not calculate the daily utilization rate for the meter. -
InitialReadingValue: number
Title:
Initial ReadingValue of the initial reading in the meter template definition. It is used to default the initial reading for the associated meters created for an asset. The value can be updated only for the meter template definition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MeterApplicability: array
Applicabilities
Title:
ApplicabilitiesThe Applicabilities resource allows you to apply items to a meter. -
MeterCode: string
Title:
Meter CodeMaximum Length:30Abbreviation that uniquely identifies a meter template definition. The code must be an alphanumeric value that includes uppercase alphabets. This value is referenced by the associated meters created for an asset. The code cannot be updated after creation. -
MeterDefinitionId: integer
(int64)
Title:
Meter Definition IDValue that uniquely identifies a meter template definition. It is a value that the application generates when it creates a meter template definition. This value is referenced during retrieval and update of a meter template definition. This value cannot be updated after creation. -
MeterDescription: string
Title:
Meter DescriptionMaximum Length:240Description of the meter template definition. This value is displayed in the contextual action region for the associated meters created for an asset. The description cannot be updated after creation. -
MeterName: string
Title:
Meter NameMaximum Length:120Name of the meter template definition. The combination of name and code provides a unique identification of a meter template definition in user interfaces. This value is referenced by the associated meters created for an asset. The name cannot be updated after creation. -
MetersCreatedFlag: boolean
Title:
Meters CreatedMaximum Length:255Default Value:falseIndicates if the meter template has been used to create one or more meters for an asset. -
MeterType: string
Title:
Meter TypeRead Only:trueMaximum Length:80Descriptive meaning of the meter type code for the meter template definition that is returned after creation or retrieval. A list of accepted values is defined in the lookup ORA_CSE_METER_TYPE_CODE. -
MeterTypeCode: string
Title:
Meter Type CodeMaximum Length:30Type of meter in the meter template definition. This value is referenced by the associated meters created for an asset. It identifies whether the meter is a continuous (for example, an odometer) or gauge (for example a thermometer) type. A list of accepted values is defined in the lookup ORA_CSE_METER_TYPE_CODE. The meter type cannot be updated in the list of values or after creation in the meter template definition. -
ReadingDirection: string
Title:
Reading DirectionMaximum Length:30Direction of a meter in the meter template definition. This value is referenced by the associated meters created for an asset. Depending on the meter type, it identifies whether the meter direction is ascending, descending, or bidirectional. A list of accepted values is defined in the lookup ORA_CSE_DIRECTION. The direction cannot be updated in the list of values or after creation in the meter template definition. -
ReadingDirectionMeaning: string
Title:
Reading Direction MeaningRead Only:trueMaximum Length:80Descriptive meaning of the reading type code for the meter template definition that is returned after creation or retrieval. The meaning is from the seeded lookup code definition. A list of accepted values is defined in the lookup ORA_CSE_DIRECTION. -
ReadingMaximumValue: number
Title:
Reading Maximum ValueValue of the maximum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation. -
ReadingMinimumValue: number
Title:
Reading Minimum ValueValue of the minimum meter reading in the meter template definition. It is referenced by the associated meters created for an asset. It can be defined only for a gauge absolute or a continuous change meter, as it is used to validate new readings recorded in the meter reading history. The value must be greater than zero and can be updated for the meter template definition after creation. If the meter template definition allows a rollover, then the value must be less than the rollover maximum value. -
ReadingType: string
Title:
Reading TypeRead Only:trueMaximum Length:80Descriptive reading type of the reading type code for the meter template definition that is returned after creation or retrieval. The meaning is from the seeded lookup code definition. A list of accepted values is defined in the lookup ORA_CSE_READING_TYPE_CODE. -
ReadingTypeCode: string
Title:
Reading Type CodeMaximum Length:30Type of reading of a meter in the meter template definition. This value is referenced by the associated meters created for an asset. Depending on the meter type, it identifies whether the meter reading is recorded as an absolute value or a change (delta) value between the last and current value. A list of accepted values is defined in the lookup ORA_CSE_READING_TYPE_CODE. The reading type cannot be updated in the list of values or after creation in the meter template definition. -
RecordAtWoComplCode: string
Title:
Record Meters at Work Order CompletionMaximum Length:30Default Value:ORA_DO_NOT_ALLOWAbbreviation that identifies whether the application requires the meter recording while completing the work order. -
RecordAtWoCompletion: string
Title:
Record Meters at Work Order CompletionRead Only:trueMaximum Length:80Meaning that identifies if the application requires the meter recording while completing the work order. -
ResetAllowed: string
Title:
Reset allowedRead Only:trueMaximum Length:80Meaning of the reset allowed flag that is returned after creation or retrieval. If the flag is set to True, the value returned is Yes. If the flag is set to False, the value returned is No. -
ResetAllowedFlag: boolean
Title:
Reset allowedMaximum Length:1Contains one of the following values: true or false. If true, then the asset meter is allowed to be reset when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to be reset when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It cannot be defined for a gauge meter, and if set to true, then the reset value must also be defined. The flag can be updated after initial creation for the meter template definition. -
ResetValue: number
Title:
Reset ValueValue of the reading that will be used for a reset event while recording the meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should be equal to the lowest allowable reading value on a physical meter for an asset. -
RolloverAllowed: string
Title:
Rollover allowedRead Only:trueMaximum Length:80Meaning of the rollover allowed flag that is returned after creation or retrieval. If the flag is set to True, the value returned is Yes. If the flag is set to False, the value returned is No. -
RolloverAllowedFlag: boolean
Title:
Rollover allowedMaximum Length:1Contains one of the following values: true or false. If true, then the asset meter is allowed to rollover when recording a new reading in the meter reading history. If false, then the asset meter is not allowed to rollover when recording a new reading in the meter reading history. The default value is false. It is referenced by the associated meters created for an asset. It can defined only for a continuous absolute or change ascending meter that may reach a maximum value before rolling over to a reset value and continuing recording. If set to true, then the rollover maximum and reset values must also be defined. The flag can be updated after initial creation for the meter template definition. -
RolloverMaximumValue: number
Title:
Rollover Maximum ValueMaximum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. The value must be greater than zero and should equal the maximum allowable reading value on a physical meter for an asset, before the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition. -
RolloverResetValue: number
Title:
Rollover Minimum ValueMinimum value that will be used in the validations of a rollover event while recording meter reading history. It is referenced by the associated meters created for an asset. the value should equal the minimum allowable reading value on a physical meter for an asset, after the meter rolls over to a reset value and continues recording. The value can be updated after initial creation for the meter template definition. -
Status: string
Title:
StatusMaximum Length:255Value that identifies if the meter is ready or expired. -
UnitOfMeasure: string
Title:
Unit of MeasureRead Only:trueMaximum Length:25Associated descriptive name of the unit of measure code for the meter template definition that is returned after creation or retrieval. -
UOMCode: string
Title:
Meter UOMMaximum Length:3Abbreviation that identifies the unit of measure of the meter template definition. This value is referenced by the associated meters created for an asset. It provides a context for the defining, recording, and viewing the meter reading history. A list of accepted values is defined in the lookup ORA_CSE_UOM_CODE. The unit of measure cannot be updated after creation in the meter template definition. -
UtilizationRateComputedAt: integer
Title:
Number of Readings to Calculate an Average Daily Utilization RateNumber of readings to consider when calculating the utilization rate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Applicabilities
Type:
arrayTitle:
ApplicabilitiesThe Applicabilities resource allows you to apply items to a meter.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : meterTemplates-MeterApplicability-item-response
Type:
Show Source
object-
ActiveEndDate: string
(date-time)
Title:
End DateDate when to stop using the item to create a meter for a new asset. -
ActiveStartDate: string
(date-time)
Title:
Start DateDate when to start using the item to create a meter for a new asset. -
ApplicabilityId: integer
(int64)
Title:
Applicability IDValue that uniquely identifies the meter applicability. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the item that the meter measures. -
ItemId: integer
(int64)
Value that uniquely identifies the item that the meter measures.
-
ItemNumber: string
Title:
Item NumberMaximum Length:300Number that identifies the item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MasterOrganizationCode: string
Title:
Master OrganizationMaximum Length:255Abbreviation that identifies the organization where the work order creates the item. -
MasterOrganizationId: integer
(int64)
Title:
Master OrganizationValue that uniquely identifies the organization where the work order creates the item. -
MeterDefinitionId: integer
(int64)
Title:
Meter Definition IDValue that uniquely identifies the meter. -
ObjectVersionNumber: integer
(int32)
Number that identifies the object version.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- MeterApplicability
-
Operation: /fscmRestApi/resources/11.13.18.05/meterTemplates/{MeterDefinitionId}/child/MeterApplicabilityParameters:
- MeterDefinitionId:
$request.path.MeterDefinitionId
The Applicabilities resource allows you to apply items to a meter. - MeterDefinitionId:
Examples
This example describes how to update one meter template.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/meterTemplates/MeterDefinitionId"
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.
{
"InitialReadingValue":123,
"ResetAllowedFlag":"N",
"ResetValue":null,
"RolloverAllowedFlag":"N",
"RolloverMaximumValue":null,
"RolloverResetValue":null
}Example Response Body
The following example includes the contents of the response body in JSON format:
{
"MeterDefinitionId": 300100126599039,
"MeterCode": "NC-MTR-TMPL-DEMO-12",
"MeterName": "NC-MTR-TMPL-DEMO-12",
"MeterDescription": null,
"UOMCode": "EA",
"MeterTypeCode": "ORA_CONTINUOUS",
"ReadingTypeCode": "ORA_CHANGE",
"ReadingDirection": "ORA_ASCENDING",
"ActiveStartDate": "2017-09-03T07:00:00+00:00",
"ActiveEndDate": "2018-08-27T07:00:00+00:00",
"InitialReadingValue": 123,
"ReadingMinimumValue": null,
"ReadingMaximumValue": null,
"ResetAllowedFlag": false,
"ResetValue": null,
"RolloverAllowedFlag": false,
"RolloverMaximumValue": null,
"RolloverResetValue": null,
"RolloverAllowed": "No",
"ResetAllowed": "NULL",
"UnitOfMeasure": "EA",
"MeterType": "Continuous",
"ReadingDirectionMeaning": "Ascending",
"ReadingType": "Change",
}