mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
test data
This commit is contained in:
parent
4d431935e1
commit
0941d1ae32
1602
tests/Feature/Import/customers.json
Normal file
1602
tests/Feature/Import/customers.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,42 +1,48 @@
|
||||
|
||||
{
|
||||
"Customer": {
|
||||
"PrimaryEmailAddr": {
|
||||
"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,
|
||||
"Customer":{
|
||||
"Taxable": false,
|
||||
"BillAddr": {
|
||||
"City": "Half Moon Bay",
|
||||
"Line1": "12 Ocean Dr.",
|
||||
"PostalCode": "94213",
|
||||
"Lat": "37.4307072",
|
||||
"Long": "-122.4295234",
|
||||
"CountrySubDivisionCode": "CA",
|
||||
"Id": "3"
|
||||
},
|
||||
"PreferredDeliveryMethod": "Print",
|
||||
"Taxable": false,
|
||||
"PrintOnCheckName": "Bill's Windsurf Shop",
|
||||
"Balance": 85.0,
|
||||
"Id": "2",
|
||||
"Id": "4",
|
||||
"Line1": "65 Ocean Dr.",
|
||||
"City": "Half Moon Bay",
|
||||
"CountrySubDivisionCode": "CA",
|
||||
"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",
|
||||
"IsProject": false,
|
||||
"ClientEntityId": "0",
|
||||
"domain": "QBO",
|
||||
"sparse": false,
|
||||
"Id": "3",
|
||||
"SyncToken": "0",
|
||||
"MetaData": {
|
||||
"CreateTime": "2014-09-11T16:49:28-07:00",
|
||||
"LastUpdatedTime": "2014-09-18T12:56:01-07:00"
|
||||
"CreateTime": "2024-06-11T16:51:22-07:00",
|
||||
"LastUpdatedTime": "2024-06-19T12:59:21-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"
|
||||
}
|
||||
},
|
||||
"time": "2015-07-23T11:04:15.496-07:00"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user