POST api/userJourneys
Creates a user journey.
Request Information
URI Parameters
None.
Body Parameters
The user journey model to create with.
UserJourneyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| DisplayName | string |
Required |
|
| CreationDate | date |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Type | UserJourneyTypeDto |
None. |
|
| SortIndex | integer |
None. |
|
| UserJourneyProperties | Collection of UserJourneyPropertyDto |
None. |
|
| ModuleSettings | Collection of ModuleSettingDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e3fc3d7e-760b-4c43-8055-e5465e77898e",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"TenantId": "b058e5c2-744b-4f48-8e18-1c577980b5e8",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "c8b4160e-27dd-49dd-8dd6-4f8d85dadad9",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"UserJourneyId": "e275ef96-96ea-4bdb-a57b-b167921e26c8"
},
{
"Id": "c8b4160e-27dd-49dd-8dd6-4f8d85dadad9",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"UserJourneyId": "e275ef96-96ea-4bdb-a57b-b167921e26c8"
}
],
"ModuleSettings": [
{
"Id": "485289e2-0b3a-4ac7-ac9c-11818db26d79",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"TenantId": "0d05f277-cf31-4871-96e1-a26c62953504",
"UserJourneyId": "3cde6396-2b72-4158-8588-ea444f053271",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "d9415482-0daa-4110-9f76-8b8584f0dfae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"ModuleSettingId": "a1af5d46-1cad-4b8d-8016-f4115780ccc5"
},
{
"Id": "d9415482-0daa-4110-9f76-8b8584f0dfae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"ModuleSettingId": "a1af5d46-1cad-4b8d-8016-f4115780ccc5"
}
]
},
{
"Id": "485289e2-0b3a-4ac7-ac9c-11818db26d79",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"TenantId": "0d05f277-cf31-4871-96e1-a26c62953504",
"UserJourneyId": "3cde6396-2b72-4158-8588-ea444f053271",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "d9415482-0daa-4110-9f76-8b8584f0dfae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"ModuleSettingId": "a1af5d46-1cad-4b8d-8016-f4115780ccc5"
},
{
"Id": "d9415482-0daa-4110-9f76-8b8584f0dfae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:13.3262741+00:00",
"ModuleSettingId": "a1af5d46-1cad-4b8d-8016-f4115780ccc5"
}
]
}
]
}
application/xml, text/xml
Sample:
<UserJourneyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models">
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>e3fc3d7e-760b-4c43-8055-e5465e77898e</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>485289e2-0b3a-4ac7-ac9c-11818db26d79</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>d9415482-0daa-4110-9f76-8b8584f0dfae</Id>
<ModuleSettingId>a1af5d46-1cad-4b8d-8016-f4115780ccc5</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>d9415482-0daa-4110-9f76-8b8584f0dfae</Id>
<ModuleSettingId>a1af5d46-1cad-4b8d-8016-f4115780ccc5</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>0d05f277-cf31-4871-96e1-a26c62953504</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>3cde6396-2b72-4158-8588-ea444f053271</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>485289e2-0b3a-4ac7-ac9c-11818db26d79</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>d9415482-0daa-4110-9f76-8b8584f0dfae</Id>
<ModuleSettingId>a1af5d46-1cad-4b8d-8016-f4115780ccc5</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>d9415482-0daa-4110-9f76-8b8584f0dfae</Id>
<ModuleSettingId>a1af5d46-1cad-4b8d-8016-f4115780ccc5</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>0d05f277-cf31-4871-96e1-a26c62953504</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>3cde6396-2b72-4158-8588-ea444f053271</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>b058e5c2-744b-4f48-8e18-1c577980b5e8</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>c8b4160e-27dd-49dd-8dd6-4f8d85dadad9</Id>
<Name>sample string 2</Name>
<UserJourneyId>e275ef96-96ea-4bdb-a57b-b167921e26c8</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:58:13.3262741+00:00</CreationDate>
<Id>c8b4160e-27dd-49dd-8dd6-4f8d85dadad9</Id>
<Name>sample string 2</Name>
<UserJourneyId>e275ef96-96ea-4bdb-a57b-b167921e26c8</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"c0fa3e59-cdc1-469c-8e5c-b84918c605d7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c0fa3e59-cdc1-469c-8e5c-b84918c605d7</guid>