Skip to content

Commit

Permalink
test(External Contact): add test records
Browse files Browse the repository at this point in the history
barredterra committed Mar 1, 2024
1 parent ea4b477 commit cb01abd
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"doctype": "External Contact",
"external_organization_name": "Test External Organization",
"organization": "REG"
},
{
"doctype": "External Contact",
"first_name": "Jane",
"last_name": "Doe",
"date_of_birth": "1990-01-01",
"external_organization_name": "Test External Organization 2",
"organization": "REG"
}
]

0 comments on commit cb01abd

Please sign in to comment.