Request

POST http:///api/v1/partner/loyalty/points

Request body

The request body takes a complete UpdateLoyaltyPointRequest resource, containing the following writable properties:

{
    "action": "string",
    "consumerUserId": "string",
    "memberId": "string",
    "note": "string",
    "points": "number"
}

Properties

Name Type Description Additional
action string Optional
consumerUserId string Optional
memberId string Optional
note string Optional
points number Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

MemberLoyaltyPoints

Explore this API

body
Request Content-Type
Response Content-Type
Try it out!