POST api/update-loyalty
Request Information
URI Parameters
None.
Body Parameters
ManualLoyaltyPointParams| Name | Description | Type | Additional information |
|---|---|---|---|
| CusId | integer |
None. |
|
| Points | integer |
None. |
|
| PointType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CusId": 1,
"Points": 2,
"PointType": 3
}
multipart/form-data
Sample:
{"CusId":1,"Points":2,"PointType":3}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}