0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-12-23 12:58:02 +00:00
salesagility_SuiteCRM/tests/unit/phpunit/lib/SuiteCRM/Utility/BeanJsonSerializerTestData/AccountBean.expected.json
Dillon-Brown 46931afb9e Update PHPUnit for unit tests
- Added PHPUnit to composer instead of using the codeception phpunit bridge
- Updated all test namespaces and type-hints
- Fix Failing TimeDate and SAML tests
2021-09-08 16:40:24 +01:00

65 lines
1.2 KiB
JSON

{
"id": "11111111-1111-1111-1111-111111111111",
"meta": {
"created": {
"date": "2018-06-12 11:01:34",
"user_id": 1,
"user_name": "Administrator"
},
"modified": {
"date": "2018-06-12 11:01:34",
"user_id": 1,
"user_name": "Administrator"
},
"assigned": {
"user_id": "seed_max_id",
"user_name": "Max Jensen"
}
},
"name": {
"name": "Super Star Holdings Inc"
},
"description": null,
"account_type": "Customer",
"industry": "Construction",
"annual_revenue": "",
"phone": {
"fax": "",
"office": "(554) 356-2192",
"alternate": ""
},
"address": {
"billing": {
"street": "345 Sugar Blvd.",
"city": "Alabama",
"state": "CA",
"postalcode": 48357,
"country": "USA"
},
"shipping": {
"street": "345 Sugar Blvd.",
"city": "Alabama",
"state": "CA",
"postalcode": 48357,
"country": "USA"
}
},
"rating": "",
"website": "www.theinfo.cn",
"ownership": "",
"employees": "",
"ticker_symbol": "",
"parent": {
"id": "",
"name": ""
},
"sic_code": "",
"campaign": {
"id": "",
"name": ""
},
"email": [
"hr.kid@example.tv"
]
}