PUT Profile/{profileId}/CustomFields/{customFieldId}
Updates an existing custom field for a Profile
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileId |
The Profile's Id |
integer |
Required |
customFieldId |
The Custom Field Id |
integer |
Required |
Body Parameters
The CustomField data used to update the existing CustomField on the Profile
ProfileCustomFieldDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CustomFieldId | integer |
None. |
|
FieldName | string |
None. |
|
ProfileId | integer |
None. |
|
FieldValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
- "Id": 1,
- "CustomFieldId": 2,
- "FieldName": "sample string 3",
- "ProfileId": 4,
- "FieldValue": "sample string 5"
Response Information
Resource Description
None.