Difference between revisions of "RESTPost (Activity)"
(→Example) |
(→Example) |
||
Line 59: | Line 59: | ||
| DisplayName || "RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments>" | | DisplayName || "RESTPost<BCHierarchyDeltaShipments,HierarchyDeltaArguments>" | ||
|- align="left" | |- align="left" | ||
− | | Error || | + | | Error || "" |
|- align="left" | |- align="left" | ||
− | | Headers || | + | | Headers || "" |
|- align="left" | |- align="left" | ||
| MethodName || "GetHierarchyDeltasV212" | | MethodName || "GetHierarchyDeltasV212" | ||
Line 67: | Line 67: | ||
| Parameter || New String(){"APP_MT","CXT_MT",authToken,"264"} | | Parameter || New String(){"APP_MT","CXT_MT",authToken,"264"} | ||
|- align="left" | |- align="left" | ||
− | | Response || | + | | Response || "" |
|- align="left" | |- align="left" | ||
| Result|| "result" | | Result|| "result" |
Revision as of 11:10, 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 [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/