Get an activity detail associated with a given loyalty member

get

/crmRestApi/resources/11.13.18.05/loyMembers/{MemberNumber}/child/activities/{LoyTransactionId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • The member number. This attribute is an alternative identifier for a loyalty member and is displayed in the UI. There is no default value, dependency, or limitation associated with this attribute.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • 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
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : loyMembers-activities-item-response
Type: object
Show Source
  • Title: Action Note
    Read Only: true
    Maximum Length: 1000
    The action note associated with the accrual activity. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 30
    The attribute specifies the status of the created accrual dispute, that is, whether the accrual dispute created is approved or rejected. The accepted values are ORA_ACRL_DISPUTE_STAT_APPR and ORA_ACRL_DISPUTE_STAT_REJ. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 30
    The attribute specifies the type of Accrual Dispute that is created. Accepted values are ORA_ACRL_DISPUTE_TYPE_INCOR and ORA_ACRL_DISPUTE_TYPE_MISSING. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Number of Points
    Read Only: true
    The number of accrued points. This attribute gets updated whenever the transaction creates accrual items and assigns points during transaction processing. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Accrual Start Date
    Read Only: true
    Displays the date from which the points become effective, that is, the date when the points are available for redemption. Point items having a future effective date will fall under the Future Points category and would move under Available Points once the effective date is reached. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Block Number
    Read Only: true
    Maximum Length: 30
    The point block number associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Read Only: true
    Maximum Length: 50
    The promotion name associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Points
    Read Only: true
    The total accrual points associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status Code
    Read Only: true
    Maximum Length: 30
    The accrual status code associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Activity Date
    Read Only: true
    The date when a transaction activity occurs. The transaction can be an accrual or redemption transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Activity Day
    Read Only: true
    The transaction activity day. This attribute represents the day when an activity, either accrual or redemption, occurs. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Activity Hour
    Read Only: true
    The transaction activity hour. This attribute represents the time in hours when an activity, either accrual or redemption, occurs. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Amount
    Read Only: true
    The total amount spent on the accrual or redemption transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Approve Date
    Read Only: true
    The transaction approval date. If the transactions involve an approval process, then the identifier indicates the date when the transaction is approved by the reviewer. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Book Class Code
    Read Only: true
    Maximum Length: 30
    The booking class code. This attribute specifies the class of the airline ticket. The accepted values are ORA_TRAVL_BOOK_BUSI or ORA_TRAVL_BOOK_ECO. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Booking Date
    Read Only: true
    The transaction booking date. If the transaction is an airline transaction, then this attribute indicates the date when the booking is made for travel. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Canceled Transaction ID
    Read Only: true
    The canceled transaction identifier associated with the activity. This attribute is the primary key of the transaction that is canceled. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancellation Reason Code
    Read Only: true
    Maximum Length: 30
    The cancellation reason code. This attribute value represents the reason why the transaction is canceled. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Child Transaction ID
    Read Only: true
    The child transaction identifier. This attribute is the primary key of the transaction that is the child of the current transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Comments
    Read Only: true
    Maximum Length: 250
    The comments on transaction associated with the activity. This attribute stores the comments entered by user, if any, for future reference. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Corporate Currency Code
    Read Only: true
    Maximum Length: 15
    The currency code used by the corporation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Corporate Reference Number
    Read Only: true
    Maximum Length: 30
    The reference to a third-party corporate member from the program to get the points split for the individual and the corporation or company, if an individual member completes a transaction on behalf of the corporation or company. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user that creates the activity record. Oracle Loyalty Cloud populates this value when the loyalty administrator creates the activity in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the activity record is created. Oracle Loyalty Cloud sets this date value when the loyalty administrator creates the activity in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Code
    Read Only: true
    Maximum Length: 20
    The transaction currency code. This attribute indicates the currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value or dependency associated with this attribute.
  • Title: Currency Conversion Rate Type
    Read Only: true
    Maximum Length: 30
    The currency conversion rate method that is applied for the transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    Read Only: true
    The date when the currency exchange occurs during the transaction creation of associated activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Destination Airport Code
    Read Only: true
    Maximum Length: 30
    The destination airport code. This attribute value is a code representing the airport where the flight arrives when reaching its destination. The accepted values are ORA_AIRPORT_BOM, ORA_AIRPORT_BOS, or ORA_AIRPORT_SFO. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Destination City
    Read Only: true
    Maximum Length: 30
    The destination city code. This attribute value represents the city where the flight arrives when it reaches its destination. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Destination Zone Code
    Read Only: true
    Maximum Length: 30
    The zone where the flight arrives when it reaches its destination. The list of possible values are ORA_AIRLINE_ZONE_ASIA, ORA_AIRLINE_ZONE_EUROPE, or ORA_AIRLINE_ZONE_NAMER. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Document Number
    Read Only: true
    Maximum Length: 30
    The document number of transaction associated with the activity. This attribute provides additional information in the transaction for the retail industry. There is no default value, dependency, or limitation associated with this attribute.
  • Title: End Date
    Read Only: true
    The transaction end date of associated activity. This attribute is the date when the transaction is no longer in effect. This attribute value, if provided, must be set to a value after the StartDt attribute. There is no default value or dependency associated with this attribute.
  • Title: Expiration Date
    Read Only: true
    The expiration date for the points that have accrued. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expires in Days
    Read Only: true
    The date when the accrued points will expire, in days. There is no default value, dependency, or limitation associated with this attribute.
  • Title: External Product Line
    Read Only: true
    Maximum Length: 30
    The product line associated with the product for the transaction that is from an external source. The accepted value is ORA_EXT_PROD_LINE_CG. There is no default value, dependency, or limitation associated with this attribute.
  • Title: External Product Name
    Read Only: true
    Maximum Length: 240
    The product name reference in the external system. There is no default value, dependency, or limitation associated with this attribute.
  • Title: External Product Type
    Read Only: true
    Maximum Length: 30
    The type of products coming into the Oracle Loyalty Cloud system from an external source. The accepted value is ORA_EXT_PROD_TYPE_ELEC. There is no default value, dependency, or limitation associated with this attribute.
  • Title: External Reservation Number
    Read Only: true
    Maximum Length: 250
    The external reservation number is specific to the airline industry where a reservation is performed by an agent and has different reservation numbers. There is no default value, dependency, or limitation associated with this attribute.
  • Title: External
    Read Only: true
    Maximum Length: 1
    Default Value: N
    The external transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Fare Basis
    Read Only: true
    Maximum Length: 30
    The transaction fare basis. This attribute is a code which represents the fare basis on which the ticket fare is based. The accepted values are ORA_FARE_BASIS_BUSI or ORA_FARE_BASIS_ECO. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Fare Basis Code
    Read Only: true
    Maximum Length: 30
    The transaction fare basis. This attribute is a code which represents the fare basis on which the ticket fare is based. The accepted values are ORA_FARE_BASIS_BUSI or ORA_FARE_BASIS_ECO. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Fare Type Code
    Read Only: true
    Maximum Length: 30
    The fare type code. This attribute is a code value that determines the class of the flight travel. The accepted values are ORA_FARE_BUSN_CLASS or ORA_FARE_FIRST_CLASS. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Flight Number
    Read Only: true
    Maximum Length: 30
    The transaction flight number. If the transaction pertains to airlines, then this attribute indicates the flight number of the flight where the travel takes place. This attribute is entered by the user during transaction creation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Flight Type Code
    Read Only: true
    Maximum Length: 30
    The attribute specifies the flight type, for example, Boeing or Airbus. There is no default value, dependency, or limitation associated with this attribute.
  • Title: GDS Record Locator
    Read Only: true
    Maximum Length: 30
    The global distribution system (GDS) record locator. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Incentive Choice
    Read Only: true
    Maximum Length: 30
    The incentives or rewards that a member receives for enrolling into a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Integration ID
    Read Only: true
    Maximum Length: 30
    The attribute indicates the integration identifier of transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Destination
    Read Only: true
    Maximum Length: 15
    The details of the destination that is used internally by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Flight Date
    Read Only: true
    The local date for the flight for the country. For example, 24/01/2018 is equal to GMT +5.30 in India. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Origin
    Read Only: true
    Maximum Length: 15
    The flight origin details that are local to the region. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The inventory item identifier. For example, when a transaction is created, sometimes the inventory or goods are picked from the partner and directly delivered to the customer. That is, the transaction is created for one organization, but the inventory is being picked from a different organization. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Inventory Organization ID
    Read Only: true
    The organization from where inventory is being picked. For example, when a transaction is created, sometimes the inventory or goods are picked from the partner and directly delivered to the customer. That is, the transaction is created for one organization, but the inventory is being picked from a different organization. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Item Number
    Read Only: true
    Maximum Length: 30
    The transaction item number that is used during transaction creation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the activity record is updated. Oracle Loyalty Cloud sets this date value when the loyalty administrator updates the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The date of the last update of the activity record by the user. Oracle Loyalty Cloud updates this attribute for the logged in user details when the loyalty administrator updates the details about the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The activity record that was last updated by the user login. Oracle Loyalty Cloud updates this attribute for the logged in user details when the loyalty administrator updates the details about the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Order Line Number
    Read Only: true
    The line item number for a multiple line item order transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Loan Balance
    Read Only: true
    The remaining balance of the loan that you can use during transaction creation of associated activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Loan Repayment Date
    Read Only: true
    The date which specifies when the loan is repaid. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Location ID
    Read Only: true
    The transaction location code which is used for giving promotions only for specific locations. For example, for the same retailer, the promotion can be applied only if the store is located in India. If the store is located outside India, then no promotions are applied. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction ID
    Read Only: true
    The transaction attribute associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Marketing Flight Number
    Read Only: true
    Maximum Length: 30
    The marketing flight number, which is specific to the airline industry and which indicates the flight number used in the airline's marketing campaign. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member
    Read Only: true
    The primary key of the member referred by the current loyMember resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Name
    Read Only: true
    Maximum Length: 100
    The identifier that specifies the name of the loyalty member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Number
    Read Only: true
    Maximum Length: 30
    The member number attribute is an alternative identifier that uniquely identifies a loyalty member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Opportunity Cost
    Read Only: true
    The transaction opportunity cost of transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Order Number
    Read Only: true
    Maximum Length: 30
    The number associated with an order. This attribute is used by Oracle Loyalty Cloud when consolidating transactions. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The unique identifier of the organization associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Origin Airport Code
    Read Only: true
    Maximum Length: 30
    The origin airport code. This attribute value represents the airport from where the flight departs. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Origin City Code
    Read Only: true
    Maximum Length: 30
    The origin city code. This attribute value represents the city from where the flight departs. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Order ID
    Read Only: true
    The attribute indicates the original order identifier that lead to the creation of these transactions. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Order Line Item
    Read Only: true
    The details of the order item that is originally placed, especially used for exchanges, and so on, in retail transactions. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Point
    Read Only: true
    The original value of the transaction in points without any subsequent bonus added by each promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Origin Zone Code
    Read Only: true
    Maximum Length: 30
    The code representing the zone from where the flight departs. Possible values are ORA_AIRLINE_ZONE_ASIA, ORA_AIRLINE_ZONE_EUROPE, or ORA_AIRLINE_ZONE_NAMER. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Duplicate Check Overridden
    Read Only: true
    Maximum Length: 1
    Default Value: N
    The flag that indicates whether duplicate line items are allowed in a transaction or not. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The primary key of the member referred by the current loyMember resource that owns this activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Owner ID
    Read Only: true
    The user that created the transaction and that owns the transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Package Code
    Read Only: true
    Maximum Length: 30
    The transaction package code. This attribute identifies the package from which line items are picked. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner Transaction ID
    Read Only: true
    The transaction identifier for the parent transaction that creates the current transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partition Name
    Read Only: true
    Maximum Length: 30
    The transaction partition name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Party ID
    Read Only: true
    The party identifier associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The name of the party associted with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Period Duration
    Read Only: true
    Maximum Length: 30
    The period duration code which specifies the duration in days, or months, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Period Type
    Read Only: true
    Maximum Length: 30
    The period type code. Period type options are Months, Years, Lifetime, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: PNR Name
    Read Only: true
    Maximum Length: 50
    The transaction passenger name record (PNR) name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: PNR Number
    Read Only: true
    Maximum Length: 50
    The transaction passenger name record (PNR) number. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Number Points
    Read Only: true
    The transaction points of transaction associated with the activity. This attribute corresponds to the price of the transaction in points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Post Date
    Read Only: true
    The date when the transaction associated with the activity is posted. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Price Overridden
    Read Only: true
    Maximum Length: 1
    Default Value: N
    The flag that indicates whether the price needs to be overridden or not. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Process Date
    Read Only: true
    The activity processed date. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Processing Comment
    Read Only: true
    Maximum Length: 1000
    The transaction processing comment that provides the details of an error during transaction processing, if any occurred. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Processing Log
    Read Only: true
    Maximum Length: 1000
    The transaction processing log that provides details of all the promotions that are applied, all the points that are assigned, and all the vouchers that are assigned, if any. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product
    Read Only: true
    Maximum Length: 240
    The product name reference in the external system. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program
    Read Only: true
    Maximum Length: 50
    The name of the program in which the transaction is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Number
    Read Only: true
    Maximum Length: 30
    The number of the program in which the transaction is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner Processing Date
    Read Only: true
    The date on which the transaction associated with the activity is processed at the partner end. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner Status Code
    Read Only: true
    Maximum Length: 30
    The status code used by the partner when processing the transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Payment Type
    Read Only: true
    Maximum Length: 30
    The payment type code specifies how the payment is made for the transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying
    Read Only: true
    Maximum Length: 1
    Default Value: false
    The boolean attribute indicates whether the accrued points are qualifying points or not. Qualifying points count toward a member???s tier status. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Qualifying
    Read Only: true
    Maximum Length: 1
    Default Value: N
    The qualifying point associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Reason Code
    Read Only: true
    Maximum Length: 30
    The reason for the cancellation or refund, if the transaction is cancelled. For example, a fee that is inadvertently applied. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Action Note
    Read Only: true
    Maximum Length: 1000
    The action note associated with the redemption activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Loyalty Promotion ID
    Read Only: true
    The redemption promotion identifier associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Block Number
    Read Only: true
    Maximum Length: 30
    The redemption point block number associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The redemption point block identifier associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Read Only: true
    Maximum Length: 50
    The redemption promotion name associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Unit of Measure for the Redemption Quantity
    Read Only: true
    Maximum Length: 30
    The redemption products quantity unit of measure (UOM) code. For example, possible UOM codes are kilograms or litres. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Points
    Read Only: true
    The redemption points associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Type Code
    Read Only: true
    Maximum Length: 30
    The redemption lookup code attribute is a read-only attribute that is dependent on RedemptionLookupType. This attribute gives additional information regarding RedemptionTypeCode as a lookup code. There is no default value or limitation associated with this attribute.
  • Title: Redemption Item Value
    Read Only: true
    The points redeemed from the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Refund Percentage
    Read Only: true
    The percentage of the refund that is granted in the transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Refund Override Comments
    Read Only: true
    Maximum Length: 250
    The refund override comments in the event a refund is made. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Refund Override Reason
    Read Only: true
    Maximum Length: 30
    The refund override reason code in the event a refund is made. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Social Media Action Type Code
    Read Only: true
    Maximum Length: 30
    The code that provides the social media action type. The accepted values are ORA_SOCIAL_ACTION_CHECK_IN, ORA_SOCIAL_ACTION_RATE, or ORA_SOCIAL_ACTION_SHARE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Source Code
    Read Only: true
    Maximum Length: 30
    The code that represents the source of the transaction. The possible values are ORA_TXN_SOURCE_WEB, ORA_TXN_SOURCE_MOBILE, ORA_TXN_SOURCE_BILL. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Date
    Read Only: true
    The start date of transaction associated with the activity. Either Oracle Loyalty Cloud generates this attribute value when a new transaction is created and populates the attribute with the current date, or it is provided as input from the user when creating transaction using the resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status Code
    Read Only: true
    Maximum Length: 30
    Default Value: ORA_TXN_STAT_IN_PROG
    The transaction status code associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status Meaning
    Read Only: true
    Maximum Length: 80
    The transaction status meaning. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Submit Date
    Read Only: true
    The submission date of transaction associated with the activity. Oracle Loyalty Cloud assigns this attribute value when the transaction is submitted for approval by changing the Transaction Status attribute value to Submitted. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product ID
    Read Only: true
    Maximum Length: 30
    The code that specifies the status of the transaction processing, for example, whether there is an error or the transaction is successful, and so on. The accepted values are ORA_TXN_SUB_STAT_ERROR, ORA_TXN_SUB_STAT_SUCCESS, or ORA_TXN_SUB_STAT_NO_PROMO_QF. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Subtype Code
    Read Only: true
    Maximum Length: 30
    The transaction sub type code associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Subtype
    Read Only: true
    Maximum Length: 80
    The transaction sub type meaning of the transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Ticket Number
    Read Only: true
    Maximum Length: 30
    The unique number that is used to identify the ticket booking for an airline transaction. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Recipient Membership Number
    Read Only: true
    Maximum Length: 30
    The unique identification number of the member to whom points are transferred. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Total Days
    Read Only: true
    The total days that are required for travel between the source and destination locations. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Total Lines
    Read Only: true
    The total line items for the transaction. A transaction can include many order line items. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction Channel Code
    Read Only: true
    Maximum Length: 30
    The code that indicates how the transaction is created. The accepted values are ORA_TXN_CHANNEL_MOBILE, ORA_TXN_CHANNEL_WEB, or ORA_TXN_CHANNEL_TELE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction Date
    Read Only: true
    The transaction date of the associated activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction Number
    Read Only: true
    Maximum Length: 30
    The transaction number associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction Source Code
    Read Only: true
    Maximum Length: 30
    The transaction source code attribute indicates the transaction activity type, such as Airlines, Hotels, Car Rental, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transfer Class Code
    Read Only: true
    Maximum Length: 30
    The code that indicates the class in which the passenger is traveling. The accepted values are ORA_TRAVL_CLASS_BUSI, ORA_TRAVL_CLASS_ECO. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Travel Distance
    Read Only: true
    The transaction travel distance. This attribute stores the total miles travelled. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Type Code
    Read Only: true
    Maximum Length: 30
    The transaction type code associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Type Meaning
    Read Only: true
    Maximum Length: 80
    The transaction type meaning of the transaction associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Unaccounted Minor
    Read Only: true
    Maximum Length: 1
    Default Value: N
    The unaccounted transaction for a minor, that is below the age of majority associated with the activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Value Status Code
    Read Only: true
    Maximum Length: 30
    The status of the validation performed on the record. There is no default value, dependency, or limitation associated with this attribute.
Back to Top