GET api/SAC_TASKManageMid?MID={MID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MID

integer

Required

Body Parameters

None.

Response Information

Resource Description

SAC_TASKManageApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

string

None.

Response

SAC_TASKManage

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": "sample string 2",
  "Response": {
    "MID": 1,
    "CUSTOMER_ID": "sample string 2",
    "CUSTOMER_NAME": "sample string 3",
    "ACCOUNT_HEAD": "sample string 4",
    "SEQUENCE_CODE": "sample string 5",
    "SEQUENCE_DESCRIPTION": "sample string 6",
    "PROCESS_CODE": "sample string 7",
    "PROCESS_DESCRIPTION": "sample string 8",
    "CHECKLIST": "sample string 9",
    "REPORTING_MANAGER": "sample string 10",
    "AUDITOR": "sample string 11",
    "TASK_DESCRIPTION": "sample string 12",
    "REQUIRED_CLIENT_DOCUMENT": true,
    "DOCUMENT_COLLECTOR": "sample string 14",
    "DOCUMENT_COLLECTED_MAX_DATE": "2025-08-06T03:33:28.8291598+04:00",
    "EXPECTED_DATE_OF_COMPLETION": "2025-08-06T03:33:28.8291598+04:00",
    "COMPLETED_PERCENTAGE": 16,
    "STATUS": "sample string 17",
    "SPEND_HOURS": 18,
    "CHECK_LIST": "sample string 19"
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":{"MID":1,"CUSTOMER_ID":"sample string 2","CUSTOMER_NAME":"sample string 3","ACCOUNT_HEAD":"sample string 4","SEQUENCE_CODE":"sample string 5","SEQUENCE_DESCRIPTION":"sample string 6","PROCESS_CODE":"sample string 7","PROCESS_DESCRIPTION":"sample string 8","CHECKLIST":"sample string 9","REPORTING_MANAGER":"sample string 10","AUDITOR":"sample string 11","TASK_DESCRIPTION":"sample string 12","REQUIRED_CLIENT_DOCUMENT":true,"DOCUMENT_COLLECTOR":"sample string 14","DOCUMENT_COLLECTED_MAX_DATE":"2025-08-06T03:33:28.8291598+04:00","EXPECTED_DATE_OF_COMPLETION":"2025-08-06T03:33:28.8291598+04:00","COMPLETED_PERCENTAGE":16,"STATUS":"sample string 17","SPEND_HOURS":18,"CHECK_LIST":"sample string 19"}}

application/xml, text/xml

Sample:
<SAC_TASKManageApiResponse 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>
    <ACCOUNT_HEAD>sample string 4</ACCOUNT_HEAD>
    <AUDITOR>sample string 11</AUDITOR>
    <CHECKLIST>sample string 9</CHECKLIST>
    <CHECK_LIST>sample string 19</CHECK_LIST>
    <COMPLETED_PERCENTAGE>16</COMPLETED_PERCENTAGE>
    <CUSTOMER_ID>sample string 2</CUSTOMER_ID>
    <CUSTOMER_NAME>sample string 3</CUSTOMER_NAME>
    <DOCUMENT_COLLECTED_MAX_DATE>2025-08-06T03:33:28.8291598+04:00</DOCUMENT_COLLECTED_MAX_DATE>
    <DOCUMENT_COLLECTOR>sample string 14</DOCUMENT_COLLECTOR>
    <EXPECTED_DATE_OF_COMPLETION>2025-08-06T03:33:28.8291598+04:00</EXPECTED_DATE_OF_COMPLETION>
    <MID>1</MID>
    <PROCESS_CODE>sample string 7</PROCESS_CODE>
    <PROCESS_DESCRIPTION>sample string 8</PROCESS_DESCRIPTION>
    <REPORTING_MANAGER>sample string 10</REPORTING_MANAGER>
    <REQUIRED_CLIENT_DOCUMENT>true</REQUIRED_CLIENT_DOCUMENT>
    <SEQUENCE_CODE>sample string 5</SEQUENCE_CODE>
    <SEQUENCE_DESCRIPTION>sample string 6</SEQUENCE_DESCRIPTION>
    <SPEND_HOURS>18</SPEND_HOURS>
    <STATUS>sample string 17</STATUS>
    <TASK_DESCRIPTION>sample string 12</TASK_DESCRIPTION>
  </Response>
  <Status>sample string 2</Status>
</SAC_TASKManageApiResponse>

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.CUSTOMER_ID"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CUSTOMER_NAME"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.ACCOUNT_HEAD"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.SEQUENCE_CODE"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.SEQUENCE_DESCRIPTION"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.PROCESS_CODE"

sample string 7
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.PROCESS_DESCRIPTION"

sample string 8
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CHECKLIST"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.REPORTING_MANAGER"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.AUDITOR"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.TASK_DESCRIPTION"

sample string 12
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.REQUIRED_CLIENT_DOCUMENT"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.DOCUMENT_COLLECTOR"

sample string 14
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.DOCUMENT_COLLECTED_MAX_DATE"

2025-08-06T03:33:28.8291598+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.EXPECTED_DATE_OF_COMPLETION"

2025-08-06T03:33:28.8291598+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.COMPLETED_PERCENTAGE"

16
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.STATUS"

sample string 17
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.SPEND_HOURS"

18
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="Response.CHECK_LIST"

sample string 19
--MultipartDataMediaFormatterBoundary1q2w3e--