POST api/PerksPassKey/PostUserPoints
Request Information
URI Parameters
None.
Body Parameters
PerkUserDeposit| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| Amount | decimal number |
None. |
|
| PointAmount | integer |
None. |
|
| Description | string |
None. |
|
| PassKey | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"Amount": 1.0,
"PointAmount": 2,
"Description": "sample string 3",
"PassKey": "sample string 4",
"CompanyID": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true