POST api/DataModel/linkDTCallBack?signature={signature}&timestamp={timestamp}&nonce={nonce}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
signature

string

Required

timestamp

string

Required

nonce

string

Required

Body Parameters

DTPostBody
NameDescriptionTypeAdditional information
encrypt

string

None.

Request Formats

application/json, text/json

Sample:
{
  "encrypt": "sample string 1"
}

application/xml, text/xml

Sample:
<DTPostBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Suite.API">
  <encrypt>sample string 1</encrypt>
</DTPostBody>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTPostBody'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />