File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ To track data changes there are different mechanisms:
123
123
* Change data capture (CDC): run a periodic query with date filter to download what changed since your last run.
124
124
* Webhooks: register a listener for change events
125
125
126
- ## Webhooks
126
+ #### Webhooks
127
127
128
128
With webhooks enabled for your application, Intuit will notify your endpoint within 5 mins of a
129
129
change for all company ids you are tracking.
@@ -138,7 +138,7 @@ subscribe to changes to all entities
138
138
5 . Change some data.
139
139
6 . Wait for 5 mins to see a log on your webserver’s console
140
140
141
- ## Change data capture (CDC)
141
+ ### Change data capture (CDC)
142
142
143
143
Change data capture is the second mechanism for downloading changes to data in QuickBooks
144
144
since you last checked. You will need to track the last date you called this API. In request
You can’t perform that action at this time.
0 commit comments