Example #1
0
        public PCOPostItem GetPostItem()
        {
            var item = new PCOPostItem();

            item.data            = new PCOPostData();
            item.data.type       = "PhoneNumber";
            item.data.attributes = GetAttributes();
            return(item);
        }
Example #2
0
        public PCOPostItem GetPostItem()
        {
            var item = new PCOPostItem();

            item.data            = new PCOPostData();
            item.data.type       = "TagGroup";
            item.data.attributes = GetAttributes();
            return(item);
        }