test data

This commit is contained in:
karneaud 2024-07-15 15:08:04 -04:00
parent 4d431935e1
commit 0941d1ae32
3 changed files with 3246 additions and 72 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,42 +1,48 @@
{ {
"Customer":{ "Customer":{
"PrimaryEmailAddr": { "Taxable": false,
"Address": "Surf@Intuit.com"
},
"SyncToken": "0",
"domain": "QBO",
"GivenName": "Bill",
"DisplayName": "Bill's Windsurf Shop",
"BillWithParent": false,
"FullyQualifiedName": "Bill's Windsurf Shop",
"CompanyName": "Bill's Windsurf Shop",
"FamilyName": "Lucchini",
"sparse": false,
"PrimaryPhone": {
"FreeFormNumber": "(415) 444-6538"
},
"Active": true,
"Job": false,
"BalanceWithJobs": 85.0,
"BillAddr": { "BillAddr": {
"Id": "4",
"Line1": "65 Ocean Dr.",
"City": "Half Moon Bay", "City": "Half Moon Bay",
"Line1": "12 Ocean Dr.",
"PostalCode": "94213",
"Lat": "37.4307072",
"Long": "-122.4295234",
"CountrySubDivisionCode": "CA", "CountrySubDivisionCode": "CA",
"Id": "3" "PostalCode": "94213",
"Lat": "37.4300318",
"Long": "-122.4336537"
},
"Job": false,
"BillWithParent": false,
"Balance": 0,
"BalanceWithJobs": 0,
"CurrencyRef": {
"value": "USD",
"name": "United States Dollar"
}, },
"PreferredDeliveryMethod": "Print", "PreferredDeliveryMethod": "Print",
"Taxable": false, "IsProject": false,
"PrintOnCheckName": "Bill's Windsurf Shop", "ClientEntityId": "0",
"Balance": 85.0, "domain": "QBO",
"Id": "2", "sparse": false,
"Id": "3",
"SyncToken": "0",
"MetaData": { "MetaData": {
"CreateTime": "2014-09-11T16:49:28-07:00", "CreateTime": "2024-06-11T16:51:22-07:00",
"LastUpdatedTime": "2014-09-18T12:56:01-07:00" "LastUpdatedTime": "2024-06-19T12:59:21-07:00"
}
}, },
"time": "2015-07-23T11:04:15.496-07:00" "GivenName": "Grace",
"FamilyName": "Pariente",
"FullyQualifiedName": "Cool Cars",
"CompanyName": "Cool Cars",
"DisplayName": "Cool Cars",
"PrintOnCheckName": "Cool Cars",
"Active": true,
"V4IDPseudonym": "002098b664cfcba7ac42889139cc9b06d57333",
"PrimaryPhone": {
"FreeFormNumber": "(415) 555-9933"
},
"PrimaryEmailAddr": {
"Address": "Cool_Cars@intuit.com"
}
}
} }