Project

General

Profile

Download (1.03 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * partial serialisation of
3
 * eu.etaxonomy.cdm.remote.dto.TaxonTO
4
 */
5
{
6
  "root":{
7
     "uuid":"5000020-stub",
8
      "name":{
9
        
10
          "created":null,
11
          "typeDesignations":[
12
          ],
13
          "updatedBy":"",
14
          "basionym":null,
15
          "createdBy":"",
16
          "status":[
17
          ],
18
          "fullname":"Bella berolina subsp. rosa",
19
          "updated":null,
20
          "nomenclaturalReference":null,
21
          "nameRelations":[
22
          ],
23
          "newCombinations":[
24
          ],
25
          "homotypicalGroup":[
26
          ],
27
          "rank":null,
28
          "uuid":"4532-54321-65426-45665",
29
          "taggedName":[
30
            {
31
              "text":"Bella",
32
              "type":"name"
33
            },
34
            {
35
              "text":"berolina",
36
              "type":"name"
37
            },
38
            {
39
              "text":"subsp.",
40
              "type":"name"
41
            }
42
          ]
43
        
44
      },
45
      "sec":null,
46
      "isAccepted":true
47
  }
48
}
(11-11/23)