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": "2438a169-6cfc-4b60-b4b1-a4b5293fe62d",
"idContacto": "f85bb6fd-414a-4f36-ab39-bb0f25719c16",
"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.