POST api/infoupdate/userchange
Request Information
URI Parameters
None.
Body Parameters
TransferEncrypted| Name | Description | Type | Additional 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:
Response Information
Resource Description
TransferEncrypted| Name | Description | Type | Additional 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>