~fabiocbalbuquerque/sahana-agasti/web-services

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
# Samples for person's date of birth
# Requirement: Pre-load person object sample

agPersonDateOfBirth:
  person1:
    agPerson: 1
    date_of_birth: 19800802
  person2:
    agPerson: 2
    date_of_birth: 19760101
  person3:
    agPerson: 3
    date_of_birth: 19701204
  person4:
    agPerson: 4
    date_of_birth: 19900806
  person5:
    agPerson: 5
    date_of_birth: 19500412
  person6:
    agPerson: 6
    date_of_birth: 19400315
  person7:
    agPerson: 7
    date_of_birth: 20000520
  person8:
    agPerson: 8
    date_of_birth: 19860525
  person9:
    agPerson: 9
    date_of_birth: 19890718
  person10:
    agPerson: 10
    date_of_birth: 19690919