POST Company/DESECBDecrypt
Request Information
URI Parameters
None.
Body Parameters
DigestRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| secret | string |
None. |
|
| content | string |
None. |
|
| o | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"secret": "sample string 1",
"content": "sample string 2",
"o": {}
}
application/xml, text/xml
Sample:
<DigestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment"> <Content>sample string 2</Content> <Object /> <Secret>sample string 1</Secret> </DigestRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DigestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| digest | string |
None. |
|
| content | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"digest": "sample string 1",
"content": "sample string 2"
}
application/xml, text/xml
Sample:
<DigestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.LJAssessment"> <Content>sample string 2</Content> <Digest>sample string 1</Digest> </DigestResponse>