Difference between revisions of "RESTPost (Activity)"
(→Example) |
|||
Line 1: | Line 1: | ||
− | This activity is used to create a new resource on a server and performs an " | + | This activity is used to create a new resource on a server and performs an "Post" operation using any web service. |
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | ||
Line 42: | Line 42: | ||
===Usage=== | ===Usage=== | ||
− | Use this activity to create a new resource on | + | Use this activity to create a new "Post" resource on any server using the UBIK Content service. |
Line 48: | Line 48: | ||
=Example= | =Example= | ||
− | Exemplary values to | + | Exemplary values using RESTPost to get Hierarchy details from UBIK Content service. |
− | + | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
Line 102: | Line 101: | ||
! RESTPost!! Value | ! RESTPost!! Value | ||
|- align="left" | |- align="left" | ||
− | | Body || | + | | Body || args |
|- align="left" | |- align="left" | ||
| DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments> | | DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments> | ||
Line 122: | Line 121: | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Latest revision as of 08:55, 14 April 2020
This activity is used to create a new resource on a server and performs an "Post" operation using any web service.
See also
Useful Links [What is REST Service]
- https://www.sitepoint.com/developers-rest-api/
- https://mlsdev.com/blog/81-a-beginner-s-tutorial-for-understanding-restful-api
- https://www.smashingmagazine.com/2018/01/understanding-using-rest-api/