POST api/triggers/many
Creates multiple triggers.
Request Information
URI Parameters
None.
Body Parameters
The list of trigger models to create with.
Collection of TriggerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| Status | TriggerStatusDto |
None. |
|
| Result | string |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| TriggerTypeId | globally unique identifier |
Required |
|
| Properties | Collection of TriggerPropertyDto |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "f08b5d7c-a9de-499a-9fac-0040da85b5eb",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"CreatorUserId": "7232c281-c10f-40bb-b4fe-17db28dfb317",
"Status": 0,
"Result": "sample string 4",
"TenantId": "8d8fcdc0-1f34-4a5d-8db3-70b6ec3fcbb2",
"TriggerTypeId": "61ca0a6b-398a-4d88-873e-9766d24d23a7",
"Properties": [
{
"Id": "1cf9a677-af41-4ebd-baee-41792c8a8f98",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"TriggerId": "df27dbd9-b840-49a5-88e5-92e0411c40c6",
"PropertyTypeId": "02993568-1d26-4a60-8bb3-06bc3a8cf9bf"
},
{
"Id": "1cf9a677-af41-4ebd-baee-41792c8a8f98",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"TriggerId": "df27dbd9-b840-49a5-88e5-92e0411c40c6",
"PropertyTypeId": "02993568-1d26-4a60-8bb3-06bc3a8cf9bf"
}
]
},
{
"Id": "f08b5d7c-a9de-499a-9fac-0040da85b5eb",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"CreatorUserId": "7232c281-c10f-40bb-b4fe-17db28dfb317",
"Status": 0,
"Result": "sample string 4",
"TenantId": "8d8fcdc0-1f34-4a5d-8db3-70b6ec3fcbb2",
"TriggerTypeId": "61ca0a6b-398a-4d88-873e-9766d24d23a7",
"Properties": [
{
"Id": "1cf9a677-af41-4ebd-baee-41792c8a8f98",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"TriggerId": "df27dbd9-b840-49a5-88e5-92e0411c40c6",
"PropertyTypeId": "02993568-1d26-4a60-8bb3-06bc3a8cf9bf"
},
{
"Id": "1cf9a677-af41-4ebd-baee-41792c8a8f98",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-10T10:24:49.6783674+00:00",
"TriggerId": "df27dbd9-b840-49a5-88e5-92e0411c40c6",
"PropertyTypeId": "02993568-1d26-4a60-8bb3-06bc3a8cf9bf"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTriggerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Notification.Models">
<TriggerDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<CreatorUserId>7232c281-c10f-40bb-b4fe-17db28dfb317</CreatorUserId>
<Id>f08b5d7c-a9de-499a-9fac-0040da85b5eb</Id>
<Properties>
<TriggerPropertyDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<Id>1cf9a677-af41-4ebd-baee-41792c8a8f98</Id>
<Name>sample string 2</Name>
<PropertyTypeId>02993568-1d26-4a60-8bb3-06bc3a8cf9bf</PropertyTypeId>
<TriggerId>df27dbd9-b840-49a5-88e5-92e0411c40c6</TriggerId>
<Value>sample string 3</Value>
</TriggerPropertyDto>
<TriggerPropertyDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<Id>1cf9a677-af41-4ebd-baee-41792c8a8f98</Id>
<Name>sample string 2</Name>
<PropertyTypeId>02993568-1d26-4a60-8bb3-06bc3a8cf9bf</PropertyTypeId>
<TriggerId>df27dbd9-b840-49a5-88e5-92e0411c40c6</TriggerId>
<Value>sample string 3</Value>
</TriggerPropertyDto>
</Properties>
<Result>sample string 4</Result>
<Status>Pending</Status>
<TenantId>8d8fcdc0-1f34-4a5d-8db3-70b6ec3fcbb2</TenantId>
<TriggerTypeId>61ca0a6b-398a-4d88-873e-9766d24d23a7</TriggerTypeId>
</TriggerDto>
<TriggerDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<CreatorUserId>7232c281-c10f-40bb-b4fe-17db28dfb317</CreatorUserId>
<Id>f08b5d7c-a9de-499a-9fac-0040da85b5eb</Id>
<Properties>
<TriggerPropertyDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<Id>1cf9a677-af41-4ebd-baee-41792c8a8f98</Id>
<Name>sample string 2</Name>
<PropertyTypeId>02993568-1d26-4a60-8bb3-06bc3a8cf9bf</PropertyTypeId>
<TriggerId>df27dbd9-b840-49a5-88e5-92e0411c40c6</TriggerId>
<Value>sample string 3</Value>
</TriggerPropertyDto>
<TriggerPropertyDto>
<CreationDate>2026-01-10T10:24:49.6783674+00:00</CreationDate>
<Id>1cf9a677-af41-4ebd-baee-41792c8a8f98</Id>
<Name>sample string 2</Name>
<PropertyTypeId>02993568-1d26-4a60-8bb3-06bc3a8cf9bf</PropertyTypeId>
<TriggerId>df27dbd9-b840-49a5-88e5-92e0411c40c6</TriggerId>
<Value>sample string 3</Value>
</TriggerPropertyDto>
</Properties>
<Result>sample string 4</Result>
<Status>Pending</Status>
<TenantId>8d8fcdc0-1f34-4a5d-8db3-70b6ec3fcbb2</TenantId>
<TriggerTypeId>61ca0a6b-398a-4d88-873e-9766d24d23a7</TriggerTypeId>
</TriggerDto>
</ArrayOfTriggerDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.