GET api/getEscalation?MID={MID}&ACCODE={ACCODE}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MID | integer |
Required |
|
ACCODE | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EscalationApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | string |
None. |
|
Response | 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:53.9787496+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:53.9787496+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:
<EscalationApiResponse 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> <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:53.9787496+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> </Response> <Status>sample string 2</Status> </EscalationApiResponse>
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.MID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ACCODE" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FALLOWDATE" 2025-08-06T03:31:53.9787496+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.USERSNAME" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.NEED_ESCALATION" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ESCALATE_TO" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ESCALATION_REMARK" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.REASON_FOR_ESCALATION" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.FOLLOWUP_PERSON" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.ACCOUNT_HEAD" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.V_AMOUNTCC" 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.VD_AMOUNTCC" 12 --MultipartDataMediaFormatterBoundary1q2w3e--