Jump to content

Lindsay Klatzkin

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

1 Neutral
  1. Thanks Lee. I'm just wondering why Intacct would offer JSON as an option without setting the content-type header to application/json.
  2. Hi AJ, I have done this using the same AR Reverse API call (reverse_arpayment) and passing in the AR Advance's RECORDNO. Can you see if that works for you?
  3. My goal is to send JSON formatted data to Mulesoft. Created "HTTP Post" trigger Created a template which has valid JSON Set the Trigger Type properties to JSON Confirmed the preview is generating valid JSON Trigger the trigger -- mulesoft reads the request headers as "application/x-www-form-urlencoded" I would have expected that the headers would be sending application/json in the headers with this option selected. I have tried changing the template's "template type" from "generic" to "http post" and this has not changed. What do I have to do to get the trigger to send the correct content-type headers?
  4. We are sending API calls to an external API via HTTP Post on a Trigger. For security purposes, they requested that we provide them with a list of IP addresses that these requests will be coming from. I could not find this in the old community forum (could only find IPs for emails and DDS).
  5. I am trying to create journals, though I know it's not documented anywhere. While the API Call creates the journal, it does not capture the book type and this comes in empty into the UI. Has anyone else successfully done this call before? I tried specifying both REPORTINGMETHOD and BOOKID without luck. <create> <gljournal> <SYMBOL>ARJ2</SYMBOL> <STATUS>active</STATUS> <TITLE>Accounts Receivable Journal</TITLE> <START_DATE></START_DATE> <LAST_DATE></LAST_DATE> <ADJ>false</ADJ> <REPORTINGMETHOD>Accrual</REPORTINGMETHOD> <BOOKID>ACCRUAL</BOOKID> <BILLABLE></BILLABLE> </gljournal> </create>
×
×
  • Create New...