public HttpResponseMessage AffixTag(string type, string id, TagList taglist) { service.AffixTags(type, id, taglist != null ? taglist.Category : null); return(Request.CreateResponse(HttpStatusCode.OK)); }