GET api/getEscalation?ESCALATE_TO={ESCALATE_TO}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ESCALATE_TO

string

Required

Body Parameters

None.

Response Information

Resource Description

EscalationListApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Response

Collection of Escalation

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Response": [
    {
      "MID": 1,
      "ACCODE": "sample string 2",
      "FALLOWDATE": "2025-08-06T03:31:59.9618937+04:00",
      "USERSNAME": "sample string 4",
      "NEED_ESCALATION": true,
      "ESCALATE_TO": "sample string 6",
      "ESCALATION_REMARK": "sample string 7",
      "REASON_FOR_ESCALATION": "sample string 8",
      "FOLLOWUP_PERSON": "sample string 9",
      "ACCOUNT_HEAD": "sample string 10",
      "V_AMOUNTCC": 11.0,
      "VD_AMOUNTCC": 12.0
    },
    {
      "MID": 1,
      "ACCODE": "sample string 2",
      "FALLOWDATE": "2025-08-06T03:31:59.9618937+04:00",
      "USERSNAME": "sample string 4",
      "NEED_ESCALATION": true,
      "ESCALATE_TO": "sample string 6",
      "ESCALATION_REMARK": "sample string 7",
      "REASON_FOR_ESCALATION": "sample string 8",
      "FOLLOWUP_PERSON": "sample string 9",
      "ACCOUNT_HEAD": "sample string 10",
      "V_AMOUNTCC": 11.0,
      "VD_AMOUNTCC": 12.0
    }
  ]
}

text/html

Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"MID":1,"ACCODE":"sample string 2","FALLOWDATE":"2025-08-06T03:31:59.9618937+04:00","USERSNAME":"sample string 4","NEED_ESCALATION":true,"ESCALATE_TO":"sample string 6","ESCALATION_REMARK":"sample string 7","REASON_FOR_ESCALATION":"sample string 8","FOLLOWUP_PERSON":"sample string 9","ACCOUNT_HEAD":"sample string 10","V_AMOUNTCC":11.0,"VD_AMOUNTCC":12.0},{"MID":1,"ACCODE":"sample string 2","FALLOWDATE":"2025-08-06T03:31:59.9618937+04:00","USERSNAME":"sample string 4","NEED_ESCALATION":true,"ESCALATE_TO":"sample string 6","ESCALATION_REMARK":"sample string 7","REASON_FOR_ESCALATION":"sample string 8","FOLLOWUP_PERSON":"sample string 9","ACCOUNT_HEAD":"sample string 10","V_AMOUNTCC":11.0,"VD_AMOUNTCC":12.0}]}

application/xml, text/xml

Sample:
<EscalationListApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.AdminPayment">
  <Message>sample string 1</Message>
  <Response>
    <Escalation>
      <ACCODE>sample string 2</ACCODE>
      <ACCOUNT_HEAD>sample string 10</ACCOUNT_HEAD>
      <ESCALATE_TO>sample string 6</ESCALATE_TO>
      <ESCALATION_REMARK>sample string 7</ESCALATION_REMARK>
      <FALLOWDATE>2025-08-06T03:31:59.9618937+04:00</FALLOWDATE>
      <FOLLOWUP_PERSON>sample string 9</FOLLOWUP_PERSON>
      <MID>1</MID>
      <NEED_ESCALATION>true</NEED_ESCALATION>
      <REASON_FOR_ESCALATION>sample string 8</REASON_FOR_ESCALATION>
      <USERSNAME>sample string 4</USERSNAME>
      <VD_AMOUNTCC>12</VD_AMOUNTCC>
      <V_AMOUNTCC>11</V_AMOUNTCC>
    </Escalation>
    <Escalation>
      <ACCODE>sample string 2</ACCODE>
      <ACCOUNT_HEAD>sample string 10</ACCOUNT_HEAD>
      <ESCALATE_TO>sample string 6</ESCALATE_TO>
      <ESCALATION_REMARK>sample string 7</ESCALATION_REMARK>
      <FALLOWDATE>2025-08-06T03:31:59.9618937+04:00</FALLOWDATE>
      <FOLLOWUP_PERSON>sample string 9</FOLLOWUP_PERSON>
      <MID>1</MID>
      <NEED_ESCALATION>true</NEED_ESCALATION>
      <REASON_FOR_ESCALATION>sample string 8</REASON_FOR_ESCALATION>
      <USERSNAME>sample string 4</USERSNAME>
      <VD_AMOUNTCC>12</VD_AMOUNTCC>
      <V_AMOUNTCC>11</V_AMOUNTCC>
    </Escalation>
  </Response>
  <Status>sample string 2</Status>
</EscalationListApiResponse>

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].ACCODE"

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

2025-08-06T03:31:59.9618937+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[0].USERSNAME"

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

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

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

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

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

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

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

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

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

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

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

2025-08-06T03:31:59.9618937+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response[1].USERSNAME"

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

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

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

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

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

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

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

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

12
--MultipartDataMediaFormatterBoundary1q2w3e--