PUT Profile/CustomField
Updates an existing CustomField
Request Information
URI Parameters
None.
Body Parameters
The updated model to change the existing CustomField
CustomFieldDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomFieldID | integer |
None. |
|
| Name | string |
None. |
|
| Descr | string |
None. |
|
| DisplayType | string |
None. |
|
| DataType | string |
None. |
|
| DateCreated | date |
None. |
|
| DateChanged | date |
None. |
|
| ChangedBy | string |
None. |
|
| AvailableOnWebsite | integer |
None. |
|
| IsPublic | boolean |
None. |
|
| AvailableOnWebsiteBool | boolean |
None. |
|
| CustomFieldValues | Collection of CustomFieldValueDto |
None. |
Request Formats
application/json, text/json
Sample:
{
- "CustomFieldID": 1,
- "Name": "sample string 2",
- "Descr": "sample string 3",
- "DisplayType": "sample string 4",
- "DataType": "sample string 5",
- "DateCreated": "2025-11-01T18:43:52.2069448Z",
- "DateChanged": "2025-11-01T18:43:52.2069448Z",
- "ChangedBy": "sample string 8",
- "AvailableOnWebsite": 9,
- "IsPublic": true,
- "AvailableOnWebsiteBool": true,
- "CustomFieldValues": [
- {
- "CustomFieldValueID": 1,
- "CustomFieldID": 2,
- "FieldValue": "sample string 3"
- "CustomFieldValueID": 1,
- "CustomFieldID": 2,
- "FieldValue": "sample string 3"
{
Response Information
Resource Description
None.