Next Topic

Previous Topic

Book Contents

Add Third Party Notification

Adds a notification to display to admins when they log into a tenant.

POST /thirdpartyapps/notification

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AppId*

int32

 

 

TenantId*

decimal

 

 

Title*

string

 

 

Message*

string

 

 

NavigateTo

string

 

 

* = required

Sample Response Model

{
  "AppId": 0,
  "TenantId": 0,
  "Title": "string",
  "Message": "string",
  "NavigateTo": "string"
}