Changes

UBIK Web Service

72 bytes added, 16:29, 4 April 2022
BodyStyle = WebMessageBodyStyle.Bare,
ResponseFormat = WebMessageFormat.Json)]
 
BCDataShipments CheckOut(
string appName,
string version = "362";
UbikContent updateContent content = new UbikContent()
{
// reference to the MetaDefinition
BCDataShipments result = target.CheckOut(
appName, contextName, authToken, new UbikContent[] { updateContent content }, version);
</source>
BodyStyle = WebMessageBodyStyle.Bare,
ResponseFormat = WebMessageFormat.Json)]
 
BCDataShipments Release(
string appName,
string version = "362";
UbikContent updateContent content = new UbikContent()
{
// reference to the MetaDefinition
BCDataShipments result = target.Release(
appName, contextName, authToken, new UbikContent[] { updateContent content }, version);
</source>
1,514
edits