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": "45b3002c-9869-4c1e-82c4-1d9615b32b0f",
"idProveedor": "8b15341c-e746-4f51-b1f6-b0c7545b5bb7",
"Identificador": "sample string 3",
"numCedula": "sample string 4",
"Titulo": "sample string 5",
"idGenero": "d8014e6c-f7d2-415f-9392-b467ba3d96be",
"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": "e59aebf0-9d87-4d10-ab57-38a4a09f1fef",
"nomEspecialidad": "sample string 15",
"banAparece": true,
"Documento": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.