Get all member transactions
get
/crmRestApi/resources/11.13.18.05/loyMembers/{MemberNumber}/child/MemberTransactions
Request
Path Parameters
-
MemberNumber(required): string
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
-
dependency: string
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> -
expand: string
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).
-
fields: string
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 -
finder: string
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
Finder Variables:- LoyTransactionId
- TransactionNumberFinder
Finder Variables:- TransactionNumber
- PrimaryKey
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- AccItmList; string; The list of accrual items that were accrued due to the processing of transactions. There is no default value or limitation associated with this attribute.
- AccrualDisputeStatusCode; string; 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.
- AccrualDisputeTypeCode; string; 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.
- AccrualDisputedTransactionNumber; string; The attribute indicates the transaction number of the accrual transaction which was incorrectly created. There is no default value, dependency or limitation associated with this attribute.
- ActivityDay; number; The transaction activity day. This attribute represents the day when an accrual or redemption activity occurs. There is no default value, dependency, or limitation associated with this attribute.
- BookingClass; string; The booking class name. The identifier specifies the class of the airline ticket. The list of accepted values are: Economy, Business Class or First Class. There is no default value or limitation associated with this attribute.
- CancelledTransactionId; integer; The canceled transaction identifier. This attribute is the primary key of the transaction that is canceled. There is no default value, dependency, or limitation associated with this attribute.
- CancelledTransactionNumber; string; The cancelled transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- ChildTransactionId; integer; 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.
- ChildTransactionNumber; string; The child transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- Comments; string; The transaction comments. This attribute stores the comments entered by the user, if any, for future reference. There is no default value, dependency, or limitation associated with this attribute.
- CorpRefMemberId; integer; The corporate reference member identifier. There is no default value, dependency, nor limitation associated with this attribute.
- CorpRefName; string; The corporate reference member name. If the current member is part of the company or corporate account, then Oracle Loyalty Cloud populates this field. This is an optional attribute which is populated only when the transaction is done by an individual member on behalf of a company. There is no default value, dependency, or limitation associated with this attribute.
- CreatedBy; string; The details of who creates the transaction. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction. There is no default value, dependency, or limitation associated with this attribute.
- CreationDate; string; The date when the transaction is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction. There is no default value, dependency, or limitation associated with this attribute.
- CurcyCode; string; 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.
- DestAirport; string; The destination airport name. The attribute value is the name of the airport where the flight arrives on reaching its destination. There is no default value, dependency, nor limitation associated with this attribute.
- DestAirportCode; string; 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.
- DestZone; string; The destination zone name. The attribute value is the name of the zone where the flight arrives on reaching its destination. The list of accepted values are: Asia, Europe, North America. There is no default value, dependency, nor limitation associated with this attribute.
- EventName; string; The event name associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- ExternalProductLineMeaning; string; The external product line meaning. There is no default value, dependency, nor limitation associated with this attribute.
- ExternalProductName; string; The product name reference in the external system. There is no default value, dependency, or limitation associated with this attribute.
- ExternalProductTyeMeaning; string; The attribute specifies the types of products coming from an external system into the loyalty system. There is no default value, dependency, nor limitation associated with this attribute.
- FareBasisCode; string; The transaction fare basis code. This attribute is a code that 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.
- FareBasisMeaning; string; The fare basis name. This attribute is the basis for the ticket fare. The list of accepted values are: Business, Economy. There is no default value, dependency, nor limitation associated with this attribute.
- FareType; string; The fare type name. The attribute value determines the ticket fare. The list of accepted values are: Business Class, First Class. There is no default value, dependency, nor limitation associated with this attribute.
- IntegrationId; string; The integration identifier of the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- LastUpdateDate; string; The date when the transaction is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are any changes to the transaction. There is no default value, dependency, or limitation associated with this attribute.
- LineItemNumber; integer; The line item number for a multiple line item order transaction. There is no default value, dependency, or limitation associated with this attribute.
- LoyAttrdefnBId; integer; The primary key of the loyalty attributes which are updated when a transaction is processed. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, nor limitation associated with this attribute.
- LoyTransactionId; integer; The primary key to identify a transaction. Oracle Loyalty Cloud generates this attribute value during the creation of a transaction record. There is no default value, dependency, or limitation associated with this attribute.
- MemberNumber; string; The member for whom the transaction is created. There is no default value, dependency, or limitation associated with this attribute.
- OrderNumber; string; 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.
- OrganizationCode; string; The organization code associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- OrigAirport; string; The attribute value is the name of the airport where the flight arrives on reaching its destination. There is no default value, dependency, nor limitation associated with this attribute.
- OrigZone; string; The attribute is a name for the zone from where the flight departs. There is no default value, dependency, nor limitation associated with this attribute.
- OwnerId; integer; The user that created the transaction and that owns the transaction. There is no default value, dependency, or limitation associated with this attribute.
- ParentTransactionId; integer; The transaction identifier for the parent transaction that creates the current transaction. There is no default value, dependency, or limitation associated with this attribute.
- ParentTransactionNumber; string; The parent transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- PartnerCompanyNumber; string; The partner company number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- PaymentTypeMeaning; string; The payment type name which specifies how the payment is made for this transaction. There is no default value, dependency, nor limitation associated with this attribute.
- PnrNumber; string; The transaction passenger name record (PNR) number. There is no default value, dependency, or limitation associated with this attribute.
- PointTypeName; string; The point type name. This attribute is dependent on the Program Name Identifier. There is no default value or limitation associated with this attribute.
- Points; number; The attribute indicates the number of points that would be transferred for a TransferPoints redemption transaction. There is no default value, dependency, or limitation associated with this attribute.
- PrConId; integer; The attribute indicates the Primary Contact Id of the member for whom the transaction was created. There is no default value, dependency, or limitation associated with this attribute.
- ProcessDt; string; The transaction process date. This attribute specifies the day when the created transaction is processed. There is no default value, dependency, or limitation associated with this attribute.
- ProdId; integer; The product identifier of the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- ProgramName; string; The transaction program name. This attribute indicates the program for which the transaction is created. There is no default value, dependency, or limitation associated with this attribute.
- ProgramNumber; string; The program number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- QualifyingPointUsed; string; The qualifying point used. These qualifying points count towards a member???s tier status. There is no default value, dependency, or limitation associated with this attribute.
- ReferredByMemNumber; string; The member number referred by the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- SmActionType; string; The social media action name. The list of accepted values are: Check-in, Rate, Share. There is no default value, dependency, nor limitation associated with this attribute.
- SmActionTypeCode; string; 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.
- Source; string; The attribute the name corresponding to the source code. The list of accepted values are: Web, Mobile, Billing. There is no default value, dependency, nor limitation associated with this attribute.
- SourceCode; string; The code that represents the source of the transaction. The possible values are ORA_TXN_SOURCE_WEB, ORA_TXN_SOURCE_MOBILE, or ORA_TXN_SOURCE_BILL. There is no default value, dependency, or limitation associated with this attribute.
- StatusCode; string; The current state of the transaction. The accepted values are ORA_TXN_STAT_IN_PROG, ORA_TXN_STAT_REJ, or ORA_TXN_STAT_PROCESSED. There is no default value, dependency, or limitation associated with this attribute.
- StatusMeaning; string; The transaction status meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- SubStatus; string; The attribute shows the name of the transaction substatus code. The list of possible values are: Success, No Promotions Qualified, Insufficient Member Balance, Insufficient Point Blocks. There is no default value, dependency, nor limitation associated with this attribute.
- SubStatusCode; string; 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.
- SubTypeCode; string; The transaction subtype name. This attribute is dependent on the TypeCodeName attribute. The accepted values are, A. if Accrual??? Product, Manual Credit, or B. if Redemption ??? Product, or Manual Debit. There is no default value, dependency, or limitation associated with this attribute.
- SubTypeMeaning; string; The transaction sub type meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- TotalDays; integer; 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.
- TransactionChannel; string; The attribute is a code that provides the details on how the transaction is created. The list of accepted values are: ORA_TXN_CHANNEL_MOBILE, ORA_TXN_CHANNEL_WEB, ORA_TXN_CHANNEL_TELE. There is no default value, dependency, nor limitation associated with this attribute.
- TransactionDate; string; The date when the transaction is completed. There is no default value, dependency, or limitation associated with this attribute.
- TransactionNumber; string; The transaction number. This is an alternate key that is mandatory during an update. This attribute is automatically generated by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute.
- TransferMemNumber; string; The member number to which the points were transferred. There is no default value, dependency, or limitation associated with this attribute.
- TransferPoints; number; The attribute indicates the number of points that would be transferred in a TransferPoints redemption transaction. There is no default value, dependency, or limitation associated with this attribute.
- TrvClass; string; The travel class name. This identifier indicates the class of the travel. The list of accepted values are: Business, Economy. There is no default value or limitation associated with this attribute.
- TypeCode; string; The transaction type code name. The accepted values are ORA_TIER, ORA_TXN_ACC, or ORA_TXN_RED. There is no default value, dependency, or limitation associated with this attribute.
- TypeMeaning; string; The transaction type meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute.
- VoucherNumber; string; The alternative way to identify a member voucher. The UI shows the voucher number but the VoucherNumber attribute is used in the URI to update a voucher record using the resource. The VoucherNumber attribute can also be used as a parameter for the validateVoucherFinder finder. There is no default value, dependency, or limitation associated with this attribute.
-
totalResults: boolean
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
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : loyMembers-MemberTransactions
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : loyMembers-MemberTransactions-item-response
Type:
Show Source
object-
AccItmList: string
Title:
Accrual Item ListRead Only:trueMaximum Length:255The list of accrual items that were accrued due to the processing of transactions. There is no default value or limitation associated with this attribute. -
AccrualDisputedTransactionNumber: string
Title:
Disputed TransactionThe attribute indicates the transaction number of the accrual transaction which was incorrectly created. There is no default value, dependency or limitation associated with this attribute. -
AccrualDisputeStatus: string
Title:
Accrual Dispute Status MeaningRead Only:trueMaximum Length:80The list of value meaning for the Accrual Dispute Status. There can be missing or incorrect accrual based on a reported dispute. There is no default value or limitation associated with this attribute. -
AccrualDisputeStatusCode: string
Title:
Accrual Dispute StatusMaximum Length:30The 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. -
AccrualDisputeType: string
Title:
Accrual Dispute Type MeaningRead Only:trueMaximum Length:80The list of value meaning for the Accrual Dispute Type. It can be either a missing or incorrect accrual. There is no default value or limitation associated with this attribute. -
AccrualDisputeTypeCode: string
Title:
Accrual Dispute TypeMaximum Length:30The 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. -
ActivityDate: string
(date-time)
Title:
Activity DateThe 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. -
ActivityDay: number
Title:
Activity DayThe transaction activity day. This attribute represents the day when an accrual or redemption activity occurs. There is no default value, dependency, or limitation associated with this attribute. -
ActivityHour: number
Title:
Activity HourThe transaction activity hour. This attribute represents the time in hours when an accrual or redemption activity occurs. There is no default value, dependency, or limitation associated with this attribute. -
AdjustedListPrice: number
Title:
Adjusted List PriceThe attribute is a currency that displays the redemption price that is used during redemption. There is no default value, dependency, nor limitation associated with this attribute. -
AmountValue: number
Title:
AmountThe total amount spent on the accrual or redemption transaction. There is no default value, dependency, or limitation associated with this attribute. -
ApproveDt: string
(date-time)
Title:
Approve DateThe transaction approval date. If the transaction involves 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. -
BackupInvOrgId: integer
The organization from where inventory is being picked for a backup product. 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 picked from a different organization. There is no default value, dependency, or limitation associated with this attribute.
-
BackupProductNumber: string
The backup product that is used in the transaction. There is no default value, dependency, or limitation associated with this attribute.
-
BookClassCode: string
Title:
Booking ClassMaximum Length:30The 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. -
BookingClass: string
Title:
Booking Class MeaningRead Only:trueMaximum Length:80The booking class name. The identifier specifies the class of the airline ticket. The list of accepted values are: Economy, Business Class or First Class. There is no default value or limitation associated with this attribute. -
BookingDt: string
(date-time)
Title:
Booking DateThe 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. -
CancelledTransactionId: integer
(int64)
Title:
Canceled TransactionThe canceled transaction identifier. This attribute is the primary key of the transaction that is canceled. There is no default value, dependency, or limitation associated with this attribute. -
CancelledTransactionNumber: string
Title:
Canceled Transaction NumberMaximum Length:30The cancelled transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
CancReasonCode: string
Title:
Cancellation Reason CodeMaximum Length:30The 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. -
ChildTransactionId: integer
(int64)
Title:
Child Transaction IDThe 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. -
ChildTransactionNumber: string
Title:
Child Transaction NumberMaximum Length:30The child transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
Comments: string
Title:
CommentsMaximum Length:250The transaction comments. This attribute stores the comments entered by the user, if any, for future reference. There is no default value, dependency, or limitation associated with this attribute. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The currency code used by the corporation. There is no default value, dependency, or limitation associated with this attribute. -
CorporateReferenceNumber: string
Title:
Company Reference NumberMaximum Length:30The reference to a third-party corporate member from the program to get the points allocated between 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. -
CorpRefMemberId: integer
(int64)
Title:
Loyalty Member IDThe corporate reference member identifier. There is no default value, dependency, nor limitation associated with this attribute. -
CorpRefName: string
Title:
Company ReferenceMaximum Length:100The corporate reference member name. If the current member is part of the company or corporate account, then Oracle Loyalty Cloud populates this field. This is an optional attribute which is populated only when the transaction is done by an individual member on behalf of a company. There is no default value, dependency, or limitation associated with this attribute. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The details of who creates the transaction. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction. There is no default value, dependency, or limitation associated with this attribute. -
CreateInProgressStatusTxnFlag: boolean
Title:
Create a Transaction with In-Progress StatusDefault Value:falseThe flag which indicates that the transaction will get created and kept in In Progress status. This field and is an optional field for the REST API. There is no default value, dependency, or limitation associated with this attribute. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the transaction is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction. There is no default value, dependency, or limitation associated with this attribute. -
CurcyCode: string
Title:
Currency CodeMaximum Length:20The 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. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate method that is applied for the transaction. There is no default value, dependency, or limitation associated with this attribute. -
CurcyExchDt: string
(date-time)
Title:
Currency Exchange DateThe date when the currency exchange occurs during the creation of a transaction. There is no default value, dependency, or limitation associated with this attribute. -
Description: string
Title:
ProductThe attribute indicates the description of the product that would be accrued or redeemed in the transaction. There is no default value, dependency, or limitation associated with this attribute. -
DestAirport: string
Title:
Destination Airport MeaningRead Only:trueMaximum Length:80The destination airport name. The attribute value is the name of the airport where the flight arrives on reaching its destination. There is no default value, dependency, nor limitation associated with this attribute. -
DestAirportCode: string
Title:
Destination AirportMaximum Length:30The 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. -
DestCityCode: string
Title:
Destination CityMaximum Length:30The destination city code. The 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. -
DestZone: string
Title:
Destination Air Line Zone MeaningRead Only:trueMaximum Length:80The destination zone name. The attribute value is the name of the zone where the flight arrives on reaching its destination. The list of accepted values are: Asia, Europe, North America. There is no default value, dependency, nor limitation associated with this attribute. -
DestZoneCode: string
Title:
Destination ZoneMaximum Length:30The 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. -
DocumentNumber: string
Title:
Document NumberMaximum Length:30The document number associated with the transaction. This attribute provides additional information in the transaction for the retail industry. There is no default value, dependency, or limitation associated with this attribute. -
EndDt: string
(date-time)
Title:
End DateThe transaction end date. 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. -
EventName: string
Title:
Event NameMaximum Length:75The event name associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
ExpireInDays: number
Title:
Expires in DaysThe date when the accrued points will expire, in days. There is no default value, dependency, or limitation associated with this attribute. -
ExternalProductLine: string
Title:
Product Line - ExternalMaximum Length:30The 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. -
ExternalProductLineMeaning: string
Title:
External Product Line MeaningRead Only:trueMaximum Length:80The external product line meaning. There is no default value, dependency, nor limitation associated with this attribute. -
ExternalProductName: string
Title:
Product Name - ExternalMaximum Length:240The product name reference in the external system. There is no default value, dependency, or limitation associated with this attribute. -
ExternalProductTyeMeaning: string
Title:
External Product Type MeaningRead Only:trueMaximum Length:80The attribute specifies the types of products coming from an external system into the loyalty system. There is no default value, dependency, nor limitation associated with this attribute. -
ExternalProductType: string
Title:
Product Type - ExternalMaximum Length:30The 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. -
ExternalReservationNumber: string
Title:
External Reservation NumberMaximum Length:250The external reservation number, 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. -
ExternalTransaction: string
Title:
ExternalMaximum Length:1Default Value:NThe details of the transaction coming from a partner???s external application into loyalty when loyalty is integrated with a third-party application. There is no default value, dependency, or limitation associated with this attribute. -
FareBasis: string
Title:
Fare BasisMaximum Length:30The transaction fare basis. This attribute is a code that 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. -
FareBasisCode: string
Title:
Fare Basis CodeMaximum Length:30The transaction fare basis code. This attribute is a code that 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. -
FareBasisMeaning: string
Title:
Fare Basis MeaningRead Only:trueMaximum Length:80The fare basis name. This attribute is the basis for the ticket fare. The list of accepted values are: Business, Economy. There is no default value, dependency, nor limitation associated with this attribute. -
FareType: string
Title:
Fare Type MeaningRead Only:trueMaximum Length:80The fare type name. The attribute value determines the ticket fare. The list of accepted values are: Business Class, First Class. There is no default value, dependency, nor limitation associated with this attribute. -
FareTypeCode: string
Title:
Fare TypeMaximum Length:30The 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. -
FlightNumber: string
Title:
Flight NumberMaximum Length:30The transaction flight number. If the transaction pertains to airlines, then this attribute indicates the flight number where the travel takes place. This attribute is input by the user during transaction creation. There is no default value, dependency, or limitation associated with this attribute. -
FltTypeCode: string
Title:
Flight Type CodeMaximum Length:30The attribute specifies the flight type, for example, Boeing or Airbus. There is no default value, dependency, or limitation associated with this attribute. -
GdsRecLocator: string
Title:
GDS Record LocatorMaximum Length:30The global distribution system (GDS) record locator. There is no default value, dependency, or limitation associated with this attribute. -
IncentivChoice: string
Title:
Incentive ChoiceMaximum Length:30The incentives or rewards that a member receives for enrolling into a promotion. There is no default value, dependency, or limitation associated with this attribute. -
IntegrationId: string
Title:
Integration IDMaximum Length:30The integration identifier of the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
InternalDest: string
Title:
Internal DestinationMaximum Length:15The details of the destination that is used internally by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute. -
InternalFlightDt: string
(date-time)
Title:
Internal Flight DateThe 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. -
InternalOrigin: string
Title:
Internal OriginMaximum Length:15The flight origin details that are local to the region. There is no default value, dependency, or limitation associated with this attribute. -
InvOrgId: integer
(int64)
Title:
Inventory Organization IDThe 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. -
ItemNumber: string
Title:
Item NumberMaximum Length:30The transaction item number that is used during the creation of a transaction. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the transaction is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are any changes to the transaction. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the transaction. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes to the transaction take place. There is no default value, dependency, or limitation associated with this attribute. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last logged in. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes to the transaction take place. There is no default value, dependency, or limitation associated with this attribute. -
LineItemNumber: integer
(int64)
Title:
Line Item NumberThe line item number for a multiple line item order transaction. There is no default value, dependency, or limitation associated with this attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoanBalance: number
Title:
Loan BalanceThe remaining balance of the loan that you can use when creating a transaction. There is no default value, dependency, or limitation associated with this attribute. -
LoanRepaymentDt: string
(date-time)
Title:
Loan Repayment DateThe date which specifies when the loan is repaid. There is no default value, dependency, or limitation associated with this attribute. -
LocationName: string
Title:
Location NameMaximum Length:30The attribute is text that used in the retail industry for giving promotions. For example, for the same retailer, the promotion is 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. -
LoyAttrdefnBId: integer
(int64)
Title:
Attribute Definition IDRead Only:trueThe primary key of the loyalty attributes which are updated when a transaction is processed. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, nor limitation associated with this attribute. -
LoyTransactionId: integer
(int64)
Title:
Transaction IDThe primary key to identify a transaction. Oracle Loyalty Cloud generates this attribute value during the creation of a transaction record. There is no default value, dependency, or limitation associated with this attribute. -
MarketingFlightNumber: string
Title:
Marketing Flight NumberMaximum Length:30The 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. -
MemberNumber: string
Title:
Member NumberRead Only:trueMaximum Length:30The member for whom the transaction is created. There is no default value, dependency, or limitation associated with this attribute. -
OperFltNum: string
Title:
Operating Flight NumberMaximum Length:30The operating flight number used in the airline transactions. There is no default value, dependency, nor limitation associated with this attribute. -
OptyCost: number
Title:
Opportunity CostThe transaction opportunity cost associated with the transaction. There is no default value, dependency, or limitation associated with this attribute. -
OrderNumber: string
Title:
Order NumberMaximum Length:30The 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. -
OrderQuantity: number
Title:
Order QuantityThe transaction order quantity. This attribute indicates the number of points for which an order was placed. There is no default value, dependency, nor limitation associated with this attribute. -
OrganizationCode: string
Title:
OrganizationMaximum Length:18The organization code associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
OrigAirport: string
Title:
Origination Airport MeaningRead Only:trueMaximum Length:80The attribute value is the name of the airport where the flight arrives on reaching its destination. There is no default value, dependency, nor limitation associated with this attribute. -
OrigAirportCode: string
Title:
Origin AirportMaximum Length:30The 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. -
OrigAmount: number
Title:
Original AmountThe attribute specifies the total amount without any discount, and so on, being applied in the transaction. There is no default value, dependency, nor limitation associated with this attribute. -
OriginCityCode: string
Title:
Origin City CodeMaximum Length:30The 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. -
OrigOrderId: integer
(int64)
Title:
Original Order IDThe attribute indicates the original order identifier that led to the creation of these transactions. There is no default value, dependency, or limitation associated with this attribute. -
OrigOrdItmId: integer
(int64)
Title:
Original Order Line ItemThe details of the order item that is originally placed, which is especially used for exchanges, and so on, in retail transactions. There is no default value, dependency, or limitation associated with this attribute. -
OrigPoints: number
Title:
Original PointThe 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. -
OrigZone: string
Title:
Origination Air Line Zone MeaningRead Only:trueMaximum Length:80The attribute is a name for the zone from where the flight departs. There is no default value, dependency, nor limitation associated with this attribute. -
OrigZoneCode: string
Title:
Origin ZoneMaximum Length:30The 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. -
OvrDupCheck: string
Title:
Duplicate Check OverriddenMaximum Length:1Default Value:NThe 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. -
OwnerId: integer
(int64)
Title:
Owner IDThe user that created the transaction and that owns the transaction. There is no default value, dependency, or limitation associated with this attribute. -
PackageCode: string
Title:
Package CodeMaximum Length:30The 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. -
ParentTransactionId: integer
(int64)
Title:
Partner Transaction IDThe transaction identifier for the parent transaction that creates the current transaction. There is no default value, dependency, or limitation associated with this attribute. -
ParentTransactionNumber: string
Title:
Parent Transaction NumberMaximum Length:30The parent transaction number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
PartitionName: string
Title:
Partition NameMaximum Length:30The transaction partition name. There is no default value, dependency, or limitation associated with this attribute. -
PartnerCompanyNumber: string
Title:
Partner NumberRead Only:trueMaximum Length:30The partner company number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
PartnerNumber: string
Title:
Partner NumberThe partner number attribute is a unique identifier from HZ_PARTIES that gives partner details for whom the transaction is being created. There is no default value, dependency, or limitation associated with this attribute. -
PaymentTypeMeaning: string
Title:
Payment Type MeaningRead Only:trueMaximum Length:80The payment type name which specifies how the payment is made for this transaction. There is no default value, dependency, nor limitation associated with this attribute. -
PeriodDurCode: string
Title:
Period DurationMaximum Length:30The period duration code that specifies the duration in days, or months, and so on. There is no default value, dependency, or limitation associated with this attribute. -
PeriodTypeCode: string
Title:
Period TypeMaximum Length:30The 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. -
PnrName: string
Title:
PNR NameMaximum Length:50The transaction passenger name record (PNR) name. There is no default value, dependency, or limitation associated with this attribute. -
PnrNumber: string
Title:
PNR NumberMaximum Length:50The transaction passenger name record (PNR) number. There is no default value, dependency, or limitation associated with this attribute. -
Points: number
Title:
Base PointsThe attribute indicates the number of points that would be transferred for a TransferPoints redemption transaction. There is no default value, dependency, or limitation associated with this attribute. -
PointTypeName: string
Title:
Point Type NameThe point type name. This attribute is dependent on the Program Name Identifier. There is no default value or limitation associated with this attribute. -
PostDt: string
(date-time)
Title:
Post DateThe date when the transaction is posted. There is no default value, dependency, or limitation associated with this attribute. -
PrConId: integer
(int64)
Title:
Primary Contact IDRead Only:trueThe attribute indicates the Primary Contact Id of the member for whom the transaction was created. There is no default value, dependency, or limitation associated with this attribute. -
PriceOverriden: string
Title:
Price OverriddenMaximum Length:1Default Value:NThe flag that indicates whether the price must be overridden or not. There is no default value, dependency, or limitation associated with this attribute. -
ProcessDt: string
(date-time)
Title:
Processed DateThe transaction process date. This attribute specifies the day when the created transaction is processed. There is no default value, dependency, or limitation associated with this attribute. -
ProcessingComment: string
Title:
Processing InformationMaximum Length:1000The transaction processing comment that provides the details of an error, if any occurred, during transaction processing. There is no default value, dependency, or limitation associated with this attribute. -
ProcessingLog: string
Title:
Processing LogMaximum Length:1000The transaction processing log that provides the 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. -
ProdId: integer
(int64)
Title:
Product IDThe product identifier of the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
ProductNumber: string
Title:
Product NumberThe product that is used in the transaction. There is no default value, dependency, or limitation associated with this attribute. -
ProgramName: string
Title:
Program NameThe transaction program name. This attribute indicates the program for which the transaction is created. There is no default value, dependency, or limitation associated with this attribute. -
ProgramNumber: string
Title:
Program NumberMaximum Length:30The program number associated with the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
PtnrProcDt: string
(date-time)
Title:
Partner Processing DateThe date on which the transaction is processed at the partner end. There is no default value, dependency, or limitation associated with this attribute. -
PtnrStatusCode: string
Title:
Partner Status CodeMaximum Length:30The status code used by the partner on processing the transaction. There is no default value, dependency, or limitation associated with this attribute. -
PymtTypeCode: string
Title:
Payment TypeMaximum Length:30The payment type code specifies how the payment is made for the transaction. There is no default value, dependency, or limitation associated with this attribute. -
QualifyingPointUsed: string
Title:
QualifyingMaximum Length:1Default Value:NThe qualifying point used. These qualifying points count towards a member???s tier status. There is no default value, dependency, or limitation associated with this attribute. -
QueuedProcessingFlag: boolean
Title:
Queued ProcessingMaximum Length:1Default Value:falseThe flag, which if set to true in the input payload, then the transaction status is set to queue without processing it. There is no default value or limitation associated with this attribute. -
ReasonCode: string
Title:
Reason CodeMaximum Length:30The 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. -
RedemptionQuantity: number
Title:
Redemption QuantityThe quantity that would be redeemed in a redemption transaction. There is no default value, dependency, nor limitation associated with this attribute. -
RedemptionQuantityUOMCode: string
Title:
Unit of Measure for the Redemption QuantityMaximum Length:30The 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. -
ReferredByMemNumber: string
Title:
Referred-by Member NumberRead Only:trueMaximum Length:30The member number referred by the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
RefundPct: number
Title:
Refund PercentageThe percentage of the refund that is granted in the transaction. There is no default value, dependency, or limitation associated with this attribute. -
RfndOvrdCmnts: string
Title:
Refund Override CommentsMaximum Length:250The refund override comments in the event a refund is made. There is no default value, dependency, or limitation associated with this attribute. -
RfndOvrdRsnCode: string
Title:
Refund Override ReasonMaximum Length:30The refund override reason code in the event a refund is made. There is no default value, dependency, or limitation associated with this attribute. -
SmActionType: string
Title:
Social Action Type MeaningRead Only:trueMaximum Length:80The social media action name. The list of accepted values are: Check-in, Rate, Share. There is no default value, dependency, nor limitation associated with this attribute. -
SmActionTypeCode: string
Title:
Social Action TypeMaximum Length:30The 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. -
Source: string
Title:
Transaction Source MeaningRead Only:trueMaximum Length:80The attribute the name corresponding to the source code. The list of accepted values are: Web, Mobile, Billing. There is no default value, dependency, nor limitation associated with this attribute. -
SourceCode: string
Title:
SourceMaximum Length:30The code that represents the source of the transaction. The possible values are ORA_TXN_SOURCE_WEB, ORA_TXN_SOURCE_MOBILE, or ORA_TXN_SOURCE_BILL. There is no default value, dependency, or limitation associated with this attribute. -
StartDt: string
(date-time)
Title:
Start DateThe transaction start date. 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 entered by the user when creating the transaction using the resource. There is no default value, dependency, or limitation associated with this attribute. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:ORA_TXN_STAT_IN_PROGThe current state of the transaction. The accepted values are ORA_TXN_STAT_IN_PROG, ORA_TXN_STAT_REJ, or ORA_TXN_STAT_PROCESSED. There is no default value, dependency, or limitation associated with this attribute. -
StatusMeaning: string
Title:
Status MeaningRead Only:trueMaximum Length:80The transaction status meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
SubmitDt: string
(date-time)
Title:
Submit DateThe transaction submission date. 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. -
SubStatus: string
Title:
Sub Status MeaningRead Only:trueMaximum Length:80The attribute shows the name of the transaction substatus code. The list of possible values are: Success, No Promotions Qualified, Insufficient Member Balance, Insufficient Point Blocks. There is no default value, dependency, nor limitation associated with this attribute. -
SubStatusCode: string
Title:
Processing Sub StatusMaximum Length:30The 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. -
SubTypeCode: string
Title:
Transaction Sub TypeMaximum Length:30The transaction subtype name. This attribute is dependent on the TypeCodeName attribute. The accepted values are, A. if Accrual??? Product, Manual Credit, or B. if Redemption ??? Product, or Manual Debit. There is no default value, dependency, or limitation associated with this attribute. -
SubTypeMeaning: string
Title:
SubtypeRead Only:trueMaximum Length:80The transaction sub type meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
TaxAmount: number
Title:
Tax AmountThe attribute indicates the tax that should be paid for the transaction after it is completed. There is no default value, dependency, nor limitation associated with this attribute. -
TicketNumber: string
Title:
Ticket NumberMaximum Length:30The 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. -
ToMemberNumber: string
Title:
To MemberMaximum Length:30The unique identification number of the member to whom points are transferred. There is no default value, dependency, or limitation associated with this attribute. -
TotalDays: integer
(int64)
Title:
DaysThe 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. -
TotalLines: number
Title:
Total LinesThe 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. -
TransactionChannel: string
Title:
Transaction Channel MeaningRead Only:trueMaximum Length:80The attribute is a code that provides the details on how the transaction is created. The list of accepted values are: ORA_TXN_CHANNEL_MOBILE, ORA_TXN_CHANNEL_WEB, ORA_TXN_CHANNEL_TELE. There is no default value, dependency, nor limitation associated with this attribute. -
TransactionChannelCode: string
Title:
ChannelMaximum Length:30The 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. -
TransactionDate: string
(date-time)
Title:
Transaction DateThe date when the transaction is completed. There is no default value, dependency, or limitation associated with this attribute. -
TransactionNumber: string
Title:
Transaction NumberMaximum Length:30The transaction number. This is an alternate key that is mandatory during an update. This attribute is automatically generated by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute. -
TransactionSourceCode: string
Title:
Transaction Source CodeMaximum Length:30The transaction source code attribute indicates the transaction activity type like Airlines, Hotels, Car Rental, and so on. There is no default value, dependency, or limitation associated with this attribute. -
TransferMemNumber: string
Title:
Transfer to MemberMaximum Length:30The member number to which the points were transferred. There is no default value, dependency, or limitation associated with this attribute. -
TransferPoints: number
Title:
Transfer PointsThe attribute indicates the number of points that would be transferred in a TransferPoints redemption transaction. There is no default value, dependency, or limitation associated with this attribute. -
TrvClass: string
Title:
Travel Class MeaningRead Only:trueMaximum Length:80The travel class name. This identifier indicates the class of the travel. The list of accepted values are: Business, Economy. There is no default value or limitation associated with this attribute. -
TrvClassCode: string
Title:
Travel ClassMaximum Length:30The code that indicates the class in which the passenger is traveling. The accepted values are ORA_TRAVL_CLASS_BUSI or ORA_TRAVL_CLASS_ECO. There is no default value, dependency, or limitation associated with this attribute. -
TrvlDistance: number
Title:
DistanceThe transaction travel distance. This attribute stores the total miles travelled. There is no default value, dependency, or limitation associated with this attribute. -
TypeCode: string
Title:
Transaction TypeMaximum Length:30The transaction type code name. The accepted values are ORA_TIER, ORA_TXN_ACC, or ORA_TXN_RED. There is no default value, dependency, or limitation associated with this attribute. -
TypeMeaning: string
Title:
Type MeaningRead Only:trueMaximum Length:80The transaction type meaning of the member transaction. There is no default value, dependency, or limitation associated with this attribute. -
UnaccMinor: string
Title:
Unaccounted MinorMaximum Length:1Default Value:NThe unaccounted transaction for a minor, that is below the age of majority. There is no default value, dependency, or limitation associated with this attribute. -
ValStatusCode: string
Title:
Value Status CodeMaximum Length:30The status of the validation performed on the record. There is no default value, dependency, or limitation associated with this attribute. -
VoucherNumber: string
Title:
Voucher NumberThe alternative way to identify a member voucher. The UI shows the voucher number but the VoucherNumber attribute is used in the URI to update a voucher record using the resource. The VoucherNumber attribute can also be used as a parameter for the validateVoucherFinder finder. There is no default value, dependency, or limitation associated with this attribute. -
VoucherQuantity: number
Title:
Voucher QuantityThe attribute provides details of how many vouchers are assigned because of the given transaction after processing. There is no default value, dependency, nor limitation associated with this attribute.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- cancelTransaction
-
Parameters:
- MemberNumber:
$request.path.MemberNumber
This custom action cancels a loyalty transaction through the loyalty engine by evaluating the rules applied to the given transaction number. - MemberNumber:
- processTransaction
-
Parameters:
- MemberNumber:
$request.path.MemberNumber
This custom action processes a loyalty transaction through the loyalty engine by evaluating the rules applied to the given transaction number. - MemberNumber: