PUT api/userJourneys/{id}
Updates a user journey.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the user journey to update. |
globally unique identifier |
Required |
Body Parameters
The user journey model to update 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": "6df23780-7b5a-40c3-b3c2-f185dfc58cd9",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"TenantId": "379623d0-e954-47b2-bfd7-82102f0ee1a1",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "a06a0b76-f7a3-410e-ab07-7d3a1b925fa1",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"UserJourneyId": "6ab3d8a6-9618-42ad-a291-423dd2d2e389"
},
{
"Id": "a06a0b76-f7a3-410e-ab07-7d3a1b925fa1",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"UserJourneyId": "6ab3d8a6-9618-42ad-a291-423dd2d2e389"
}
],
"ModuleSettings": [
{
"Id": "515db203-7aa4-426e-943a-22d4d8c6b559",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"TenantId": "049c3e6d-c005-4469-b7e0-b60f863d8703",
"UserJourneyId": "7cfcc633-00bf-49e8-a398-cc4e0d75f4cd",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "c2dd5abd-55fa-4385-80cc-d9f77c485718",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"ModuleSettingId": "94fe118b-69bb-4129-9bdf-30904e21d650"
},
{
"Id": "c2dd5abd-55fa-4385-80cc-d9f77c485718",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"ModuleSettingId": "94fe118b-69bb-4129-9bdf-30904e21d650"
}
]
},
{
"Id": "515db203-7aa4-426e-943a-22d4d8c6b559",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"TenantId": "049c3e6d-c005-4469-b7e0-b60f863d8703",
"UserJourneyId": "7cfcc633-00bf-49e8-a398-cc4e0d75f4cd",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "c2dd5abd-55fa-4385-80cc-d9f77c485718",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"ModuleSettingId": "94fe118b-69bb-4129-9bdf-30904e21d650"
},
{
"Id": "c2dd5abd-55fa-4385-80cc-d9f77c485718",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.2735209+00:00",
"ModuleSettingId": "94fe118b-69bb-4129-9bdf-30904e21d650"
}
]
}
]
}
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>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>6df23780-7b5a-40c3-b3c2-f185dfc58cd9</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>515db203-7aa4-426e-943a-22d4d8c6b559</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>c2dd5abd-55fa-4385-80cc-d9f77c485718</Id>
<ModuleSettingId>94fe118b-69bb-4129-9bdf-30904e21d650</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>c2dd5abd-55fa-4385-80cc-d9f77c485718</Id>
<ModuleSettingId>94fe118b-69bb-4129-9bdf-30904e21d650</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>049c3e6d-c005-4469-b7e0-b60f863d8703</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>7cfcc633-00bf-49e8-a398-cc4e0d75f4cd</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>515db203-7aa4-426e-943a-22d4d8c6b559</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>c2dd5abd-55fa-4385-80cc-d9f77c485718</Id>
<ModuleSettingId>94fe118b-69bb-4129-9bdf-30904e21d650</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>c2dd5abd-55fa-4385-80cc-d9f77c485718</Id>
<ModuleSettingId>94fe118b-69bb-4129-9bdf-30904e21d650</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>049c3e6d-c005-4469-b7e0-b60f863d8703</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>7cfcc633-00bf-49e8-a398-cc4e0d75f4cd</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>379623d0-e954-47b2-bfd7-82102f0ee1a1</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>a06a0b76-f7a3-410e-ab07-7d3a1b925fa1</Id>
<Name>sample string 2</Name>
<UserJourneyId>6ab3d8a6-9618-42ad-a291-423dd2d2e389</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2025-12-06T03:12:09.2735209+00:00</CreationDate>
<Id>a06a0b76-f7a3-410e-ab07-7d3a1b925fa1</Id>
<Name>sample string 2</Name>
<UserJourneyId>6ab3d8a6-9618-42ad-a291-423dd2d2e389</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.