GET api/getClosedCompany
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ClosedCompanyListApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | string |
None. |
|
Response | Collection of ClosedCompany |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": "sample string 2", "Response": [ { "MID": 1, "ACCODE": "sample string 2", "ACCOUNT_HEAD": "sample string 3", "SALES_PERSON": "sample string 4", "FALLOWDATE": "2025-08-06T03:36:37.0756857+04:00", "FALLOWUPREMARKS": "sample string 6", "USERSNAME": "sample string 7", "ESCALATE_TO": "sample string 8", "ESCALATION_REMARK": "sample string 9", "REASON_FOR_ESCALATION": "sample string 10", "FOLLOWUP_PERSON": "sample string 11", "VD_AMOUNTCC": 12.0, "V_AMOUNTCC": 13.0 }, { "MID": 1, "ACCODE": "sample string 2", "ACCOUNT_HEAD": "sample string 3", "SALES_PERSON": "sample string 4", "FALLOWDATE": "2025-08-06T03:36:37.0756857+04:00", "FALLOWUPREMARKS": "sample string 6", "USERSNAME": "sample string 7", "ESCALATE_TO": "sample string 8", "ESCALATION_REMARK": "sample string 9", "REASON_FOR_ESCALATION": "sample string 10", "FOLLOWUP_PERSON": "sample string 11", "VD_AMOUNTCC": 12.0, "V_AMOUNTCC": 13.0 } ] }
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":[{"MID":1,"ACCODE":"sample string 2","ACCOUNT_HEAD":"sample string 3","SALES_PERSON":"sample string 4","FALLOWDATE":"2025-08-06T03:36:37.0756857+04:00","FALLOWUPREMARKS":"sample string 6","USERSNAME":"sample string 7","ESCALATE_TO":"sample string 8","ESCALATION_REMARK":"sample string 9","REASON_FOR_ESCALATION":"sample string 10","FOLLOWUP_PERSON":"sample string 11","VD_AMOUNTCC":12.0,"V_AMOUNTCC":13.0},{"MID":1,"ACCODE":"sample string 2","ACCOUNT_HEAD":"sample string 3","SALES_PERSON":"sample string 4","FALLOWDATE":"2025-08-06T03:36:37.0756857+04:00","FALLOWUPREMARKS":"sample string 6","USERSNAME":"sample string 7","ESCALATE_TO":"sample string 8","ESCALATION_REMARK":"sample string 9","REASON_FOR_ESCALATION":"sample string 10","FOLLOWUP_PERSON":"sample string 11","VD_AMOUNTCC":12.0,"V_AMOUNTCC":13.0}]}
application/xml, text/xml
Sample:
<ClosedCompanyListApiResponse 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> <ClosedCompany> <ACCODE>sample string 2</ACCODE> <ACCOUNT_HEAD>sample string 3</ACCOUNT_HEAD> <ESCALATE_TO>sample string 8</ESCALATE_TO> <ESCALATION_REMARK>sample string 9</ESCALATION_REMARK> <FALLOWDATE>2025-08-06T03:36:37.0756857+04:00</FALLOWDATE> <FALLOWUPREMARKS>sample string 6</FALLOWUPREMARKS> <FOLLOWUP_PERSON>sample string 11</FOLLOWUP_PERSON> <MID>1</MID> <REASON_FOR_ESCALATION>sample string 10</REASON_FOR_ESCALATION> <SALES_PERSON>sample string 4</SALES_PERSON> <USERSNAME>sample string 7</USERSNAME> <VD_AMOUNTCC>12</VD_AMOUNTCC> <V_AMOUNTCC>13</V_AMOUNTCC> </ClosedCompany> <ClosedCompany> <ACCODE>sample string 2</ACCODE> <ACCOUNT_HEAD>sample string 3</ACCOUNT_HEAD> <ESCALATE_TO>sample string 8</ESCALATE_TO> <ESCALATION_REMARK>sample string 9</ESCALATION_REMARK> <FALLOWDATE>2025-08-06T03:36:37.0756857+04:00</FALLOWDATE> <FALLOWUPREMARKS>sample string 6</FALLOWUPREMARKS> <FOLLOWUP_PERSON>sample string 11</FOLLOWUP_PERSON> <MID>1</MID> <REASON_FOR_ESCALATION>sample string 10</REASON_FOR_ESCALATION> <SALES_PERSON>sample string 4</SALES_PERSON> <USERSNAME>sample string 7</USERSNAME> <VD_AMOUNTCC>12</VD_AMOUNTCC> <V_AMOUNTCC>13</V_AMOUNTCC> </ClosedCompany> </Response> <Status>sample string 2</Status> </ClosedCompanyListApiResponse>
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].ACCOUNT_HEAD" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].SALES_PERSON" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].FALLOWDATE" 2025-08-06T03:36:37.0756857+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].FALLOWUPREMARKS" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].USERSNAME" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].ESCALATE_TO" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].ESCALATION_REMARK" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].REASON_FOR_ESCALATION" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].FOLLOWUP_PERSON" sample string 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].VD_AMOUNTCC" 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[0].V_AMOUNTCC" 13 --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].ACCOUNT_HEAD" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].SALES_PERSON" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].FALLOWDATE" 2025-08-06T03:36:37.0756857+04:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].FALLOWUPREMARKS" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].USERSNAME" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].ESCALATE_TO" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].ESCALATION_REMARK" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].REASON_FOR_ESCALATION" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].FOLLOWUP_PERSON" sample string 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].VD_AMOUNTCC" 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response[1].V_AMOUNTCC" 13 --MultipartDataMediaFormatterBoundary1q2w3e--