Update a referral (Deprecated)

patch

/crmRestApi/resources/11.13.18.05/loyaltyMembers/{MemberNumber}/child/MemberReferrals/{LoyMemberId}

Request

Path Parameters
  • The member identifier of the member that referred the current member to the program. A single member can refer multiple members to a single program. 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-MemberReferrals-item-response
Type: object
Show Source
  • Title: Contact ID
    Read Only: true
    The contact identifier of the member referral. This is the contact information of the member who is referred by the current top level member resource. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Loyalty Member ID
    Read Only: true
    The member identifier of the member that referred the current member to the program. A single member can refer multiple members to a single program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Number
    Read Only: true
    Maximum Length: 30
    The MemNumber attribute in the child MemberReferrals resource shows the member number of the member to whom the parent member refers to in a program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Type
    Read Only: true
    Maximum Length: 30
    The member type of the member referral. That is, the type of membership that is held by the current member child referral record. Example values are ORA_MEM_TYPE_INDIVIDUAL, ORA_MEM_TYPE_COMP, and ORA_MEM_TYPE_HOUSEHOLD. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Name
    Read Only: true
    Maximum Length: 100
    The name of the member referral. When a single member refers other multiple members to a program, then the Name attribute in child MemberReferrals shows the referred member names. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Referred by ID
    Read Only: true
    The referred by identifier of the member referral. The child MemberReferral resource shows information on the parent members that referred the child members. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status
    Read Only: true
    Maximum Length: 30
    The status code of the member referral. This shows the status of the member that is referred to program, for example, Active or Inactive. There is no default value, dependency, or limitation associated with this attribute.
Back to Top