Overview
Allows the client to save private information on the server using XML.HTTP request
POST /Agent/Storage/SavePrivateXml
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PXml | XML of information to store on the server, for the account. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PCreated | When the information record was first created. |
| PUpdated | When the information record was last updated. |