Difference between revisions of "RESTPost (Activity)"
(→Arguments) |
|||
Line 26: | Line 26: | ||
| Error || {{String}} || Out || Display's error message, appears when something is wrong with your request | | Error || {{String}} || Out || Display's error message, appears when something is wrong with your request | ||
|- align="left" | |- align="left" | ||
− | | Headers || | + | | Headers || Dictionary<string,string> || In || Authentication and providing information |
|- align="left" | |- align="left" | ||
| MethodName || {{String}} || In || Name of the method | | MethodName || {{String}} || In || Name of the method | ||
|- align="left" | |- align="left" | ||
− | | Parameter || | + | | 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 | | Response || {{String}} || Out || Data sent back to you |
Revision as of 08:51, 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.
See also
- Workflow Designer
- CreatePushScope (Activity)This activity verifies login information and retrieves an Authentication Object using the UBIK USAM Service.