POST v4/networks/messagecenter/generatehistoryid
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "networkId": "sample string 1", "curUserId": "sample string 2", "isSSO": true, "requestHost": "sample string 4", "applicationPath": "sample string 5", "secureApplicationPath": "sample string 6", "absoluteApplicationPath": "sample string 7", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 11", "clientOS": "sample string 12", "clientBuild": "sample string 13", "premiumAppId": "sample string 14", "clientWidth": 15, "clientHeight": 16, "timezone": 17 }
application/xml, text/xml
Sample:
<NetworkInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input"> <ClientHeight>16</ClientHeight> <ClientType>Site</ClientType> <ClientWidth>15</ClientWidth> <absoluteApplicationPath>sample string 7</absoluteApplicationPath> <applicationPath>sample string 5</applicationPath> <cachedKey>sample string 1</cachedKey> <clientBuild>sample string 13</clientBuild> <clientOS>sample string 12</clientOS> <clientVersion>sample string 11</clientVersion> <curUserId>sample string 2</curUserId> <isFullEmbed>true</isFullEmbed> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <premiumAppId>sample string 14</premiumAppId> <requestHost>sample string 4</requestHost> <secureApplicationPath>sample string 6</secureApplicationPath> <timezone>17</timezone> <NetworkId>sample string 1</NetworkId> </NetworkInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>