Get all assets

get

/fscmRestApi/resources/11.13.18.05/installedBaseAssets

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Find assets according to the asset identifier.
      Finder Variables:
      • AssetId; integer; Value that uniquely identifies the asset.
    • findByEnterpriseAsset: Find enterprise assets.
      Finder Variables:
    • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
    • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

      Example:
      self,canonical
    • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
    • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

      Format: ?q=expression1;expression2

      You can use these queryable attributes to filter this collection resource using the q query parameter:
      • ActiveEndDate; string; Date when the asset becomes inactive. For maintenance assets, the asset active end date must be a future date. For customer assets, the asset active end date must be a past date and not earlier than the customer active start date. When the asset end date is populated, the other asset attributes cannot be updated.
      • Address1; string; First line of the address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • Address2; string; Second line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • Address3; string; Third line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • Address4; string; Fourth line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • AssetId; integer; Value that uniquely identifies the asset. The application generates this value when it creates the asset. This attribute is read-only.
      • AssetNumber; string; Value that uniquely identifies the asset. This attribute is optional. If you do not provide a value, the application uses the asset identifier.
      • City; string; City of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • CompetitorAssetFlag; boolean; Contains one of the following values: true or false. If true, then the asset represents a competitor asset. if false, then the asset does not represents a competitor asset. The default value is false.
      • ContactId; integer; Value that uniquely identifies the asset contact. You must provide either the contact identifier or the contact number or the contact name to associate a contact to the asset. This attribute is optional and updatable. The contact identifier corresponds to the party identifier in the customer data model where the asset contact is defined as person-type party.
      • ContactName; string; Name of the contact person of the asset. This attribute is same as the party name in the customer data model where the party type is PERSON. The contact name is the concatenation of first name, middle name, last name, and the suffix. The contact name is not unique. You can use contact identifier, contact number, or contact name to create or update the asset contact.
      • ContactNumber; string; Number that uniquely identifies the contact person of the asset. This attribute is same as the party number in the customer data model where the party type is PERSON. For enterprise assets, the contact person would be the employee identified with usage as HR Employee. For customer assets, the contact person would be a contact with usage as customer contact. You can use contact identifier, contact number, or contact name to create or update the asset contact.
      • Country; string; Country of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • County; string; County of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • CurrentLocationContext; string; Description of the location context where the asset currently resides. This attribute is read-only.
      • CurrentLocationContextCode; string; Abbreviation that uniquely identifies the location context where the asset currently resides. A list of accepted values is defined in the lookup type ORA_CSE_CURRENT_LOC_CONTEXT. This attribute is required to create the asset.
      • CurrentLocationId; integer; Value that uniquely identifies the location where the asset currently resides. You can provide the value for this attribute when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION or ORA_INTERNAL_LOCATION.
      • CurrentLocationName; string; Name of the location where the asset currently resides. This attribute is read-only.
      • CurrentLocationNameFormatted; string; Formatted location name where the asset currently resides. This attribute is read-only.
      • CustomerAccountId; integer; Value that uniquely identifies the customer account to which the asset is billed.
      • CustomerAccountName; string; Name of the customer account to which the asset is billed. This attribute is read-only.
      • CustomerAccountNumber; string; Number that uniquely identifies the customer account to which the asset is billed. This attribute is read-only.
      • CustomerAccountSiteId; integer; Value that uniquely identifies the customer account site for the asset. This site must be part of the customer account.
      • CustomerAccountSiteName; string; Site name of the customer account for the asset. This attribute is read-only.
      • CustomerAccountSiteNumber; string; Number that identifies the site of the customer account for the asset. This attribute is read-only.
      • CustomerAccountSiteUseCode; string; Abbreviation that identifies the usage of the customer account site for the asset. This attribute is read-only.
      • CustomerAccountSiteUseId; integer; Value that uniquely identifies the usage of the customer account site for the asset. This attribute must be part of the customer account site.
      • CustomerAssetEndDate; string; Date and time when the customer asset becomes inactive. If this attribute contains a value, then you cannot update other asset attributes.
      • CustomerAssetStartDate; string; Date and time when the customer asset becomes active. The application uses the shipment date to determine the value for this attribute. This attribute is read-only.
      • CustomerBillingPartyId; integer; Value that uniquely identifies the customer party that the application bills for the asset. This attribute is read-only.
      • CustomerBillingPartySiteId; integer; Value that uniquely identifies the billing party site for the customer. This attribute is read-only.
      • CustomerId; integer; Value that uniquely identifies the customer party who currently owns or uses the asset. You need a customer to create a customer asset. You can provide values for either CustomerId or CustomerNumber.
      • CustomerName; string; Name of the customer who currently owns or uses the asset. This attribute is read-only.
      • CustomerNumber; string; Number that uniquely identifies the customer who currently owns or uses the asset. You need a customer to create a customer asset. You can provide values for either CustomerId or CustomerNumber.
      • CustomerPartyType; string; Value that identifies the party type of the customer of the asset.The Customer can be of either Organization party or Person party.
      • CustomerSiteId; integer; Value that uniquely identifies the customer site where the asset currently resides. You can provide this attribute when the value for CurrentLocationContextCode is ORA_CUSTOMER.
      • CustomerSiteName; string; Name of the customer site where the asset currently resides. This attribute is read-only.
      • CustomerSiteNumber; string; Value that uniquely identifies the customer site where the asset currently resides. This attribute is read-only.
      • CustomerSitePartyId; integer; Value that uniquely identifies the customer site party where the asset is located.
      • CustomerSitePartyName; string; Name of the customer party site where the asset is located. This attribute is read-only.
      • CustomerSitePartyNumber; string; Number that uniquely identifies the customer site party where the asset is located. This attribute is read-only.
      • Description; string; Description of an asset. You can use this attribute to describe the asset features, characteristics, and so on.
      • DfltWoSubTypeCode; string; Abbreviation that uniquely identifies the work order sub type. A list of accepted values is defined in the lookup type ORA_MNT_WO_SUB_TYPE. The application uses this attribute to set the work order subtype when it creates a work order for the asset.
      • DfltWoTypeCode; string; Abbreviation that uniquely identifies the work order type. A list of accepted values is defined in the lookup type ORA_MNT_WO_TYPE. The application uses this attribute to set the work order type when it creates a work order for the asset.
      • FulfillLineId; integer; Value that uniquely identifies the distributed order orchestration fulfillment line reference. This attribute is read-only.
      • InServiceDate; string; Date and time when the organization put the asset in service. The in-service date must occur after the installed date.
      • InstalledDate; string; Date and time when the organization installed the asset. The installed date must occur after the shipment date and before the in-service date.
      • IotEnabledFlag; boolean; Contains one of the following values: true or false. If true, then synchronize the asset with the application that controls the lot. If false, then do not synchronize. The default value is true. The response payload translates Y to true and N to false.
      • ItemCustomerSelfServiceFlag; boolean; Contains one of the following values: true or false. If true, then the item is enabled for use on the customer self-service application. If false, then the item is not enabled. The default value is false.
      • ItemDescription; string; Description of the item. This attribute is read-only.
      • ItemId; integer; Value that uniquely identifies the item that the asset references. You need an item to create an asset when ItemRequiredFlag is true. You can provide values for either itemId or ItemNumber. For customer assets, the item associated with the asset must have the value of Enable Asset Tracking set to Customer Asset or Full Lifecycle. For enterprise assets, the item must have the value of Enable Asset Tracking set to Full Lifecycle.
      • ItemLongDescription; string; Long description of the item. This attribute is read-only.
      • ItemNumber; string; Number that uniquely identifies the item that the asset references. You need an item to create an asset when ItemRequiredFlag is true. You can provide values for either itemId or ItemNumber. For customer assets, the item associated with the asset must have the value of Enable Asset Tracking set to Customer Asset or Full Lifecycle. For enterprise assets, the item must have the value of Enable Asset Tracking set to Full Lifecycle.
      • ItemRequiredFlag; boolean; Contains one of the following values: true or false. If true, then the item is required to create an asset. If false, then the item is not required to create an asset. The default value is false.
      • ItemRevision; string; Number that identifies the item revision that the asset references.
      • ItemServiceRequestEnabledCode; string; Abbreviation that indicates whether a service request can be created for the item. This attribute is read-only.
      • LocationOrganizationCode; string; Abbreviation that uniquely identifies the organization where the asset currently resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_WORK CENTER.
      • LocationOrganizationId; integer; Value that uniquely identifies the organization where the asset currently resides. You can provide the location organization if the value of CurrentLocationContextCode is ORA_WORK CENTER.
      • LocatorId; integer; Value that uniquely identifies the locator where the asset resides. This attribute is read-only.
      • LocatorName; string; Name of the locator where the asset resides. This attribute is read-only.
      • LotNumber; string; Number that uniquely identifying the lot that that the asset references to control the item in inventory. This attribute is applicable when the item is lot controlled. If the lot number does not exist in the inventory, then the application creates a lot in the inventory application.
      • MaintainableFlag; boolean; Contains one of the following values: true or false. If true, then enable the asset for a maintenance activity such as a maintenance program or maintenance work order. If false, then do not enable. The default value is true for maintainable items.
      • NewWoAllowedFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to create a work order for the asset. If false, then do not allow. The default value is true for maintainable items.
      • OperatingOrganizationCode; string; Abbreviation that uniquely identifies the organization that creates or operates the asset. You need the organization code to create an enterprise asset for a customer asset. If the organization is not provided, the application uses the item master organization. You can provide values for either OperatingOrganizationId or OperatingOrganizationCode.
      • OperatingOrganizationId; integer; Value that uniquely identifies the organization that creates or operates the asset. You need the organization identifier to create an enterprise asset for a customer asset. If the organization is not provided the application uses the item master organization. You can provide values for either OperatingOrganizationId or OperatingOrganizationCode.
      • OperatingOrganizationName; string; Name of the organization that creates or operates the asset. This attribute is read-only.
      • ParentAssetId; integer; Value that uniquely identifies the parent asset number to which the imported asset needs to be added.
      • PostalCode; string; Abbreviation that identifies the postal area where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • Province; string; Province where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • PurchaseDate; string; Date and time when the customer purchased the asset. If you provide the registration date, then you must provide the purchase date. The purchased date must occur before the registration date.
      • Quantity; number; Quantity for the item that the asset references. If the item is serial controlled, then the quantity cannot exceed one. This attribute is required to create the asset.
      • RegistrationDate; string; Date and time when the customer registered the asset.
      • ReturnOrderFulfillLineId; integer; Value that unique identify the Return Order Fulfill Line Identifier. This Attribute is read-only and it is a system generated number when return sales order is created.
      • ReturnOrderId; integer; Value the unique identify the Return Order Identifier. This Attribute is read-only and it is a system generated number when return sales order is created.
      • ReturnOrderLineId; integer; Value that unique identify the Return Order Line Identifier. This attribute is read-only and it is a system generated number when return sales order is created.
      • ReturnOrderNumber; string; Reference the unique identifier the Number of the Return Sales Order Number. This attribute is read-only and it is a system generated number when return sales order is created.
      • ReturnSourceOrderNumber; string; Reference the unique identifier the Number of the Return Source Sales Order Number. This is a read-only and it is a system generated number when return sales order is created.
      • SalesOrderId; integer; Value that uniquely identifies the sales order that is used to order the asset.
      • SalesOrderLineId; integer; Value that uniquely identifies the line of the sales order that is used to order the asset.
      • SalesOrderLineNumber; string; Number that uniquely identifies the line of the sales order that is used to order the asset.
      • SalesOrderNumber; string; Number that identifies the sales order that is used to order the asset.
      • SalesOrderSourceSystem; string; Name of the source application where the sales order originated. If SalesOrderSourceSystemType is ORA_EXTERNAL, then SalesOrderSourceSystem contains the name of the source application that is not an Oracle Fusion application. If SalesOrderSourceSystemType is ORA_INTERNAL, then SalesOrderSourceSystem identifies the Oracle Fusion application.
      • SalesOrderSourceSystemType; string; Description of the type of source application. This attribute is read-only.
      • SecondaryQuantity; number; Secondary quantity of product that the asset references. If item is not defined as dual UOM item or if conversion for the secondary UOM is set to fix, this quantity is not required. If dual UOM conversion is set to default, this quantity will override the defaulted quantity. If conversion is no default, this quantity is required. Secondary UOM is defaulted from setup.
      • SecondaryUOMCode; string; Abbreviation that identifies the asset secondary quantity unit of measure. The secondary unit of measure is not required to create an asset. If provided it must be the same than the asset item secondary unit of measure. If not provided the value is defaulted from the asset item secondary unit of measure.
      • SerialNumber; string; Number that uniquely identifies the serial that the asset references. This attribute is used when item is serial controlled. If the serial number does not exist in the inventory, then the application creates a serial in the inventory application.
      • ShipmentDate; string; Date when the asset is shipped to the customer. This attribute is optional. If you do not provide a value, the application uses the application date.
      • SoldByBusinessUnitId; integer; Value that uniquely identifies the business unit that sold the asset. This attribute is optional.
      • SoldByBusinessUnitName; string; Name of the business unit that sold the asset. This attribute is read-only.
      • SplitFromAssetId; integer; Value that uniquely identifies the split from asset reference. For non-serial assets, when assets are split during partial return, the new asset created with the remaining quantity will have this split from asset reference.
      • State; string; State where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
      • StructureActionCode; string; Abbreviation that uniquely identifies the import action to be performed on the asset relationship. Valid values are ORA_ADD or ORA_REMOVE. ORA_ADD: Add the imported asset to a parent asset. ORA_REMOVE: Remove the asset from its parent asset. A list of accepted values is defined in the lookup type ORA_CSE_ASSET_IMP_CONF_ACTION.
      • SubinventoryCode; string; Abbreviation that identifies the subinventory where the asset resides. This attribute is read-only.
      • UOMCode; string; Abbreviation that uniquely identifies the unit of measure for the asset quantity. It must use the same unit of measure that the item uses as the primary unit of measure. If this attribute is empty, then the application sets the value to the item primary unit of measure.
      • WorkCenterCode; string; Abbreviation that identifies the work center where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_WORK CENTER.
      • WorkCenterId; integer; Value that uniquely identifies the work center where the asset currently resides. You can provide the work center when the value of CurrentLocationContextCode is ORA_WORK CENTER.
      • WorkCenterName; string; Name of the work center where the asset currently resides. This attribute is read-only.
    • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
    Header Parameters
    • 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".
    • 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.

    There's no request body for this operation.

    Back to Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • 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".
    • 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.
    Body ()
    Root Schema : installedBaseAssets
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : installedBaseAssets-item-response
    Type: object
    Show Source
    • Title: Asset End Date
      Date when the asset becomes inactive. For maintenance assets, the asset active end date must be a future date. For customer assets, the asset active end date must be a past date and not earlier than the customer active start date. When the asset end date is populated, the other asset attributes cannot be updated.
    • Title: Address 1
      First line of the address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Address 2
      Second line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Address 3
      Third line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Address 4
      Fourth line of the external address where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Flexfields for Assets
      Title: Flexfields for Assets
      The Flexfields for Assets resource manages the descriptive flexfields that contain additional details about the assets.
    • Title: Asset ID
      Value that uniquely identifies the asset. The application generates this value when it creates the asset. This attribute is read-only.
    • Title: Asset Number
      Maximum Length: 80
      Value that uniquely identifies the asset. This attribute is optional. If you do not provide a value, the application uses the asset identifier.
    • Asset Qualifications
      Title: Asset Qualifications
      The Asset Qualifications resource manages the association of qualification requirements to an asset. You can add,update and view the qualifications recorded for an asset.
    • Title: Show logical assets
      Contains one of the following values: true or false. If true, then create component assets. Expand the primary bill of materials for the item, and then use the bill of materials for the components to create child items for the asset. If false, then do not create child assets from the primary bill of material. The default value is false.
    • Charges
      Title: Charges
      The Charges resource manages the asset charges. The asset charge provides pricing details that are used for a flow such as billing or contract renewal.
    • Title: City
      City of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Competitor asset
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then the asset represents a competitor asset. if false, then the asset does not represents a competitor asset. The default value is false.
    • Title: Contact ID
      Value that uniquely identifies the asset contact. You must provide either the contact identifier or the contact number or the contact name to associate a contact to the asset. This attribute is optional and updatable. The contact identifier corresponds to the party identifier in the customer data model where the asset contact is defined as person-type party.
    • Title: Contact
      Maximum Length: 255
      Name of the contact person of the asset. This attribute is same as the party name in the customer data model where the party type is PERSON. The contact name is the concatenation of first name, middle name, last name, and the suffix. The contact name is not unique. You can use contact identifier, contact number, or contact name to create or update the asset contact.
    • Title: Phone
      Maximum Length: 255
      Number that uniquely identifies the contact person of the asset. This attribute is same as the party number in the customer data model where the party type is PERSON. For enterprise assets, the contact person would be the employee identified with usage as HR Employee. For customer assets, the contact person would be a contact with usage as customer contact. You can use contact identifier, contact number, or contact name to create or update the asset contact.
    • Title: Country
      Country of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: County
      County of the external address where the asset is located. You can provide a value for this attribute when CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Location Type
      Read Only: true
      Maximum Length: 80
      Description of the location context where the asset currently resides. This attribute is read-only.
    • Title: Location Type
      Maximum Length: 80
      Abbreviation that uniquely identifies the location context where the asset currently resides. A list of accepted values is defined in the lookup type ORA_CSE_CURRENT_LOC_CONTEXT. This attribute is required to create the asset.
    • Title: Location ID
      Value that uniquely identifies the location where the asset currently resides. You can provide the value for this attribute when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION or ORA_INTERNAL_LOCATION.
    • Title: Location Name
      Read Only: true
      Maximum Length: 255
      Name of the location where the asset currently resides. This attribute is read-only.
    • Read Only: true
      Maximum Length: 255
      Formatted location name where the asset currently resides. This attribute is read-only.
    • Title: Bill-to Account Number
      Value that uniquely identifies the customer account to which the asset is billed.
    • Title: Customer Account Name
      Read Only: true
      Maximum Length: 240
      Name of the customer account to which the asset is billed. This attribute is read-only.
    • Title: Customer Account
      Maximum Length: 255
      Number that uniquely identifies the customer account to which the asset is billed. This attribute is read-only.
    • Title: Customer Account Site ID
      Value that uniquely identifies the customer account site for the asset. This site must be part of the customer account.
    • Title: Customer Account Site Name
      Read Only: true
      Maximum Length: 240
      Site name of the customer account for the asset. This attribute is read-only.
    • Title: Account Site
      Maximum Length: 255
      Number that identifies the site of the customer account for the asset. This attribute is read-only.
    • Title: Customer Account Site Use Code
      Maximum Length: 255
      Abbreviation that identifies the usage of the customer account site for the asset. This attribute is read-only.
    • Title: Customer Account Site Use ID
      Value that uniquely identifies the usage of the customer account site for the asset. This attribute must be part of the customer account site.
    • Title: Customer Asset End Date
      Date and time when the customer asset becomes inactive. If this attribute contains a value, then you cannot update other asset attributes.
    • Title: Customer Asset Start Date
      Date and time when the customer asset becomes active. The application uses the shipment date to determine the value for this attribute. This attribute is read-only.
    • Title: Bill-to Customer
      Value that uniquely identifies the customer party that the application bills for the asset. This attribute is read-only.
    • Title: Bill-to Site Number
      Value that uniquely identifies the billing party site for the customer. This attribute is read-only.
    • Title: Customer ID
      Value that uniquely identifies the customer party who currently owns or uses the asset. You need a customer to create a customer asset. You can provide values for either CustomerId or CustomerNumber.
    • Title: Customer
      Name of the customer who currently owns or uses the asset. This attribute is read-only.
    • Title: Customer Number
      Number that uniquely identifies the customer who currently owns or uses the asset. You need a customer to create a customer asset. You can provide values for either CustomerId or CustomerNumber.
    • Title: Customer Party Type
      Maximum Length: 30
      Value that identifies the party type of the customer of the asset.The Customer can be of either Organization party or Person party.
    • Title: Customer Site ID
      Value that uniquely identifies the customer site where the asset currently resides. You can provide this attribute when the value for CurrentLocationContextCode is ORA_CUSTOMER.
    • Title: Customer Site
      Read Only: true
      Maximum Length: 240
      Name of the customer site where the asset currently resides. This attribute is read-only.
    • Title: Customer Site Number
      Maximum Length: 255
      Default Value: CustomerSiteNumberNU
      Value that uniquely identifies the customer site where the asset currently resides. This attribute is read-only.
    • Title: Customer Site Party ID
      Value that uniquely identifies the customer site party where the asset is located.
    • Title: Customer Site Party Name
      Read Only: true
      Maximum Length: 360
      Name of the customer party site where the asset is located. This attribute is read-only.
    • Title: Customer Site Party Number
      Maximum Length: 255
      Number that uniquely identifies the customer site party where the asset is located. This attribute is read-only.
    • Title: Asset Description
      Maximum Length: 240
      Description of an asset. You can use this attribute to describe the asset features, characteristics, and so on.
    • Title: Default Maintenance Work Order Subtype
      Maximum Length: 30
      Abbreviation that uniquely identifies the work order sub type. A list of accepted values is defined in the lookup type ORA_MNT_WO_SUB_TYPE. The application uses this attribute to set the work order subtype when it creates a work order for the asset.
    • Title: Default Maintenance Work Order Type
      Maximum Length: 30
      Abbreviation that uniquely identifies the work order type. A list of accepted values is defined in the lookup type ORA_MNT_WO_TYPE. The application uses this attribute to set the work order type when it creates a work order for the asset.
    • Fixed Asset Associations
      Title: Fixed Asset Associations
      The FixedAssetAssociations resource manages the relationships between installed base and fixed assets. You can add new relationships or end date the existing ones.
    • Title: Line
      Read Only: true
      Value that uniquely identifies the distributed order orchestration fulfillment line reference. This attribute is read-only.
    • Title: Date in Service
      Date and time when the organization put the asset in service. The in-service date must occur after the installed date.
    • Title: Installed Date
      Date and time when the organization installed the asset. The installed date must occur after the shipment date and before the in-service date.
    • Title: IoT Enabled
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then synchronize the asset with the application that controls the lot. If false, then do not synchronize. The default value is true. The response payload translates Y to true and N to false.
    • Title: Item Enabled for Customer Self-Service
      Read Only: true
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then the item is enabled for use on the customer self-service application. If false, then the item is not enabled. The default value is false.
    • Title: Item Description
      Read Only: true
      Maximum Length: 240
      Description of the item. This attribute is read-only.
    • Title: Item ID
      Value that uniquely identifies the item that the asset references. You need an item to create an asset when ItemRequiredFlag is true. You can provide values for either itemId or ItemNumber. For customer assets, the item associated with the asset must have the value of Enable Asset Tracking set to Customer Asset or Full Lifecycle. For enterprise assets, the item must have the value of Enable Asset Tracking set to Full Lifecycle.
    • Title: Long Description
      Read Only: true
      Maximum Length: 4000
      Long description of the item. This attribute is read-only.
    • Title: Item
      Number that uniquely identifies the item that the asset references. You need an item to create an asset when ItemRequiredFlag is true. You can provide values for either itemId or ItemNumber. For customer assets, the item associated with the asset must have the value of Enable Asset Tracking set to Customer Asset or Full Lifecycle. For enterprise assets, the item must have the value of Enable Asset Tracking set to Full Lifecycle.
    • Title: Item Required
      Maximum Length: 1
      Default Value: true
      Contains one of the following values: true or false. If true, then the item is required to create an asset. If false, then the item is not required to create an asset. The default value is false.
    • Title: Item Revision
      Maximum Length: 18
      Number that identifies the item revision that the asset references.
    • Title: Item Enabled for a Service Request
      Read Only: true
      Maximum Length: 30
      Abbreviation that indicates whether a service request can be created for the item. This attribute is read-only.
    • Links
    • Title: Location Organization Code
      Maximum Length: 255
      Abbreviation that uniquely identifies the organization where the asset currently resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_WORK CENTER.
    • Title: Location Organization ID
      Value that uniquely identifies the organization where the asset currently resides. You can provide the location organization if the value of CurrentLocationContextCode is ORA_WORK CENTER.
    • Title: Locator ID
      Read Only: true
      Value that uniquely identifies the locator where the asset resides. This attribute is read-only.
    • Title: Locator
      Read Only: true
      Maximum Length: 255
      Name of the locator where the asset resides. This attribute is read-only.
    • Title: Lot Number
      Maximum Length: 80
      Number that uniquely identifying the lot that that the asset references to control the item in inventory. This attribute is applicable when the item is lot controlled. If the lot number does not exist in the inventory, then the application creates a lot in the inventory application.
    • Title: Allow maintenance programs
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then enable the asset for a maintenance activity such as a maintenance program or maintenance work order. If false, then do not enable. The default value is true for maintainable items.
    • Title: Manage Asset Privilege
      Contains one of the following values. C: Customer asset responsibility. M : Enterprise asset responsibility. MC: Super user responsibility.
    • Meters
      Title: Meters
      The Meters resource gets the details of the meters associated with the assets.
    • Title: Allow work orders
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then allow the application to create a work order for the asset. If false, then do not allow. The default value is true for maintainable items.
    • Notes
      Title: Notes
      The Notes resource manages the asset notes that provide additional details about the asset. You can add, edit and delete the notes.
    • Title: Operating Organization
      Abbreviation that uniquely identifies the organization that creates or operates the asset. You need the organization code to create an enterprise asset for a customer asset. If the organization is not provided, the application uses the item master organization. You can provide values for either OperatingOrganizationId or OperatingOrganizationCode.
    • Title: Operating Organization ID
      Value that uniquely identifies the organization that creates or operates the asset. You need the organization identifier to create an enterprise asset for a customer asset. If the organization is not provided the application uses the item master organization. You can provide values for either OperatingOrganizationId or OperatingOrganizationCode.
    • Read Only: true
      Maximum Length: 255
      Name of the organization that creates or operates the asset. This attribute is read-only.
    • Title: Parent Asset ID
      Value that uniquely identifies the parent asset number to which the imported asset needs to be added.
    • Parts
      Title: Parts
      The Parts resource manages the asset parts list used for maintaining the asset. You can add, remove, and view the list of the asset part components.
    • Title: Postal Code
      Abbreviation that identifies the postal area where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Province
      Province where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Customer Purchase Date
      Date and time when the customer purchased the asset. If you provide the registration date, then you must provide the purchase date. The purchased date must occur before the registration date.
    • Title: Quantity
      Quantity for the item that the asset references. If the item is serial controlled, then the quantity cannot exceed one. This attribute is required to create the asset.
    • Title: Registration Date
      Date and time when the customer registered the asset.
    • Relationships
      Title: Relationships
      The Relationships resource manages the asset structure relationships. You can add, remove, or get the assets of the structure.
    • Value that unique identify the Return Order Fulfill Line Identifier. This Attribute is read-only and it is a system generated number when return sales order is created.
    • Value the unique identify the Return Order Identifier. This Attribute is read-only and it is a system generated number when return sales order is created.
    • Value that unique identify the Return Order Line Identifier. This attribute is read-only and it is a system generated number when return sales order is created.
    • Maximum Length: 255
      Reference the unique identifier the Number of the Return Sales Order Number. This attribute is read-only and it is a system generated number when return sales order is created.
    • Maximum Length: 255
      Reference the unique identifier the Number of the Return Source Sales Order Number. This is a read-only and it is a system generated number when return sales order is created.
    • Title: Sales Order ID
      Value that uniquely identifies the sales order that is used to order the asset.
    • Title: Sales Order Line ID
      Value that uniquely identifies the line of the sales order that is used to order the asset.
    • Title: Sales Order Line Number
      Maximum Length: 120
      Number that uniquely identifies the line of the sales order that is used to order the asset.
    • Title: Sales Order Number
      Maximum Length: 120
      Number that identifies the sales order that is used to order the asset.
    • Title: Sales Order Source System
      Maximum Length: 30
      Name of the source application where the sales order originated. If SalesOrderSourceSystemType is ORA_EXTERNAL, then SalesOrderSourceSystem contains the name of the source application that is not an Oracle Fusion application. If SalesOrderSourceSystemType is ORA_INTERNAL, then SalesOrderSourceSystem identifies the Oracle Fusion application.
    • Title: Sales Order Source System Type
      Maximum Length: 30
      Description of the type of source application. This attribute is read-only.
    • Title: Secondary Quantity
      Secondary quantity of product that the asset references. If item is not defined as dual UOM item or if conversion for the secondary UOM is set to fix, this quantity is not required. If dual UOM conversion is set to default, this quantity will override the defaulted quantity. If conversion is no default, this quantity is required. Secondary UOM is defaulted from setup.
    • Title: Secondary UOM
      Maximum Length: 3
      Abbreviation that identifies the asset secondary quantity unit of measure. The secondary unit of measure is not required to create an asset. If provided it must be the same than the asset item secondary unit of measure. If not provided the value is defaulted from the asset item secondary unit of measure.
    • Title: Serial Number
      Maximum Length: 80
      Number that uniquely identifies the serial that the asset references. This attribute is used when item is serial controlled. If the serial number does not exist in the inventory, then the application creates a serial in the inventory application.
    • Title: Shipment Date
      Date when the asset is shipped to the customer. This attribute is optional. If you do not provide a value, the application uses the application date.
    • Title: Selling Business Unit ID
      Value that uniquely identifies the business unit that sold the asset. This attribute is optional.
    • Title: Selling Business Unit
      Maximum Length: 255
      Name of the business unit that sold the asset. This attribute is read-only.
    • Title: Split from Asset ID
      Value that uniquely identifies the split from asset reference. For non-serial assets, when assets are split during partial return, the new asset created with the remaining quantity will have this split from asset reference.
    • Title: State
      State where the asset is located. You can add the components of the address when the value of CurrentLocationContextCode is ORA_EXTERNAL_LOCATION.
    • Title: Structure Action Code
      Abbreviation that uniquely identifies the import action to be performed on the asset relationship. Valid values are ORA_ADD or ORA_REMOVE. ORA_ADD: Add the imported asset to a parent asset. ORA_REMOVE: Remove the asset from its parent asset. A list of accepted values is defined in the lookup type ORA_CSE_ASSET_IMP_CONF_ACTION.
    • Title: Subinventory
      Read Only: true
      Maximum Length: 30
      Abbreviation that identifies the subinventory where the asset resides. This attribute is read-only.
    • Title: UOM
      Maximum Length: 3
      Abbreviation that uniquely identifies the unit of measure for the asset quantity. It must use the same unit of measure that the item uses as the primary unit of measure. If this attribute is empty, then the application sets the value to the item primary unit of measure.
    • Title: Update Contract
      Contains one of the following values: true or false. If true, then the application interfaces the asset change to the enterprise contract application. If false, then the asset change is not interfaced to enterprise contract application. The default value is true. This attribute is used when you import the asset and the contract through enterprise contract. Set this attribute to false only if you are certain that the application must handle each contract update separately, or if the update does not apply in the context.
    • Title: Work Center Code
      Maximum Length: 255
      Abbreviation that identifies the work center where the asset resides. You can add the components of the address when the value of CurrentLocationContextCode is ORA_WORK CENTER.
    • Title: Work Center ID
      Value that uniquely identifies the work center where the asset currently resides. You can provide the work center when the value of CurrentLocationContextCode is ORA_WORK CENTER.
    • Title: Work Center
      Read Only: true
      Maximum Length: 120
      Name of the work center where the asset currently resides. This attribute is read-only.
    Nested Schema : Flexfields for Assets
    Type: array
    Title: Flexfields for Assets
    The Flexfields for Assets resource manages the descriptive flexfields that contain additional details about the assets.
    Show Source
    Nested Schema : Asset Qualifications
    Type: array
    Title: Asset Qualifications
    The Asset Qualifications resource manages the association of qualification requirements to an asset. You can add,update and view the qualifications recorded for an asset.
    Show Source
    Nested Schema : Charges
    Type: array
    Title: Charges
    The Charges resource manages the asset charges. The asset charge provides pricing details that are used for a flow such as billing or contract renewal.
    Show Source
    Nested Schema : Fixed Asset Associations
    Type: array
    Title: Fixed Asset Associations
    The FixedAssetAssociations resource manages the relationships between installed base and fixed assets. You can add new relationships or end date the existing ones.
    Show Source
    Nested Schema : Meters
    Type: array
    Title: Meters
    The Meters resource gets the details of the meters associated with the assets.
    Show Source
    Nested Schema : Notes
    Type: array
    Title: Notes
    The Notes resource manages the asset notes that provide additional details about the asset. You can add, edit and delete the notes.
    Show Source
    Nested Schema : Parts
    Type: array
    Title: Parts
    The Parts resource manages the asset parts list used for maintaining the asset. You can add, remove, and view the list of the asset part components.
    Show Source
    Nested Schema : Relationships
    Type: array
    Title: Relationships
    The Relationships resource manages the asset structure relationships. You can add, remove, or get the assets of the structure.
    Show Source
    Nested Schema : installedBaseAssets-assetDFF-item-response
    Type: object
    Show Source
    Nested Schema : installedBaseAssets-assetQualifications-item-response
    Type: object
    Show Source
    • Value that uniquely identifies an asset. This attribute is read-only.
    • Title: Number
      Read Only: true
      Maximum Length: 80
      Number that uniquely identifies an asset. This attribute is read-only.
    • Value that uniquely identifies the asset qualification. The application creates this value when it creates the asset qualification. This attribute is read-only.
    • Read Only: true
      Maximum Length: 64
      User who created the qualification requirement The application automatically sets this value during creation.This attribute is read-only.
    • Read Only: true
      Date when the qualification requirment is created. The application automatically sets this value during creation.This attribute is read-only.
    • Value that Uniquely Identifies the inspection plan. Currently, this attribute isn't populated.
    • Read Only: true
      Date when the user most recently updated the qualification requirement. The application automatically sets this value during creation.This attribute is read-only.
    • Read Only: true
      Maximum Length: 64
      User who most recently updated the qualification requirement. The application assigns a value to this attribute during creation. This attribute is read-only.
    • Read Only: true
      Maximum Length: 32
      Login that the user used when updating the qualification requirement. The application assigns a value to this attribute during creation. This attribute is read-only.
    • Links
    • Date when the asset qualification is next due. The value can be updated till the current value becomes past. The value is defaulted based on the default interval value in associated qualification requirement.
    • Maximum Length: 255
      Abbreviation that uniquely identifies the qualification requirement . This attribute is required to create a qualification requirement.
    • Value that uniquely identifies the qualification requirement. The application creates this value when it creates the qualification requirement. This attribute is mandatory.
    • Maximum Length: 255
      Name of the qualification requirement. This is unique and required attribute to create an asset qualification.
    • Read Only: true
      Maximum Length: 64
      User who created the asset qualification. The application automatically sets this value during creation.This attribute is read-only.
    • Date when the asset qualification is created. This date can be set to a required value during creation. Once created the value can't be updated. The defauilt value is system date.
    Nested Schema : installedBaseAssets-charges-item-response
    Type: object
    Show Source
    • Value that uniquely identifies the asset charge. The application creates this value when it creates the asset charge. This attribute is read-only.
    • Value that uniquely identifies the asset that the application charges. The application uses the asset that the charge references to determine the value for this attribute. This attribute is read-only.
    • Maximum Length: 1
      Contains one of the following values: true or false. If true, then the charge component represents the aggregated value of the rollup charge. If false, then the charge component does not represent this value. The default value is false.
    • Maximum Length: 30
      Abbreviation that identifies the definition for the pricing charge. This attribute is required to define the asset charge.
    • Maximum Length: 1
      Contains one of the following values: true or false. If true, then the pricing charge is a rollup charge. If false, then the pricing charge is not a rollup charge. The default value is false.
    • Maximum Length: 15
      Abbreviation that uniquely identifies the currency that the pricing charge uses. This attribute is required to define the charge for asset pricing.
    • Links
    • Maximum Length: 3
      Abbreviation that identifies the unit of measure for the quantity that the application prices. This attribute is required to define the charge for asset pricing.
    • Maximum Length: 30
      Abbreviation that identifies the pricing element of the pricing charge. This attribute is required to define the asset charge.
    • Maximum Length: 30
      Abbreviation that indicates whether the unit price in the pricing element is the list price or the net price.
    • Maximum Length: 30
      Abbreviation that identifies the recurring timeframe that the application uses to price the charge such as month or year.
    • Maximum Length: 1
      Contains one of the following values: true or false. If true, then the charge is a primary charge. If false, then the charge is not a primary charge. The default value is false.
    • Maximum Length: 1
      Contains one of the following values: true or false. If true, then the asset price includes taxes. If false, then the asset price does not include taxes. The default value is false.
    • Unit price of the asset. This is the current price of the asset or price that the organization used when it sold the asset.
    Nested Schema : installedBaseAssets-fixedAssetAssociations-item-response
    Type: object
    Show Source
    Nested Schema : installedBaseAssets-meters-item-response
    Type: object
    Show Source
    • Title: End Date
      Read Only: true
      Date when the application can no longer use the meter template for the asset. The application sets this value to the default, active end date for the meter that it created for the asset. The date must be equal to or greater than the system date, and it must be greater than the value of ActiveStartDate.
    • Title: Start Date
      Read Only: true
      Date when the application can use the meter template for the asset. The application sets this value to the active start date for the meter that it created for the asset, by default. The date must be equal to or greater than the system date, and less than the value of ActiveEndDate.
    • Read Only: true
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then the meter can be used for scheduling a maintenance program. If false, then the meter cannot be used for scheduling a maintenance program. The default value is false.
    • Title: Asset Number
      Read Only: true
      Maximum Length: 80
      Value that uniquely identifies the asset for the meter. This attribute is read-only.
    • Title: Calculated Utilization Rate per Day
      Read Only: true
      Value of the calculated utilization rate based on the number of active readings in history. This attribute is read-only.
    • Title: Estimated Daily Utilization Rate
      Read Only: true
      Expected average daily total of readings that are to be entered for a meter.
    • Title: Displayed Reading
      Read Only: true
      Value that's indicated on a meter. This value is the same as the Life-to-Date Reading value up until the point that a meter is reset or encounters a rollover event. For a change meter, this value is calculated by adding the current net change value to the previous displayed reading value. For an absolute meter, this value is always the same as the reading value. This attribute is read-only.
    • Title: Comments
      Read Only: true
      Maximum Length: 255
      Comments of the last active meter reading in history. This attribute is read-only.
    • Title: Last Reading Date
      Read Only: true
      Date of the last active meter reading in history. This attribute is read-only.
    • Title: Last Reading Value
      Read Only: true
      Value of the last active meter reading in history. This attribute is read-only.
    • Title: Life-to-Date Reading
      Read Only: true
      Value that represents the cumulative reading value for an asset meter, irrespective of Reset or Rollover events, over time. It is incremented by the recording new meter readings. This attribute is read-only.
    • Links
    • Title: Meter Code
      Read Only: true
      Maximum Length: 30
      Abbreviation that identifies the meter template. This value must use uppercase letters and it can be alphanumeric. Each meter that the application creates for the asset references this value.
    • Read Only: true
      Value that uniquely identifies the meter template. The application creates this value when it creates a meter template. This attribute is read-only.
    • Title: Meter Description
      Read Only: true
      Maximum Length: 240
      Description of the meter template. This attribute provides a brief user-defined text providing information on the template characteristics.
    • Read Only: true
      Value that uniquely identifies the asset meter. The application uses this value and the value that identifies the asset to identify the asset meter, and then record a new meter reading. As an alternative, the application can use the meter code and the asset number to identify the asset meter and record the new reading.
    • Title: Meter Name
      Read Only: true
      Maximum Length: 120
      Name of the meter template. Each meter that the application creates for the asset references this value. The combined values of MeterName and MeterCode provide a unique value that identifies the meter template.
    • Read Only: true
      Value that uniquely identifies the business object that the application creates for this meter. This value represents the asset identifier that the application gets from the asset that references the meter.
    • Title: Meter Type
      Read Only: true
      Maximum Length: 80
      Meaning of the type of meter in the meter template. This attribute is read-only.
    • Title: Meter Type Code
      Read Only: true
      Maximum Length: 30
      Abbreviation that identifies the type of meter in the meter template. Each meter that the application creates for the asset references this value. Values for MeterCode are continuous, similar to an odometer or a gauge similar to a thermometer. A list of accepted values is defined in the lookup type ORA_CSE_METER_TYPE_CODE.
    • Read Only: true
      Maximum Length: 30
      Abbreviation that uniquely identifies whether the application created the meter reading for an asset or for a contract line. Valid values include ORA_ASSET or ORA_CONTRACT. A list of accepted values is defined in the lookup type ORA_CSE_METER_USAGE_CODE.
    • Title: Reading Direction
      Read Only: true
      Maximum Length: 30
      Direction of the meter reading in the meter template. Each meter that the application creates for the asset references this value. This attribute specifies the direction to record the meter reading in ascending, descending, or bidirectional direction, depending on the type of meter and type of reading. The application limits the combination of meter, reading type, and direction to the following usages: continuous absolute ascending, continuous absolute change, continuous change ascending, continuous change descending, or gauge absolute bidirectional. A list of accepted values is defined in the lookup type ORA_CSE_DIRECTION.
    • Title: Reading Direction Meaning
      Read Only: true
      Maximum Length: 80
      Meaning of the reading direction in the meter template. This attribute is read-only.
    • Title: Reading Type
      Read Only: true
      Maximum Length: 80
      Meaning of the reading type in the meter template. This attribute is read-only.
    • Title: Reading Type Code
      Read Only: true
      Maximum Length: 30
      Abbreviation that identifies the type of meter reading. Each meter that the application creates for the asset references this value. This attribute specifies whether to record the meter reading as an absolute value or a change value, depending on the meter type. The application limits the combination of meter and reading type to the following usages: continuous absolute, continuous change, or gauge absolute. A list of accepted values is defined in the lookup type ORA_CSE_READING_TYPE_CODE.
    • Read Only: true
      Maximum Length: 30
      Abbreviation that identifies the option that is used to control the meter reading entry at work order completion.
    • Title: Meaning
      Read Only: true
      Maximum Length: 80
      Meaning that identifies the option that is used to control the meter reading entry at work order completion. This attribute is read-only.
    • Title: Reset allowed
      Read Only: true
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then allow the meter template to reset the asset meter when the application records a new reading in the meter reading history. If false, then do not allow. If true, then you must define ResetValue. The default value is false. Each meter that the application creates for the asset references this value. You cannot define an indicator for a gauge meter.
    • Title: Reset Value
      Read Only: true
      Reset value for the meter in the meter template. The application uses this attribute as the reset value when it records the meter reading history. If you set ResetAllowedFlag to true, then you must specify a value for ResetValue. Each meter that the application creates for the asset references this attribute. This attribute must contain a value that is greater than zero, and that is equal to the lowest reading value that the physical meter allows for the asset.
    • Title: Rollover allowed
      Read Only: true
      Maximum Length: 1
      Contains one of the following values: true or false. If true, then allow the application to rollover the asset meter in the meter template when it records a new reading in the meter reading history. If false, then do not allow rollover. If true, then you must specify values for RolloverMaximumValue and RolloverResetValue. The default value for RolloverAllowedFlag is false. RolloverAllowedFlag is required. Each meter that the application creates for the asset references RolloverAllowedFlag. You can allow rollover only for a continuous absolute or for a change ascending meter, and only for a meter that can reach a maximum value before it rolls over to a reset value, and then continue recording. The default value is false.
    • Title: Rollover Maximum Value
      Read Only: true
      Maximum value that the application can set for the asset meter in the meter template when it records a new reading in the meter reading history. If RolloverAllowedFlag is true, then you must provide a value for RolloverMaximumValue. Each meter that the application creates for the asset references RolloverMaximumValue. The value in RolloverMaximumValue must be greater than zero, greater than the value of RolloverResetValue, and must equal the maximum cumulative value that the physical meter allows for the asset.
    • Title: Rollover Reset Value
      Read Only: true
      Minimum value that the application can set for the asset meter in the meter template when it records a new reading in the meter reading history. If RolloverAllowedFlag is true, then you must provide a value for RolloverResetValue. Each meter that the application creates for the asset references RolloverResetValue. The value of RolloverResetValue must be greater than or equal to zero, and must equal the minimum value that the physical meter allows for the asset.
    • Title: UOM Name
      Read Only: true
      Maximum Length: 25
      Meaning of the unit of measure in the meter template. This attribute is read-only.
    • Title: UOM
      Read Only: true
      Maximum Length: 3
      Abbreviation that identifies the unit of measure that the meter template uses. Each meter that the application creates for the asset references this value. This attribute provides a context that you can use to define, record, or view meter history. A list of accepted values is defined in the lookup type ORA_CSE_UOM_CODE.
    • Read Only: true
      Number of readings in history for which meter readings will be used to calculate a daily utilization rate.
    • Read Only: true
      Unique identifier of the maintenance work order from which the meter reading was recorded. The attribute is read-only.
    • Title: Work Order
      Read Only: true
      Maximum Length: 255
      Name of the maintenance work order from which the meter reading was recorded. The attribute is read-only.
    Nested Schema : installedBaseAssets-notes-item-response
    Type: object
    Show Source
    • Title: Contact Relationship ID
      Value that uniquely identifies the customer contact who created the note. This attribute is read-only. This attribute is not currently used.
    • Title: Corporate Currency Code
      Maximum Length: 15
      Abbreviation that identifies the currency of the party who created the note. This attribute is read-only. This attribute is not currently used.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the note for the asset. The application automatically sets this value during creation.This attribute is read-only.
    • Title: Creation Date
      Read Only: true
      Date when the note is created. The application automatically sets this value during creation.This attribute is read-only.
    • Title: Creator Party ID
      Value that uniquely identifies the user who created the note. The application automatically sets this value during creation. This attribute is read-only.
    • Title: Currency Conversion Rate Type
      Maximum Length: 30
      Type of currency of the party who created the note. This attribute is read-only. This attribute is not currently used.
    • Title: Currency
      Maximum Length: 15
      Abbreviation that identifies the currency of the party who created the note. This attribute is read-only. This attribute is not currently used.
    • Title: Delete Indicator
      Read Only: true
      Contains one of the following values: true or false. If true, then the user has access to delete the record. If false, then the user does not have access to delete the record. This attribute value is set during the creation of the note and the value is derived based on whether the user has permission to delete the note or not. This attribute is read-only.
    • Title: Primary Email
      Read Only: true
      Maximum Length: 320
      Email address of the user who created the note for the asset. The application automatically sets this value to the e-mail address of the logged in user during creation. This attribute is read-only.
    • Title: Primary Address
      Read Only: true
      Address of the user who created the note for the asset. The application automatically sets this value to the formatted address of the logged in user during creation. This attribute is read-only.
    • Title: Primary Phone
      Read Only: true
      Phone number of the user who created the note for the asset. The application automatically sets this value to the formatted phone number of the logged in user during creation. This attribute is read-only.
    • Title: Last Update Date
      Read Only: true
      Date when the user most recently updated the note. The application automatically sets this value during creation.This attribute is read-only.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who most recently updated the note for the asset. The application assigns a value to this attribute during creation. This attribute is read-only.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      Login that the user used when updating the note for the asset. The application assigns a value to this attribute during creation. This attribute is read-only.
    • Links
    • Title: Note ID
      Read Only: true
      Value that uniquely identifies the note for the asset. The application sets this value during note creation. This attribute is read-only.
    • Maximum Length: 30
      Number that identifies the application used to generate the note. This attribute is automatically defaulted during creation. This attribute is read-only.
    • Title: Title
      Maximum Length: 500
      Title of the note. This attribute is optional, which can be entered by the user.
    • Title: Note
      Actual text of the note.
    • Title: Type
      Maximum Length: 30
      Abbreviation that uniquely identifies the type of note. The application automatically sets this value during creation. This attribute is read-only.
    • Title: Parent Note ID
      Value that uniquely identifies the parent note. The application assigns a value to this attribute during creation. This attribute is read-only.
    • Title: Party ID
      Read Only: true
      Value that uniquely identifies the user who created the note. The application automatically sets this value during creation.This attribute is read-only.
    • Title: Author
      Read Only: true
      Maximum Length: 360
      Name of the user who created the note for the asset. The application automatically sets this value during creation. This attribute is read-only.
    • Title: Related Object Type
      Maximum Length: 30
      Name of the source object that created the note. The application automatically sets this value to CSE_ASSET during creation. This attribute is read-only.
    • Title: Related Object
      Maximum Length: 64
      Value that uniquely identifies the source object for the note. The application automatically sets this value to Asset identifier during creation. This attribute is read-only.
    • Title: Update Indicator
      Read Only: true
      Contains one of the following values: true or false. If true, then user has access to update the record. If false, then user does not have access to update the record. This attribute value is set during the creation of the note and the value is derived based on whether the user has permission to update the note or not. This attribute is read-only.
    • Title: Private
      Maximum Length: 30
      Default Value: INTERNAL
      Abbreviation that uniquely identifies the visibility to other users of the note. Valid values include INTERNAL, EXTERNAL and PRIVATE. If set to PRIVATE, then only the user who created the note can view, edit, or delete the note. This attribute is read-only.
    Nested Schema : installedBaseAssets-partsListComponents-item-response
    Type: object
    Show Source
    • Read Only: true
      Value that uniquely identifies the asset for each component. You can create only one relationship between each value that is specified by ListComponentId and AssetId.
    • Title: Quantity
      Quantity of each part list component for the asset.
    • Value that uniquely identifies the item that is part of the part list for the asset. Asset item cannot be part of the part list for the same asset.
    • Maximum Length: 255
      Number that uniquely identifies the item that is part of the part list for the asset. An asset item cannot be part of the part list for the same asset.
    • Value that uniquely identifies the organization to which the part list item is assigned to. This is a required attribute.
    • Links
    • Value that uniquely identifies the parts list item that the asset references.
    • Title: Secondary Quantity
      Secondary quantity of product that the asset references. If item is not defined as dual UOM item or if conversion for the secondary UOM is set to fix, this quantity is not required. If dual UOM conversion is set to default, this quantity will override the defaulted quantity. If conversion is no default, this quantity is required. Secondary UOM is defaulted from setup.
    • Title: Secondary UOM
      Maximum Length: 3
      Abbreviation that identifies the asset secondary quantity unit of measure. The secondary unit of measure is not required to create an asset. If provided it must be the same than the asset item secondary unit of measure. If not provided the value is defaulted from the asset item secondary unit of measure.
    Nested Schema : installedBaseAssets-relationships-item-response
    Type: object
    Show Source
    • Value that uniquely identifies the child asset in the structure. You must provide the value that identifies the child asset to create the relationship.
    • Maximum Length: 255
      Number that uniquely identifies the child asset in the structure. This attribute is read-only.
    • Read Only: true
      Maximum Length: 300
      Number that uniquely identifies the item that the child asset references.
    • Links
    • Read Only: true
      Value that uniquely identifies the superlative relationship (As Sold Structure) to present the sales view of the customer assets. This attribute is read-only.
    • Value that uniquely identifies the asset relationship. The application creates this value when it creates the asset relationship. This attribute is read-only.
    • Title: Serial Number
      Read Only: true
      Maximum Length: 80
      Serial number of the asset. You must provide the serial number in combination with the item to identify the asset.
    Back to Top