-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathconfig.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"users": {
"lastName": "123",
"firstName": "Test",
"email": "test@fakenpt.com",
"password": "myPassword"
},
"updated_users": {
"lastName": "updatedlastname",
"firstName": "updatedfirstname",
"email": "test@fakenpt.com",
"password": "myPassword"
},
"contacts": [{
"firstName": "John",
"lastName": "Doe",
"birthdate": "1970-01-01",
"email": "jdoe@fake.com",
"phone": "8005555555",
"street1": "1 Main St.",
"street2": "Apartment A",
"city": "Anytown",
"stateProvince": "KS",
"postalCode": "12345",
"country": "USA"
}],
"Update_contact": {
"firstName": "uJohn",
"lastName": "uDoe",
"birthdate": "1970-02-01",
"email": "ujdoe@fake.com",
"phone": "8005555556",
"street1": "u1 Main St.",
"street2": "uApartment A",
"city": "uAnytown",
"stateProvince": "KS",
"postalCode": "12345",
"country": "USA"
}
}