Net3 API Interface for Customer Portal

<back to all web services

LogQBEntryReq

Requires Authentication
The following routes are available for this service:
POST/billing/quickbooks/invoice/logInvoice creation logger for Quickbooks in the billing database
LogQBEntryReq Parameters:
NameParameterData TypeRequiredDescription
logEntrybodyTypeQBLogEntryNo
environmentbodyN3TEnvironmentNo
TypeQBLogEntry Parameters:
NameParameterData TypeRequiredDescription
RunIdformGuidNo
CompanyFileformCompanyFileNo
TimestampformDateTimeNo
TypeLogLevelformLogLevelNo
OrgformstringNo
MessageformstringNo
StackTraceformstringNo
ItemformstringNo
GLCodeformstringNo
TotalformdecimalNo
InvoiceNumberformstringNo
CompanyFile Enum:
NameValue
V11
V22
Test3
LogLevel Enum:
NameValue
Fatal1
Error2
Warning3
Info4
Critical5
N3TEnvironment Enum:
DEV
QA
UAT
PROD
DEMO
EXT

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /billing/quickbooks/invoice/log HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"logEntry":{"runId":"00000000000000000000000000000000","companyFile":"V1","timestamp":"\/Date(-62135596800000-0000)\/","typeLogLevel":"Fatal","org":"String","message":"String","stackTrace":"String","item":"String","glCode":"String","total":0,"invoiceNumber":"String"},"environment":"DEV"}