Difference between revisions of "RESTPost (Activity)"
(→Example) |
|||
(6 intermediate revisions by the same user not shown) | |||
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%" | |
+ | |- | ||
+ | ! A+B Assign !! Value | ||
+ | |- align="left" | ||
+ | | DisplayName || Assign | ||
+ | |- align="left" | ||
+ | | To || args | ||
+ | |- align="left" | ||
+ | | Value || New UBIK.Service.DTO.V211.HierarchyDeltaArguments() | ||
+ | |- align="left" | ||
+ | |} | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
− | ! | + | ! A+B Assign !! Value |
|- align="left" | |- align="left" | ||
− | | | + | | DisplayName || Assign |
|- align="left" | |- align="left" | ||
− | | | + | | To || args.StartingPoint |
|- align="left" | |- align="left" | ||
− | | | + | | Value || New UBIK.Service.DTO.V211.HierarchyRoot() |
|- align="left" | |- align="left" | ||
− | | | + | |} |
+ | |||
+ | {| class="wikitable" | width = "50%" | ||
+ | |- | ||
+ | ! A+B Assign !! Value | ||
|- align="left" | |- align="left" | ||
− | | | + | | DisplayName || Assign |
|- align="left" | |- align="left" | ||
− | | | + | | To || args.ChildrenDepth |
|- align="left" | |- align="left" | ||
− | | | + | | Value || 1 |
|- align="left" | |- align="left" | ||
− | | | + | |} |
+ | |||
+ | {| class="wikitable" | width = "50%" | ||
+ | |- | ||
+ | ! A+B Assign !! Value | ||
|- align="left" | |- align="left" | ||
− | | | + | | DisplayName || Assign |
+ | |- align="left" | ||
+ | | To || authToken | ||
+ | |- align="left" | ||
+ | | Value || "e1191c36-2081-4ffe-8d8e-4b798d4523a1" | ||
|- align="left" | |- align="left" | ||
|} | |} | ||
Line 77: | Line 99: | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
− | ! | + | ! RESTPost!! Value |
|- align="left" | |- align="left" | ||
− | | | + | | Body || args |
|- align="left" | |- align="left" | ||
− | | | + | | DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments> |
|- align="left" | |- align="left" | ||
− | | | + | | Error || |
|- align="left" | |- align="left" | ||
− | | | + | | Headers || |
+ | |- align="left" | ||
+ | | MethodName || "GetHierarchyDeltasV212" | ||
+ | |- align="left" | ||
+ | | Parameter || New String(){"APP_MT","CXT_MT",authToken,"264"} | ||
+ | |- align="left" | ||
+ | | Response || | ||
+ | |- align="left" | ||
+ | | Result|| result | ||
+ | |- align="left" | ||
+ | | Url || "https://81.10.184.186:888/UBIK/DBG/AUG/MT/TEMPLATE/Content/UbikContent.svc" | ||
|- align="left" | |- align="left" | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
+ | |||
+ | ==See also== | ||
+ | * [[Workflow Designer]] | ||
− | == | + | ==Useful Links [What is REST Service]== |
* https://www.sitepoint.com/developers-rest-api/ | * https://www.sitepoint.com/developers-rest-api/ | ||
* https://mlsdev.com/blog/81-a-beginner-s-tutorial-for-understanding-restful-api | * https://mlsdev.com/blog/81-a-beginner-s-tutorial-for-understanding-restful-api |
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/