Created
July 3, 2025 10:59
-
-
Save trycf/fe1cab52ca17888374adcdc28e6ec7d6 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset identifierList="#[{GIATA_ID="", PRODUCT_CODE="HRGGPL"}]#"> | |
<cfdump var="#identifierList#"> | |
<cfhttp url="https://httpbin.org/get" method="get" result="myresult"> | |
<cfhttpparam type="header" name="Content-Type" value="application/json"> | |
<cfhttpparam type="body" value="#serializeJSON(identifierList)#"> | |
</cfhttp> | |
<cfdump var="#myresult#"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment