Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/fe1cab52ca17888374adcdc28e6ec7d6 to your computer and use it in GitHub Desktop.
Save trycf/fe1cab52ca17888374adcdc28e6ec7d6 to your computer and use it in GitHub Desktop.
TryCF Gist
<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