Difference between revisions of "RESTPost (Activity)"
Line 20: | Line 20: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | Body || {{String}} || In || | + | | Body || {{String}} || In || Contains information wich is sent to the server |
|- align="left" | |- align="left" | ||
− | | DisplayName || {{String}} || || | + | | DisplayName || {{String}} || || Display's the name |
|- align="left" | |- align="left" | ||
− | | Error || {{String}} || Out || | + | | Error || {{String}} || Out || Display's error message, appears when something is wrong with your request |
|- align="left" | |- align="left" | ||
− | | | + | | Headers || {{String}} || In || Authentication and providing information |
|- align="left" | |- align="left" | ||
− | | | + | | MethodName || {{String}} || In || Name of the method |
|- align="left" | |- align="left" | ||
− | | | + | | Parameter || {{String}} || In || Refers to one of the pieces of data provided as input |
|- align="left" | |- align="left" | ||
− | | | + | | Response || {{String}} || Out || Data sent back to you |
|- align="left" | |- align="left" | ||
− | | | + | | Result || {{String}} || Out || Result sent back to you |
|- align="left" | |- align="left" | ||
− | + | | Url || {{String}} || In || Specified Url | |
− | + | ||
− | | Url || {{String}} || In || | + | |
− | + | ||
− | + | ||
|- align="left" | |- align="left" | ||
|} | |} |
Revision as of 10:31, 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.
See also
- Workflow Designer
- CreatePushScope (Activity)This activity verifies login information and retrieves an Authentication Object using the UBIK USAM Service.