GET api/Post_rel_Persona_Contacto
Request Information
URI Parameters
None.
Body Parameters
TB_rel_Persona_Contacto| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "74192068-03d4-4741-a972-49378f24d34a",
"idContacto": "6f59b599-05a7-45f1-a6fa-b78fb9e81b04",
"Nombre": "sample string 3",
"Paterno": "sample string 4",
"Materno": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.