Created
January 3, 2024 17:34
-
-
Save flyingwebie/6ae51d14bb27e0558541f6700d92d69a to your computer and use it in GitHub Desktop.
id_4-standard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TaxRate": { | |
"Name": "SS", | |
"Description": "VAT", | |
"Active": true, | |
"AgencyRef": { | |
"value": "1" | |
}, | |
"TaxReturnLineRef": { | |
"value": "1" | |
}, | |
"EffectiveTaxRate": [ | |
{ | |
"RateValue": 23, | |
"EffectiveDate": "1970-01-01T00:00:00-08:00", | |
"EndDate": "2020-08-31T00:00:00-07:00" | |
}, | |
{ | |
"RateValue": 21, | |
"EffectiveDate": "2020-09-01T00:00:00-07:00", | |
"EndDate": "2021-02-28T00:00:00-08:00" | |
}, | |
{ | |
"RateValue": 23, | |
"EffectiveDate": "2021-03-01T00:00:00-08:00" | |
} | |
], | |
"SpecialTaxType": "NONE", | |
"domain": "QBO", | |
"sparse": false, | |
"Id": "4", | |
"SyncToken": "0", | |
"MetaData": { | |
"CreateTime": "2023-12-17T08:09:56-08:00", | |
"LastUpdatedTime": "2023-12-17T08:09:56-08:00" | |
} | |
}, | |
"time": "2024-01-03T09:33:31.844-08:00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment