Skip to content

Instantly share code, notes, and snippets.

@shawncrigger
Created January 14, 2021 17:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shawncrigger/66641bdecc8c26571768a9b1b0d2943d to your computer and use it in GitHub Desktop.
Error Logs for QBO TaxAgency
REQUEST URI FOR SEQUENCE ID 00018
==================================
https://sandbox-quickbooks.api.intuit.com/v3/company/4620816365157867000/taxagency?minorversion=55
REQUEST HEADERS
================
Authorization: Bearer Token removed on purpose
host: sandbox-quickbooks.api.intuit.com
user-agent: V3PHPSDK5.3.8
accept: application/xml
connection: close
content-type: application/xml
content-length: 32
REQUEST BODY
=============
{"DisplayName":"Greenwood City"}
RESPONSE URI FOR SEQUENCE ID 00019
==================================
https://sandbox-quickbooks.api.intuit.com/v3/company/4620816365157867000/taxagency?minorversion=55
RESPONSE HEADERS
================
date: Wed, 13 Jan 2021 13:53:54 GMT
content-type: application/xml
content-length: 414
connection: close
server: nginx
strict-transport-security: max-age=15552000
intuit_tid: 1-5ffefb71-13e74c84298a362151587547
x-spanid: 136f1633-de6f-4c81-b5da-287aefabaf08
x-amzn-trace-id: Root=1-5ffefb71-13e74c84298a362151587547
RESPONSE BODY
=============
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IntuitResponse xmlns="http://schema.intuit.com/finance/v3" time="2021-01-13T05:53:54.061-08:00">
<Fault type="ValidationFault">
<Error code="500">
<Message>Unsupported Operation</Message>
<Detail>Operation org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. is not supported.</Detail>
</Error>
</Fault>
</IntuitResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment