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": "9745b3e9-d8a2-4a62-bf7b-dda8405bc9af",
"idProveedor": "3dd05b55-4a14-46b9-87c0-f0da320b95d2",
"Identificador": "sample string 3",
"numCedula": "sample string 4",
"Titulo": "sample string 5",
"idGenero": "38a31226-21d2-4dab-b74f-bfbf46803ff3",
"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": "db7355c0-76cd-431c-b53e-3ae60f71be02",
"nomEspecialidad": "sample string 15",
"banAparece": true,
"Documento": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.