API Resources
ProfileCustomFields
| API | Description |
|---|---|
| GET Profile/CustomField/{id} |
Returns Custom Field Information |
| POST Profile/CustomField |
Posts a new CustomField |
| PUT Profile/CustomField |
Updates an existing CustomField |
| PUT Profile/{profileId}/CustomFields/{customFieldId} |
Updates an existing custom field for a Profile |
| GET Profile/{profileId}/CustomFields |
Returns the custom fields associated with a Profile |
| POST Profile/{profileId}/CustomFields |
Posts a new custom field to a Profile |