PUT api/ReopenTC?MID={MID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MID

integer

Required

Body Parameters

SuntechTaskWUPupdate
NameDescriptionTypeAdditional information
LAST_STATUS_UPDATE_ON

date

None.

PERCENTAGE_COMPELETED

integer

None.

TASK_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LAST_STATUS_UPDATE_ON": "2025-08-06T03:30:02.014646+04:00",
  "PERCENTAGE_COMPELETED": 2,
  "TASK_STATUS": "sample string 3"
}

text/html

Sample:
{"LAST_STATUS_UPDATE_ON":"2025-08-06T03:30:02.014646+04:00","PERCENTAGE_COMPELETED":2,"TASK_STATUS":"sample string 3"}

application/xml, text/xml

Sample:
<SuntechTaskWUPupdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.SuntechInternal.TASK">
  <LAST_STATUS_UPDATE_ON>2025-08-06T03:30:02.014646+04:00</LAST_STATUS_UPDATE_ON>
  <PERCENTAGE_COMPELETED>2</PERCENTAGE_COMPELETED>
  <TASK_STATUS>sample string 3</TASK_STATUS>
</SuntechTaskWUPupdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

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

2025-08-06T03:30:02.0146460+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="PERCENTAGE_COMPELETED"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="TASK_STATUS"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

SuntechTaskWUPupdateResult
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

suntechTaskView

SuntechTaskWUPupdate

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "suntechTaskView": {
    "LAST_STATUS_UPDATE_ON": "2025-08-06T03:30:02.0302389+04:00",
    "PERCENTAGE_COMPELETED": 2,
    "TASK_STATUS": "sample string 3"
  }
}

text/html

Sample:
{"status":"sample string 1","message":"sample string 2","suntechTaskView":{"LAST_STATUS_UPDATE_ON":"2025-08-06T03:30:02.0302389+04:00","PERCENTAGE_COMPELETED":2,"TASK_STATUS":"sample string 3"}}

application/xml, text/xml

Sample:
<SuntechTaskWUPupdateResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.SuntechInternal.TASK">
  <message>sample string 2</message>
  <status>sample string 1</status>
  <suntechTaskView>
    <LAST_STATUS_UPDATE_ON>2025-08-06T03:30:02.0302389+04:00</LAST_STATUS_UPDATE_ON>
    <PERCENTAGE_COMPELETED>2</PERCENTAGE_COMPELETED>
    <TASK_STATUS>sample string 3</TASK_STATUS>
  </suntechTaskView>
</SuntechTaskWUPupdateResult>

multipart/form-data

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

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

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="suntechTaskView.LAST_STATUS_UPDATE_ON"

2025-08-06T03:30:02.0302389+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="suntechTaskView.PERCENTAGE_COMPELETED"

2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="suntechTaskView.TASK_STATUS"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e--