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": "f1ebbcab-0368-4f0e-bed5-568b0559f070",
"idContacto": "c5830410-90d6-4cf6-8e34-9c27bc97562d",
"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.