MediBuddy Mobile Services V1.1

<back to all web services

FreshDeskTicketRequest

The following routes are available for this service:
POST/freshdesk/tickets/

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/FreshDeskTicketRequest HTTP/1.1 
Host: mb-mobile-api.medibuddy.in 
Content-Type: text/jsv
Content-Length: length

{
	employeeId: String,
	pmCorpId: 0,
	pageNumber: 0,
	primaryEmailId: String,
	mbToken: String,
	ipAddress: String,
	userAgent: String,
	userPlatform: String,
	platformVer: String,
	mobileDeviceModel: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	allTickets: 
	[
		{
			cC_Email: 
			{
				bcc_Emails: 
				[
					String
				],
				cc_Emails: 
				[
					String
				],
				fwd_Emails: 
				[
					String
				],
				reply_CC: 
				[
					String
				],
				tkt_CC: 
				[
					String
				]
			},
			created_At: String,
			custom_Field: 
			{
				accounting_Finance_206014: String,
				actioned_By_Finance_206014: String,
				agent_Name_206014: String,
				awaiting_Response_From_206014: String,
				branch_Finance_206014: String,
				branch_Test_206014: String,
				category_206014: String,
				claim_Employee_Id_206014: String,
				current_Status_206014: String,
				debtors_Update_Finance_206014: String,
				doro_Finance_206014: String,
				emp_Id_Claim_No_206014: String,
				follow_Up_206014: String,
				follow_Up_date_206014: String,
				insurer_Finance_206014: String,
				name_Test_206014: String,
				owner_206014: String,
				pending_Bucket_206014: String,
				pending_From_206014: String,
				pr_Type_Finance_206014: String,
				query_Type_Test_206014: String,
				reason_For_Pendency_206014: String,
				reason_For_Pending_206014: String,
				reopened_Date_206014: String,
				sub_Category_206014: String,
				validation_Finance_206014: String
			},
			deleted: False,
			delta: False,
			description: String,
			description_html: String,
			display_id: 0,
			due_By: String,
			email_Config_Id: {},
			fr_Escalated: False,
			frDueBy: String,
			group_Id: {},
			id: {},
			isEscalated: False,
			priority: 0,
			priority_name: String,
			requester_id: {},
			requester_name: String,
			requester_status_name: String,
			responder_id: {},
			responder_name: String,
			source: 0,
			source_name: String,
			spam: False,
			status: 0,
			status_name: String,
			subject: String,
			to_email: String,
			to_Emails: 
			[
				String
			],
			trained: False,
			updated_at: String,
			urgent: False
		}
	],
	currentPageNumber: 0,
	nextPageNumber: 0,
	previousPageNumber: 0
}