POST api/apps
Create a new app
Request Information
URI Parameters
None.
Body Parameters
AppDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
|
IsActive | boolean |
None. |
|
NotificationType | NotificationTypeEnum |
None. |
|
CustomerGroups | Collection of CustomerGroupDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "3b3779ce-aba0-4501-ae22-1251ef7a4bcf", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "3d661691-c26d-4ff4-8a37-105ea047c3eb", "Name": "sample string 2", "Customer": { "Id": "cec15aa2-6550-4d73-b1fb-6c14f423b8b5", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "3d661691-c26d-4ff4-8a37-105ea047c3eb", "Name": "sample string 2", "Customer": { "Id": "cec15aa2-6550-4d73-b1fb-6c14f423b8b5", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }
Response Information
Resource Description
AppDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
|
IsActive | boolean |
None. |
|
NotificationType | NotificationTypeEnum |
None. |
|
CustomerGroups | Collection of CustomerGroupDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "ac54cdfb-6079-42f5-9294-102c4c666802", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "0a5bed69-fac6-465a-a9fa-4fcb68501112", "Name": "sample string 2", "Customer": { "Id": "3bbbf9a1-b1e8-483d-8b04-85542f71f2b5", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "0a5bed69-fac6-465a-a9fa-4fcb68501112", "Name": "sample string 2", "Customer": { "Id": "3bbbf9a1-b1e8-483d-8b04-85542f71f2b5", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }