GET api/ReplyToCustomer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ReplyToCustomerListApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Response

Collection of ReplyToCustomer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Response": [
    {
      "MID": 1,
      "SUPPORT_TICKET_ID": 2,
      "CUSTOMER_ID": "sample string 3",
      "CUSTOMER_NAME": "sample string 4",
      "CUSTOMER_QUERY": "sample string 5",
      "REPLY_TO_CUSTOMER": "sample string 6",
      "REPLY_LOG": 7,
      "VIEW": true,
      "CREATED_BY": "sample string 9",
      "ISSUE_SOLVED_REMARK": "sample string 10"
    },
    {
      "MID": 1,
      "SUPPORT_TICKET_ID": 2,
      "CUSTOMER_ID": "sample string 3",
      "CUSTOMER_NAME": "sample string 4",
      "CUSTOMER_QUERY": "sample string 5",
      "REPLY_TO_CUSTOMER": "sample string 6",
      "REPLY_LOG": 7,
      "VIEW": true,
      "CREATED_BY": "sample string 9",
      "ISSUE_SOLVED_REMARK": "sample string 10"
    }
  ]
}

text/html

Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"MID":1,"SUPPORT_TICKET_ID":2,"CUSTOMER_ID":"sample string 3","CUSTOMER_NAME":"sample string 4","CUSTOMER_QUERY":"sample string 5","REPLY_TO_CUSTOMER":"sample string 6","REPLY_LOG":7,"VIEW":true,"CREATED_BY":"sample string 9","ISSUE_SOLVED_REMARK":"sample string 10"},{"MID":1,"SUPPORT_TICKET_ID":2,"CUSTOMER_ID":"sample string 3","CUSTOMER_NAME":"sample string 4","CUSTOMER_QUERY":"sample string 5","REPLY_TO_CUSTOMER":"sample string 6","REPLY_LOG":7,"VIEW":true,"CREATED_BY":"sample string 9","ISSUE_SOLVED_REMARK":"sample string 10"}]}

application/xml, text/xml

Sample:
<ReplyToCustomerListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.Audit">
  <Message>sample string 1</Message>
  <Response>
    <ReplyToCustomer>
      <CREATED_BY>sample string 9</CREATED_BY>
      <CUSTOMER_ID>sample string 3</CUSTOMER_ID>
      <CUSTOMER_NAME>sample string 4</CUSTOMER_NAME>
      <CUSTOMER_QUERY>sample string 5</CUSTOMER_QUERY>
      <ISSUE_SOLVED_REMARK>sample string 10</ISSUE_SOLVED_REMARK>
      <MID>1</MID>
      <REPLY_LOG>7</REPLY_LOG>
      <REPLY_TO_CUSTOMER>sample string 6</REPLY_TO_CUSTOMER>
      <SUPPORT_TICKET_ID>2</SUPPORT_TICKET_ID>
      <VIEW>true</VIEW>
    </ReplyToCustomer>
    <ReplyToCustomer>
      <CREATED_BY>sample string 9</CREATED_BY>
      <CUSTOMER_ID>sample string 3</CUSTOMER_ID>
      <CUSTOMER_NAME>sample string 4</CUSTOMER_NAME>
      <CUSTOMER_QUERY>sample string 5</CUSTOMER_QUERY>
      <ISSUE_SOLVED_REMARK>sample string 10</ISSUE_SOLVED_REMARK>
      <MID>1</MID>
      <REPLY_LOG>7</REPLY_LOG>
      <REPLY_TO_CUSTOMER>sample string 6</REPLY_TO_CUSTOMER>
      <SUPPORT_TICKET_ID>2</SUPPORT_TICKET_ID>
      <VIEW>true</VIEW>
    </ReplyToCustomer>
  </Response>
  <Status>sample string 2</Status>
</ReplyToCustomerListApiResponse>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Message"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Status"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].SUPPORT_TICKET_ID"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].CUSTOMER_ID"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].CUSTOMER_NAME"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].CUSTOMER_QUERY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].REPLY_TO_CUSTOMER"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].REPLY_LOG"

7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].VIEW"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].CREATED_BY"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].ISSUE_SOLVED_REMARK"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].SUPPORT_TICKET_ID"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].CUSTOMER_ID"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].CUSTOMER_NAME"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].CUSTOMER_QUERY"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].REPLY_TO_CUSTOMER"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].REPLY_LOG"

7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].VIEW"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].CREATED_BY"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].ISSUE_SOLVED_REMARK"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e--