Changes

UBIK Web Service

50 bytes added, 14:40, 27 February 2020
/* HTTP */
==== HTTP ====
<source lang="html4strict" style="padding-bottom: 0; border-bottom: 0;">
POST <CONTENT-PATH>/UBIKContent.svc/GetHierarchyDeltasV212/APP_TEST<APP>/CTX_TEST<CTX>/<tokenTOKEN>/264 <VERSION> HTTP/1.1
Host: <HOSTNAME/IP>:<PORT>
Content-Type: application/json
</source>
<source lang="javascript" style="padding-top: 0; border-top: 0;">
{
"StartingPoint": { "__type": "HierarchyStartingPointHierarchyRoot:#UBIK.Service.DTO.V211", "UID": "9E8FC21E-137E-4DDB-9D85-6E71B01F12FA" },
"ParentDepth": 0,
"ChildrenDepth": 1,
}
</source>
 
[[Category:Server|Web Service]]
==== C# ====
1,579
edits