Jump to: navigation, search

Difference between revisions of "RESTPost (Activity)"


(Example)
Line 54: Line 54:
 
! A+B Assign !! Value
 
! A+B Assign !! Value
 
|- align="left"
 
|- align="left"
| DisplayName || "Assign"
+
| DisplayName || Assign
 
|- align="left"
 
|- align="left"
 
| To || args
 
| To || args
Line 61: Line 61:
 
|- align="left"
 
|- align="left"
 
|}
 
|}
 
  
 
{| class="wikitable" | width = "50%"
 
{| class="wikitable" | width = "50%"
Line 67: Line 66:
 
! A+B Assign !! Value
 
! A+B Assign !! Value
 
|- align="left"
 
|- align="left"
| DisplayName || "Assign"
+
| DisplayName || Assign
 
|- align="left"
 
|- align="left"
 
| To || args.StartingPoint
 
| To || args.StartingPoint
Line 79: Line 78:
 
! A+B Assign !! Value
 
! A+B Assign !! Value
 
|- align="left"
 
|- align="left"
| DisplayName || "Assign"
+
| DisplayName || Assign
 
|- align="left"
 
|- align="left"
 
| To || args.ChildrenDepth
 
| To || args.ChildrenDepth
Line 91: Line 90:
 
! A+B Assign !! Value
 
! A+B Assign !! Value
 
|- align="left"
 
|- align="left"
| DisplayName || "Assign"
+
| DisplayName || Assign
 
|- align="left"
 
|- align="left"
 
| To || authToken
 
| To || authToken
Line 98: Line 97:
 
|- align="left"
 
|- align="left"
 
|}
 
|}
 
  
 
{| class="wikitable" | width = "50%"
 
{| class="wikitable" | width = "50%"
Line 106: Line 104:
 
| Body || "args"
 
| Body || "args"
 
|- align="left"
 
|- align="left"
| DisplayName || "RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments>"
+
| DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments>
 
|- align="left"
 
|- align="left"
| Error || ""
+
| Error ||  
 
|- align="left"
 
|- align="left"
| Headers || ""
+
| Headers ||  
 
|- align="left"
 
|- align="left"
 
| MethodName || "GetHierarchyDeltasV212"
 
| MethodName || "GetHierarchyDeltasV212"
Line 116: Line 114:
 
| Parameter || New String(){"APP_MT","CXT_MT",authToken,"264"}
 
| Parameter || New String(){"APP_MT","CXT_MT",authToken,"264"}
 
|- align="left"
 
|- align="left"
| Response || ""
+
| Response ||  
 
|- align="left"
 
|- align="left"
| Result|| "result"
+
| Result|| result
 
|- align="left"
 
|- align="left"
 
| Url || "https://81.10.184.186:888/UBIK/DBG/AUG/MT/TEMPLATE/Content/UbikContent.svc"
 
| Url || "https://81.10.184.186:888/UBIK/DBG/AUG/MT/TEMPLATE/Content/UbikContent.svc"
Line 137: Line 135:
 
|- align="left"
 
|- align="left"
 
|}
 
|}
 +
 
{| class="wikitable" | width = "50%"
 
{| class="wikitable" | width = "50%"
 
|-
 
|-
Line 147: Line 146:
 
| Values || result.ChangedContent
 
| Values || result.ChangedContent
 
|- align="left"
 
|- align="left"
{| class="wikitable" | width = "50%"
 
|-
 
 
! DebugMessage !! Value
 
! DebugMessage !! Value
 
|- align="left"
 
|- align="left"
Line 160: Line 157:
 
|- align="left"
 
|- align="left"
 
|}
 
|}
|}
+
 
  
  

Revision as of 11:43, 8 April 2020

This activity is used to create a new resource on a server and performs an "CREATE" operation using the UBIK USAM Service.


[edit]

Description

RESTPost
Name RESTPost
Purpose Create a new resource on a server using the UBIK USAM Service
Category UBIK Web
Returns true if successful
Version 3.5.0+

Arguments

Argument Type Direction Purpose
Body String In Contains information wich is sent to the server
DisplayName String Display's the name
Error String Out Display's error message, appears when something is wrong with your request
Headers Dictionary<String, String> In Authentication and providing information
MethodName String In Name of the method
Parameter String[] In Refers to one of the pieces of data provided as input
Response String Out Data sent back to you
Result String Out Result data sent back to you
Url String In Specified Url


Usage

Use this activity to create a new resource on a server using the UBIK USAM Service.



See also


Useful Links [What is REST Service]