최근 검색
최근 검색 없음

Peter Jeynes
가입한 날짜: 2021년 10월 16일
·
마지막 활동: 2021년 10월 16일
팔로잉
0
팔로워
0
총 활동 수
2
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Peter Jeynes
Peter Jeynes님이 에 게시물을 만듦
Hi, I am trying to add comments to a ticket using the ticket API using C#
https://[domain].zendesk.com/api/v2/tickets/8
Does anyone have any advice, or able to point me in the right direction?
Thanks
Pete
Class below...
public class From
{
}
public class To
{
}
public class Source
{
public From from { get; set; }
public To to { get; set; }
public object rel { get; set; }
}
public class Via
{
public string channel { get; set; }
public Source source { get; set; }
}
public class Result
{
public string url { get; set; }
public int id { get; set; }
public object external_id { get; set; }
public Via via { get; set; }
public DateTime created_at { get; set; }
public DateTime updated_at { get; set; }
public string type { get; set; }
public string subject { get; set; }
public string raw_subject { get; set; }
public string description { get; set; }
public string priority { get; set; }
public string status { get; set; }
public object recipient { get; set; }
public object requester_id { get; set; }
public object submitter_id { get; set; }
public object assignee_id { get; set; }
public object organization_id { get; set; }
public object group_id { get; set; }
public List collaborator_ids { get; set; }
public List follower_ids { get; set; }
public List email_cc_ids { get; set; }
public object forum_topic_id { get; set; }
public object problem_id { get; set; }
public bool has_incidents { get; set; }
public bool is_public { get; set; }
public object due_at { get; set; }
public List tags { get; set; }
public List custom_fields { get; set; }
public object satisfaction_rating { get; set; }
public List sharing_agreement_ids { get; set; }
public List fields { get; set; }
public List followup_ids { get; set; }
public object ticket_form_id { get; set; }
public object brand_id { get; set; }
public bool allow_channelback { get; set; }
public bool allow_attachments { get; set; }
public string result_type { get; set; }
}
public class Root
{
public List results { get; set; }
public object facets { get; set; }
public object next_page { get; set; }
public object previous_page { get; set; }
public int count { get; set; }
}
2021년 9월 01일에 게시됨 · Peter Jeynes
0
팔로워
2
투표 수
1
댓글