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": "11a34fe7-b5bb-458a-aa83-b0ecc99ed843",
"idProveedor": "11f416fd-349a-464c-9681-6ce15bed178f",
"Identificador": "sample string 3",
"numCedula": "sample string 4",
"Titulo": "sample string 5",
"idGenero": "c979fa23-0194-4e95-8396-0fb6dab8e36b",
"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": "0fb1e938-0e9c-4b8e-aa5c-33ec4145294a",
"nomEspecialidad": "sample string 15",
"banAparece": true,
"Documento": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.