PUT api/setting-trial
Request Information
URI Parameters
None.
Body Parameters
SettingTrialJsonName | Description | Type | Additional information |
---|---|---|---|
productId | integer |
None. |
|
product | string |
None. |
|
points | integer |
None. |
|
monthsPeriod | integer |
None. |
|
notificationDays | integer |
None. |
|
notificationMail | string |
None. |
|
isDefault | boolean |
None. |
|
id | integer |
None. |
|
active | boolean |
None. |
|
userIns | string |
None. |
|
dateUtcIns | date |
None. |
|
userUpd | string |
None. |
|
dateUtcUpd | date |
None. |
|
dateUtcUpdIso8601 | string |
None. |
|
dateUtcInsIso8601 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "productId": 1, "product": "sample string 2", "points": 1, "monthsPeriod": 1, "notificationDays": 3, "notificationMail": "sample string 4", "isDefault": true, "id": 6, "active": true, "userIns": "sample string 8", "dateUtcIns": "2024-11-14T16:21:46.4202201+00:00", "userUpd": "sample string 9", "dateUtcUpd": "2024-11-14T16:21:46.4202201+00:00", "dateUtcUpdIso8601": "2024-11-14T16:21:46Z", "dateUtcInsIso8601": "2024-11-14T16:21:46Z" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.