POST Profile/{profileId}/CustomFields

Posts a new custom field to a Profile

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

The CustomField data to add to the profile

integer

Required

Body Parameters

The CustomField data to add to the profile

ProfileCustomFieldDto
NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
  • 1