POST api/UpdateProveedor_Cedulas
Request Information
URI Parameters
None.
Body Parameters
TB_ProveedorCedulas| Name | Description | Type | Additional information |
|---|---|---|---|
| idCedula | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| Identificador | string |
None. |
|
| numCedula | string |
None. |
|
| Titulo | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| Genero | string |
None. |
|
| Institucion | string |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| anioRegistro | integer |
None. |
|
| Tipo | string |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| nomEspecialidad | string |
None. |
|
| banAparece | boolean |
None. |
|
| Documento | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"idCedula": "97e05a84-a4cc-4161-8103-bf69bbccb444",
"idProveedor": "527b2b66-4e31-415a-9753-9a557f2f91c7",
"Identificador": "sample string 3",
"numCedula": "sample string 4",
"Titulo": "sample string 5",
"idGenero": "a242a78a-c7d9-4f17-8aff-7573b5cb925f",
"Genero": "sample string 7",
"Institucion": "sample string 8",
"Nombre": "sample string 9",
"Paterno": "sample string 10",
"Materno": "sample string 11",
"anioRegistro": 12,
"Tipo": "sample string 13",
"idEspecialidad": "a17af5b4-6873-4ac3-a95d-4f9e396ef175",
"nomEspecialidad": "sample string 15",
"banAparece": true,
"Documento": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.