<back to all web services
CompanyIncentiveQuery
Requires Authentication
Requires any of the roles: | bookingsupplier-administrator-write, bookingsupplier-administrator-read, superadmin |
The following routes are available for this service:GET | /companies/{CompanyId}/incentives | It gets either incentives which are not read or engaged by the current company/administrator. | |
---|
CompanyIncentiveQuery Parameters:Name | Parameter | Data Type | Required | Description |
---|
CompanyId | path | Guid? | Yes | The company id, if empty will use the company id for the user you are logged in with. |
CompanyIncentivesQueryResponse Parameters:Name | Parameter | Data Type | Required | Description |
---|
Incentives | form | IList<CompanyIncentiveResponse> | No | |
CompanyId | form | Guid | No | |
CompanyIncentiveResponse Parameters: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 | |
IncentiveActionResponse Parameters: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 | |
IncentiveActionType Enum:Name | Value | |
---|
Upgrade | 1 | |
AddOn | 2 | |
Information | 3 | |
LicenseTypeQueryResponse Parameters: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 |
LicenseItemsResponse Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | int | No | |
Name | form | string | No | |
AllowedItems | form | int | No | |
LicensePrice Parameters: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 | |
Country Parameters: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 | |
Currency Parameters: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 | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
HTTP + OTHER
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
GET /companies/{CompanyId}/incentives HTTP/1.1
Host: api.bokamera.se
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{}