POST api/PostProveedor_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": "daabe096-9162-4a62-b1d5-b85a614cec88",
"idProveedor": "c20f86cd-b2d0-4f12-a197-4ed302b48860",
"Identificador": "sample string 3",
"numCedula": "sample string 4",
"Titulo": "sample string 5",
"idGenero": "5b96ae62-aa92-49a7-9870-cc13e7b4c276",
"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": "46d14e65-0ffe-40ee-a2db-46f45c01fb48",
"nomEspecialidad": "sample string 15",
"banAparece": true,
"Documento": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.