El siguiente ejemplo muestra los detalles del registro raíz en la entidad de negocio de persona.
{
"link": [
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102",
"rel": "self"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102?depth=2",
"rel": "children"
}
],
"rowidObject": "102 ",
"label": "DARWENT,JIMMY",
"partyType": "Person",
"statusCd": "A ",
"lastName": "DARWENT",
"middleName": "N",
"firstName": "JIMMY",
"displayName": "JIMMY N DARWENT",
"genderCd": {
"link": [
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102",
"rel": "parent"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102/genderCd",
"rel": "self"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102/genderCd?depth=2",
"rel": "children"
}
],
"genderCode": "M"
},
"generationSuffixCd": {
"link": [
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102",
"rel": "parent"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102/generationSuffixCd?depth=2",
"rel": "children"
},
{
"href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/Person/102/generationSuffixCd",
"rel": "self"
}
],
"generationSuffixCode": "I"
}
}