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": "c886bf1e-6872-4a79-81ba-e4d8a8c6ee10",
"idContacto": "c714b246-930f-4651-9c1f-0908112eba23",
"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.