Update a transaction (Deprecated)

patch

/crmRestApi/resources/11.13.18.05/loyaltyMembers/{MemberNumber}/child/MemberTransactions/{LoyTransactionId}

Request

Path Parameters
  • The transaction identifier of the transaction. This attribute is the primary key identifier for a loyalty transaction. This loyalty transaction is shown as read-only child of the Members resource. There is no default value, dependency, or limitation associated with this attribute.
  • The member number. This attribute is an alternative identifier for a member and is displayed in the UI. There is no default value, dependency, or limitation associated with this attribute.
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.
Supported Media Types
Request Body - application/json ()
The following table describes the body parameters in the request for this task.
Root Schema : schema
Type: object
Show Source
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 : loyaltyMembers-MemberTransactions-item-response
Type: object
Show Source
  • Links
  • Title: Loyalty Transaction ID
    Read Only: true
    The transaction identifier of the transaction. This attribute is the primary key identifier for a loyalty transaction. This loyalty transaction is shown as read-only child of the Members resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member ID
    Read Only: true
    The member reference identifier for the current transaction child records, which provides information about the current parent member transactions. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner ID
    Read Only: true
    The partner identifier of the transaction, which is shown for the partner transaction data. This attribute is shown and used in mobile UIs and other integrations. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product ID
    Read Only: true
    The product identifier of the transaction, which is used in mobile UIs or other integrations that are build on the Oracle Loyalty Cloud resources. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status Code
    Read Only: true
    Maximum Length: 30
    The status code of the transaction. The transaction status shown in a finder lookup code value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Subtype Code
    Read Only: true
    Maximum Length: 30
    The subtype code of the transaction shown as a finder lookup code. This is dependent on the TypeCode attribute. There is no default value or limitation associated with this attribute.
  • Title: Transaction Date
    Read Only: true
    The transaction date when the transaction occurs. In the child MemberTransactions child resource under the loyaltyMembers resource, the TransactionDate shows the date when the loyalty transaction is performed by the particular parent member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transaction Number
    Read Only: true
    Maximum Length: 30
    The transaction number of the transaction. This is an alternative identifier for transactions, and is displayed in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Type Code
    Read Only: true
    Maximum Length: 30
    The type code of the transaction. The transaction type code is shown in a finder lookup code value. There is no default value, dependency, or limitation associated with this attribute.
Back to Top