POST api/UserRegistration/AddTagsForDefaultProfile
Request Information
URI Parameters
None.
Body Parameters
ProfileTagsModelName | Description | Type | Additional information |
---|---|---|---|
Tags | Collection of TagDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "Tags": [ { "Id": "sample string 1", "TagCategoryId": "sample string 2", "TagCategoryName": "sample string 3", "Name": "sample string 4", "CategoryType": 5, "ForMember": true }, { "Id": "sample string 1", "TagCategoryId": "sample string 2", "TagCategoryName": "sample string 3", "Name": "sample string 4", "CategoryType": 5, "ForMember": true } ] }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.