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
<script type="text/javascript"> | |
// Case Data preparation | |
var postData = { | |
oid: '00D0b000000xxxx', //Put your ORGID here | |
name:'John Smith', | |
company:'ACME', | |
email:'[email protected]', | |
origin:'Web', | |
subject:'Web2Case using the custom API', |
OlderNewer