Changes

RESTPost (Activity)

654 bytes removed, 08:55, 14 April 2020
This activity is used to create a new resource on a server and performs an "CREATEPost" operation using the UBIK USAM Serviceany web service.
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->
===Usage===
Use this activity to create a new "Post" resource on a any server using the UBIK USAM ServiceContent service.
=Example=
Exemplary values using RESTPost to create get Hierarchy details from UBIK Content service using Workflow
{| class="wikitable" | width = "50%"
|-
! RESTPost!! Value
|- align="left"
| Body || "args"
|- align="left"
| DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments>
|}
{| class="wikitable" | width = "50%"
|-
! DebugMessage !! Value
|- align="left"
| DisplayName || DebugMessage
|- align="left"
| Result || ""
|- align="left"
| Text || result.Records.ToString()
|- align="left"
| UBIKObject ||
|- align="left"
|}
 
{| class="wikitable" | width = "50%"
|-
! ForEach<UbikContent> !! Value
|- align="left"
| DisplayName || ForEach<UbikContent>
|- align="left"
| Type || UBIK.Service.UbikContent
|- align="left"
| Values || result.ChangedContent
|- align="left"
! DebugMessage !! Value
|- align="left"
| DisplayName || DebugMessage
|- align="left"
| Result || ""
|- align="left"
| Text || item.DisplayStrings(0)
|- align="left"
| UBIKObject ||
|- align="left"
|}
415
edits