POST Profile/{profileId}/CustomFields
Posts a new custom field to a Profile
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileId |
The CustomField data to add to the profile |
integer |
Required |
Body Parameters
The CustomField data to add to 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
integerResponse Formats
application/json, text/json
Sample:
1