Changes for page Finish Create phase API Gateway
Last modified by Eva Torken on 2024/03/01 15:04
From version 14.1
edited by Erik Bakker
on 2023/06/27 15:05
on 2023/06/27 15:05
Change comment:
There is no comment for this version
To version 12.1
edited by Eva Torken
on 2023/06/09 16:16
on 2023/06/09 16:16
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.etorken - Content
-
... ... @@ -20,12 +20,14 @@ 20 20 * Final versions are pushed to Deploy 21 21 * Exit gate holds HTTP Outbound gateway that connects to the endpoint of OMS Carriers 22 22 * Necessary headers that need to be send to the end-point 23 - ** x-rapidapi-host ( 24 - ** x-rapidapi-key ( 25 - ** User-Agent ( (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36))23 + ** x-rapidapi-host (postal-ninja.p.rapidapi.com) 24 + ** x-rapidapi-key (f0bf0f2c3fmsh6eb7a42431a5513p163575jsne4f31a8e1133) 25 + ** User-Agent (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36) 26 26 * Ensure to use this URL expression 27 27 28 -{{code}}'${gateway.exit.carrier}/carriers'{{/code}} 28 +{{code}} 29 +'${gateway.exit.carrier}/carriers'+ (T(org.springframework.web.util.UriComponentsBuilder).fromHttpUrl(headers['http_requestUrl']).build(true).getQuery()==null?'':'?'+T(org.springframework.web.util.UriComponentsBuilder).fromHttpUrl(headers['http_requestUrl']).build(true).getQuery()) 30 +{{/code}} 29 29 30 30 === 2.2 Complete create phase for OMS Order === 31 31