Jump to content

Mariya Dzhatova

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral
  1. I'm new to postman. I'm simply following the instructions on Your First XML API Calls | Sage Intacct Developer . This is the error that I get POST https://api.intact.com/ia/xml/xmlgw.phtml: { "Error": "DNSLookup: ENOTFOUND api.intact.com", "Request Headers": { "content-type": "application/xml", "user-agent": "PostmanRuntime/7.43.0", "accept": "*/*", "cache-control": "no-cache", "postman-token": "65eacb44-fa85-4816-b7a9-35a0e8e37ae1", "host": "api.intact.com", "accept-encoding": "gzip, deflate, br", "connection": "keep-alive" }, "Request Body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<request>\r\n <control>\r\n <senderid>emma</senderid>\r\n <password>Crushcandy124!</password>\r\n <controlid>1736416612</controlid>\r\n <uniqueid>false</uniqueid>\r\n <dtdversion>3.0</dtdversion>\r\n <includewhitespace>false</includewhitespace>\r\n </control>\r\n <operation>\r\n <authentication>\r\n <login>\r\n <userid>{{user_id}}</userid>\r\n <companyid>{{company_id}}</companyid>\r\n <password>{{user_password}}</password>\r\n </login>\r\n </authentication>\r\n <content>\r\n <function controlid=\"12958878-8602-4101-8408-508c62b1d640\">\r\n <getAPISession />\r\n </function>\r\n </content>\r\n </operation>\r\n</request>" } Seems like something elementary. Can someone help, please? Thanks, Mariya
×
×
  • Create New...