POST TPlus/Message
Request Information
URI Parameters
None.
Body Parameters
TPlusEncryptMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| encryptMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"encryptMsg": "sample string 1"
}
application/xml, text/xml
Sample:
<TPlusEncryptMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.TPlus"> <encryptMsg>sample string 1</encryptMsg> </TPlusEncryptMsg>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TPlusMsgResult| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1"
}
application/xml, text/xml
Sample:
<TPlusMsgResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.TPlus"> <result>sample string 1</result> </TPlusMsgResult>