Jump to: navigation, search

Difference between revisions of "RESTPost (Activity)"


Line 9: Line 9:
 
| image =  
 
| image =  
 
| imagecaption = Activity RESTPost
 
| imagecaption = Activity RESTPost
| purpose = Verifies login information and retrieves an Authentication Object using the UBIK USAM Service
+
| purpose = Create a new resource on a server using the UBIK USAM Service
 
| category = UBIK Web
 
| category = UBIK Web
 
| returns = true if successful
 
| returns = true if successful

Revision as of 10:24, 26 March 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

Arguments

Argument Type Direction Purpose
Body String In
DisplayName String
Error String Out
DisplayName String In
Headers String In
MethodName String In
Parameter String In
Response String Out
Result String Out
Url String In
Result Boolean Out True or False


Usage

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



See also