Difference between revisions of "RESTPost (Activity)"
(→Arguments) |
|||
| (19 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 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 || Dictionary< | + | | 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 | ||
| 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. |
| − | |||
| + | =Example= | ||
| + | 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%" | ||
| + | |- | ||
| + | ! A+B Assign !! Value | ||
| + | |- align="left" | ||
| + | | DisplayName || Assign | ||
| + | |- align="left" | ||
| + | | To || args.StartingPoint | ||
| + | |- align="left" | ||
| + | | Value || New UBIK.Service.DTO.V211.HierarchyRoot() | ||
| + | |- align="left" | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | width = "50%" | ||
| + | |- | ||
| + | ! A+B Assign !! Value | ||
| + | |- align="left" | ||
| + | | DisplayName || Assign | ||
| + | |- align="left" | ||
| + | | To || args.ChildrenDepth | ||
| + | |- align="left" | ||
| + | | Value || 1 | ||
| + | |- align="left" | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | width = "50%" | ||
| + | |- | ||
| + | ! A+B Assign !! Value | ||
| + | |- align="left" | ||
| + | | DisplayName || Assign | ||
| + | |- align="left" | ||
| + | | To || authToken | ||
| + | |- align="left" | ||
| + | | Value || "e1191c36-2081-4ffe-8d8e-4b798d4523a1" | ||
| + | |- align="left" | ||
| + | |} | ||
| + | |||
| + | {| class="wikitable" | width = "50%" | ||
| + | |- | ||
| + | ! RESTPost!! Value | ||
| + | |- align="left" | ||
| + | | Body || args | ||
| + | |- align="left" | ||
| + | | DisplayName || RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments> | ||
| + | |- align="left" | ||
| + | | Error || | ||
| + | |- 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" | ||
| + | |} | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | + | ||
| + | |||
| + | ==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/ | ||
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> | ||
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/
