Update a loyalty promotion to which a member is enrolled (Deprecated)
patch
/crmRestApi/resources/11.13.18.05/loyaltyMemberEnrollments/{LoyPromomemId}
Request
Path Parameters
-
LoyPromomemId(required): integer(int64)
The promotion member identifier is the primary key of loyalty member enrollments. Oracle Loyalty Cloud generates this attribute value during member enrollment record creation. There is no default value, dependency, or limitation associated with this attribute.
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
EnrollmentEnd: string
(date-time)
Title:
Member Enrollment End Date in Promotion.
The date when members can no longer enroll into the promotion, if the promotion requires enrollment. The enrollment end date must fall within the promotion???s start and end dates. There is no default value associated with this attribute. -
EnrollmentStart: string
(date-time)
Title:
Promotion Enrollment Date
The date when members can enroll into the promotion, if the promotion requires enrollment. The enrollment start date must fall within the promotion???s start and end dates. There is no default value associated with this attribute. -
LoyPromomemId: integer
(int64)
Title:
Loyalty Promotion Member ID
The promotion member identifier is the primary key of loyalty member enrollments. Oracle Loyalty Cloud generates this attribute value during member enrollment record creation. There is no default value, dependency, or limitation associated with this attribute. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version Number
The object version number is an attribute set by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute.
Response
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 : loyaltyMemberEnrollments-item-response
Type:
Show Source
object
-
Active: string
Title:
Active
Read Only:true
Maximum Length:1
The boolean attribute that identifies whether the promotion is currently active or not. The default value is N. There is no dependency or limitation associated with this attribute. -
EnrollmentEnd: string
(date-time)
Title:
Member Enrollment End Date in Promotion.
The date when members can no longer enroll into the promotion, if the promotion requires enrollment. The enrollment end date must fall within the promotion???s start and end dates. There is no default value associated with this attribute. -
EnrollmentStart: string
(date-time)
Title:
Promotion Enrollment Date
The date when members can enroll into the promotion, if the promotion requires enrollment. The enrollment start date must fall within the promotion???s start and end dates. There is no default value associated with this attribute. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoyPromomemId: integer
(int64)
Title:
Loyalty Promotion Member ID
The promotion member identifier is the primary key of loyalty member enrollments. Oracle Loyalty Cloud generates this attribute value during member enrollment record creation. There is no default value, dependency, or limitation associated with this attribute. -
MemberNumber: string
Title:
Member Number
The unique identifier of a loyalty member. This attribute specifies the member that is being enrolled into the promotion. There is no default value, dependency, or limitation associated with this attribute. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version Number
The object version number is an attribute set by Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute. -
PromotionName: string
Title:
Promotion Name
The name of the promotion, which can be easily remembered by the user. There is no default value, dependency, or limitation associated with this attribute. -
PromotionSubType: string
Read Only:
true
The promotion sub type details, which are based on the Promotion Type attribute. The accepted values are Manual Credit, Product, and so on. There is no default value, dependency, or limitation associated with this attribute. -
PromotionType: string
Read Only:
true
The type of promotion to which the member is enrolled. The accepted values are Accrual, Redemption, or Tier. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Examples
This example shows how to update a loyalty promotion to which a member is enrolled.
Use PATCH with the following URI syntax to update the enrollment end date of loyalty promotion with LoyPromomemId 300100125673218:
https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyMemberEnrollments/300100125673218
Example of Request Body
{
"EnrollmentEnd":"2018-04-05T06:53:15+00:00"
}
Example of Response Header
cache-control -no-cache, no-store, must-revalidate
connection -Keep-Alive
content-encoding -gzip
content-language -en
content-length -564
content-type -application/vnd.oracle.adf.resourceitem+json
date -Thu, 29 Mar 2018 14:45:39 GMT
etag -"ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
keep-alive -timeout=61, max=99
link -<https://example.com:port/crmRestApi/resources/11.13.0.0/loyaltyMemberEnrollments/300100125673218>;rel="self";kind="item";name="loyaltyMemberEnrollments"
location -
rest-framework-version -1
server -Oracle-HTTP-Server
vary -User-Agent
x-content-type-options -nosniff
x-oracle-dms-ecid -005Q8shMGX8EoIILIqL6if0007EH0004v9
Example of Response Body
{
"EnrollmentEnd" : "2018-04-05T06:53:15+00:00",
"EnrollmentStart" : "2018-04-05T06:53:05.018+00:00",
"LoyPromomemId" : 300100125673218,
"ObjectVersionNumber" : 4,
"Active" : "Y",
"MemberNumber" : "300100125673189",
"PromotionName" : "Auto4be44951849En",
"PromotionType" : "Accrual",
"PromotionSubType" : "Product",
"links" : [ {
"rel" : "self",
"href" : "https://example.com:port/crmRestApi/resources/11.13.0.0/loyaltyMemberEnrollments/300100125673218",
"name" : "loyaltyMemberEnrollments",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
}
}, {
"rel" : "canonical",
"href" : "https://example.com:port/crmRestApi/resources/11.13.0.0/loyaltyMemberEnrollments/300100125673218",
"name" : "loyaltyMemberEnrollments",
"kind" : "item"
}, {
"rel" : "lov",
"href" : "https://example.com:port/crmRestApi/resources/11.13.0.0/loyaltyMemberEnrollments/300100125673218/lov/PromotionPVO1",
"name" : "PromotionPVO1",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://example.com:port/crmRestApi/resources/11.13.0.0/loyaltyMemberEnrollments/300100125673218/lov/MemberPVO1",
"name" : "MemberPVO1",
"kind" : "collection"
} ]
}