POST api/loyalty2/member/{memberId}/points/{points}
Adds points manually to member, given member id and points.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberId |
The member id. |
integer |
Required |
points |
Amount of points to assign to member. |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
None.