Requires the role: | superadmin |
PUT | /superadmin/incentive/{id} | Update incentive |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | int | Yes | The id of the incentive. |
Heading | body | string | No | |
StorageUrl | body | string | No | |
SuccessButtonText | body | string | No | |
ActionId | body | int? | No | |
Frequency | body | IncentiveRecurrenceFrequency | No | |
RecurrenceInterval | body | uint | No | |
InitialDelayInSeconds | body | int | No | |
MaxDisplayCount | body | int? | No | |
ValidFrom | body | DateTimeOffset | No | |
ValidTo | body | DateTimeOffset | No | |
CompanyIds | body | List<Guid> | No | |
Criteria | body | List<IncentiveCriteriaDto> | No | |
Payload | body | string | No |
Name | Value | |
---|---|---|
OneTime | 1 | |
Weekly | 2 | |
Monthly | 3 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CriteriaType | form | CriteriaType | No | |
Value | form | string | No | |
InvertCondition | form | bool | No |
LicenseAvailability | |
SmsActivation | |
eAccountingActivation | |
CodeLockActivation | |
SocialActivation | |
OnlinePaymentActivation | |
FollowUpMessageActivation | |
RatingActivation |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Frequency | form | IncentiveRecurrenceFrequency | No | |
RecurrenceInterval | form | uint | No | |
CreatedDate | form | DateTimeOffset | No | |
ModifiedDate | form | DateTimeOffset | No | |
CompanyIds | form | List<Guid> | No | |
Criteria | form | List<IncentiveCriteria> | No | |
ApplyToAllCompanies | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Heading | form | string | No | |
StorageUrl | form | string | No | |
SuccessButtonText | form | string | No | |
ActionId | form | int | No | |
InitialDelayInSeconds | form | int | No | |
MaxDisplayCount | form | int? | No | |
ValidFrom | form | DateTimeOffset | No | |
ValidTo | form | DateTimeOffset | No | |
Action | form | IncentiveActionResponse | No | |
Payload | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
ActionType | form | IncentiveActionType | No | |
Page | form | string | No | |
Segment | form | string | No | |
Element | form | string | No | |
LicenseTypeId | form | int? | No | |
SuggestedLicenseToUpgrade | form | LicenseTypeQueryResponse | No |
Name | Value | |
---|---|---|
Upgrade | 1 | |
AddOn | 2 | |
Information | 3 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | The license type id |
Name | form | string | No | The license type name |
Description | form | string | No | The license type description |
IsExtraLicenseOption | form | bool | No | If the license type is not a standard license but instead an extra license option. An example would be sending new letter license. |
PeriodOfNoticeDays | form | int | No | The period of notice for the license in days. |
Items | form | List<LicenseItemsResponse> | No | The license items for the license type |
Prices | form | List<LicensePrice> | No | The license prices in each country for the license type |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Name | form | string | No | |
AllowedItems | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Country | form | Country | No | |
MonthlyPayment | form | bool | No | |
LicenseTypeId | form | int | Yes | |
CountryId | form | string | Yes | |
Price | form | int | Yes | |
ModifiedDate | form | DateTimeOffset? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CurrencyId | form | string | No | |
CurrencyInfo | form | Currency | No | |
Name | form | string | Yes | |
Culture | form | string | No | |
TimeZone | form | string | No | |
ModifiedDate | form | DateTimeOffset? | No | |
Id | form | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | Yes | |
CurrencySign | form | string | Yes | |
Active | form | bool | Yes | |
ModifiedDate | form | DateTimeOffset? | No | |
Id | form | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
IncentiveId | form | int | No | |
CriteriaType | form | CriteriaType | No | |
Value | form | string | No | |
InvertCondition | form | bool | No | |
CreatedDate | form | DateTimeOffset | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /superadmin/incentive/{id} HTTP/1.1
Host: api.bokamera.se
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Id":0,"Heading":"String","StorageUrl":"String","SuccessButtonText":"String","ActionId":0,"Frequency":"OneTime","RecurrenceInterval":0,"InitialDelayInSeconds":0,"MaxDisplayCount":0,"ValidFrom":"0001-01-01T00:00:00.0000000+00:00","ValidTo":"0001-01-01T00:00:00.0000000+00:00","CompanyIds":["00000000-0000-0000-0000-000000000000"],"Criteria":[{"CriteriaType":"LicenseAvailability","Value":"String","InvertCondition":false}],"Payload":"String"}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"Frequency":"OneTime","RecurrenceInterval":0,"CreatedDate":"0001-01-01T00:00:00.0000000+00:00","ModifiedDate":"0001-01-01T00:00:00.0000000+00:00","CompanyIds":["00000000-0000-0000-0000-000000000000"],"Criteria":[{"Id":0,"IncentiveId":0,"CriteriaType":"LicenseAvailability","Value":"String","InvertCondition":false,"CreatedDate":"0001-01-01T00:00:00.0000000+00:00"}],"ApplyToAllCompanies":false,"Id":0,"Heading":"String","StorageUrl":"String","SuccessButtonText":"String","ActionId":0,"InitialDelayInSeconds":0,"MaxDisplayCount":0,"ValidFrom":"0001-01-01T00:00:00.0000000+00:00","ValidTo":"0001-01-01T00:00:00.0000000+00:00","Action":{"Id":0,"ActionType":"Upgrade","Page":"String","Segment":"String","Element":"String","LicenseTypeId":0,"SuggestedLicenseToUpgrade":{"Id":0,"Name":"String","Description":"String","IsExtraLicenseOption":false,"PeriodOfNoticeDays":0,"Items":[{"Id":0,"Name":"String","AllowedItems":0}],"Prices":[{"Country":{"CurrencyId":"String","CurrencyInfo":{"Name":"String","CurrencySign":"String","Active":false,"ModifiedDate":"0001-01-01T00:00:00.0000000+00:00","Id":"String"},"Name":"String","Culture":"String","TimeZone":"String","ModifiedDate":"0001-01-01T00:00:00.0000000+00:00","Id":"String"},"MonthlyPayment":true,"LicenseTypeId":0,"CountryId":"String","Price":0,"ModifiedDate":"0001-01-01T00:00:00.0000000+00:00"}]}},"Payload":"String"}