POST api/SuntechCustSupportChat

Request Information

URI Parameters

None.

Body Parameters

SuntechCustSupportChat
NameDescriptionTypeAdditional information
MID

integer

None.

CUST_CODE

string

None.

USER_NAME

string

None.

MESSAGE_FROMCLIENT

string

None.

REPLYTO_CLIENT

string

None.

MESSAGE_DATE

date

None.

TIMESTAMP

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MID": 1,
  "CUST_CODE": "sample string 2",
  "USER_NAME": "sample string 3",
  "MESSAGE_FROMCLIENT": "sample string 4",
  "REPLYTO_CLIENT": "sample string 5",
  "MESSAGE_DATE": "2025-08-06T03:35:40.381216+04:00",
  "TIMESTAMP": 7
}

text/html

Sample:
{"MID":1,"CUST_CODE":"sample string 2","USER_NAME":"sample string 3","MESSAGE_FROMCLIENT":"sample string 4","REPLYTO_CLIENT":"sample string 5","MESSAGE_DATE":"2025-08-06T03:35:40.381216+04:00","TIMESTAMP":7}

application/xml, text/xml

Sample:
<SuntechCustSupportChat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.CustomerSupport">
  <CUST_CODE>sample string 2</CUST_CODE>
  <MESSAGE_DATE>2025-08-06T03:35:40.381216+04:00</MESSAGE_DATE>
  <MESSAGE_FROMCLIENT>sample string 4</MESSAGE_FROMCLIENT>
  <MID>1</MID>
  <REPLYTO_CLIENT>sample string 5</REPLYTO_CLIENT>
  <TIMESTAMP>7</TIMESTAMP>
  <USER_NAME>sample string 3</USER_NAME>
</SuntechCustSupportChat>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

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

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="CUST_CODE"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="USER_NAME"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MESSAGE_FROMCLIENT"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="REPLYTO_CLIENT"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MESSAGE_DATE"

2025-08-06T03:35:40.3812160+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="TIMESTAMP"

7
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

Resource Description

SuntechCustSupportChatApiResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

response

SuntechCustSupportChat

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "response": {
    "MID": 1,
    "CUST_CODE": "sample string 2",
    "USER_NAME": "sample string 3",
    "MESSAGE_FROMCLIENT": "sample string 4",
    "REPLYTO_CLIENT": "sample string 5",
    "MESSAGE_DATE": "2025-08-06T03:35:40.3826944+04:00",
    "TIMESTAMP": 7
  }
}

text/html

Sample:
{"status":"sample string 1","message":"sample string 2","response":{"MID":1,"CUST_CODE":"sample string 2","USER_NAME":"sample string 3","MESSAGE_FROMCLIENT":"sample string 4","REPLYTO_CLIENT":"sample string 5","MESSAGE_DATE":"2025-08-06T03:35:40.3826944+04:00","TIMESTAMP":7}}

application/xml, text/xml

Sample:
<SuntechCustSupportChatApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.CustomerSupport">
  <message>sample string 2</message>
  <response>
    <CUST_CODE>sample string 2</CUST_CODE>
    <MESSAGE_DATE>2025-08-06T03:35:40.3826944+04:00</MESSAGE_DATE>
    <MESSAGE_FROMCLIENT>sample string 4</MESSAGE_FROMCLIENT>
    <MID>1</MID>
    <REPLYTO_CLIENT>sample string 5</REPLYTO_CLIENT>
    <TIMESTAMP>7</TIMESTAMP>
    <USER_NAME>sample string 3</USER_NAME>
  </response>
  <status>sample string 1</status>
</SuntechCustSupportChatApiResponse>

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="response.MID"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.CUST_CODE"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.USER_NAME"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.MESSAGE_FROMCLIENT"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.REPLYTO_CLIENT"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.MESSAGE_DATE"

2025-08-06T03:35:40.3826944+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="response.TIMESTAMP"

7
--MultipartDataMediaFormatterBoundary1q2w3e--