POST http:///api/v1/partner/loyalty/points
The request body takes a complete UpdateLoyaltyPointRequest resource, containing the following writable properties:
{
"action": "string",
"consumerUserId": "string",
"memberId": "string",
"note": "string",
"points": "number"
}
Name | Type | Description | Additional |
---|---|---|---|
action | string | Optional | |
consumerUserId | string | Optional | |
memberId | string | Optional | |
note | string | Optional | |
points | number | Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
MemberLoyaltyPoints |