Changes

UBIK Web Service

66 bytes added, 13:37, 27 February 2020
=== Downloading Root Objects ===
==== HTTP ====
<source lang="html4strict" style="padding-bottom: 0; border-bottom: 0;">
POST <CONTENT-PATH>/UBIKContent.svc/GetHierarchyDeltasV212/<APP>/<CTX>/<TOKEN>/<VERSION> HTTP/1.1
Host: <HOSTNAME/IP>:<PORT>
Content-Type: application/json
</source>
<source lang="javascript" style="padding-top: 0; border-top: 0;">
{
"StartingPoint": {
The <code>__type</code> property helps the JSON deserializer to find the correct class. [[https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/stand-alone-json-serialization?redirectedfrom=MSDN#polymorphism-1| Microsoft Documentation]].
 
[[Category:Server|Web Service]]
==== C# ====
187
edits