POST api/GetContacto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Contacto| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| Telefono | Collection of Telefono |
None. |
|
| Collection of Mail |
None. |
Response Formats
application/json, text/json
Sample:
{
"idContacto": "37b0d625-2882-49a5-9bf5-3f66c96abb82",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "2",
"$values": [
{
"$id": "3",
"idTelefono": "5f938b46-b0e7-4695-8987-edb97616bf56",
"idTipoTelefono": "48f72c1d-9c1e-42f9-9e04-c96dca81ac96",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "4",
"idTipoTelefono": "25e11140-d9e3-4a18-8467-e274c9ff96cc",
"nomTipoTelefono": "sample string 2",
"Telefono": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"Contacto": {
"$id": "6",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "3"
}
]
},
"Mail": {
"$id": "7",
"$values": [
{
"$id": "8",
"idMail": "36888c57-e789-46e9-9dad-b2ec1612ecf9",
"mail1": "sample string 2",
"idTipoMail": "fa57614e-62cb-41d3-be0f-738514e5daf1",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "5cd12913-fa71-4960-9455-0eb621c2e3fd",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
}