POST api/infoupdate/userchange

Request Information

URI Parameters

None.

Body Parameters

TransferEncrypted
NameDescriptionTypeAdditional information
EncryptedObject

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "EncryptedObject": "QEA="
}

application/xml, text/xml

Sample:
<TransferEncrypted xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UpdateInfoFunctions">
  <EncryptedObject>QEA=</EncryptedObject>
</TransferEncrypted>

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 'TransferEncrypted'.

Response Information

Resource Description

TransferEncrypted
NameDescriptionTypeAdditional information
EncryptedObject

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "EncryptedObject": "QEA="
}

application/xml, text/xml

Sample:
<TransferEncrypted xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UpdateInfoFunctions">
  <EncryptedObject>QEA=</EncryptedObject>
</TransferEncrypted>