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": "42e6b226-c581-4b5a-a001-0e71d1e552a7",
"idContacto": "fcc3dd4a-1d01-495e-b974-8f1ec3c3d65e",
"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.