POST ComprobarCedulaProveedor
Request Information
URI Parameters
None.
Body Parameters
ProveedorEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Proveedor | integer |
None. |
|
| ID_Identificacion | integer |
None. |
|
| Nombre_Identificacion | string |
None. |
|
| Nombre_Proveedor | string |
None. |
|
| Apellido_Proveedor | string |
None. |
|
| Cedula_Proveedor | string |
None. |
|
| Direccion_Exacta | string |
None. |
|
| Estado_Proveedor | integer |
None. |
|
| Empresa | integer |
None. |
|
| Telefono | string |
None. |
|
| Correo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_Proveedor": 1,
"ID_Identificacion": 2,
"Nombre_Identificacion": "sample string 3",
"Nombre_Proveedor": "sample string 4",
"Apellido_Proveedor": "sample string 5",
"Cedula_Proveedor": "sample string 6",
"Direccion_Exacta": "sample string 7",
"Estado_Proveedor": 8,
"Empresa": 9,
"Telefono": "sample string 10",
"Correo": "sample string 11"
}
application/xml, text/xml
Sample:
<ProveedorEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIProyectoSC_601.Entities"> <Apellido_Proveedor>sample string 5</Apellido_Proveedor> <Cedula_Proveedor>sample string 6</Cedula_Proveedor> <Correo>sample string 11</Correo> <Direccion_Exacta>sample string 7</Direccion_Exacta> <Empresa>9</Empresa> <Estado_Proveedor>8</Estado_Proveedor> <ID_Identificacion>2</ID_Identificacion> <ID_Proveedor>1</ID_Proveedor> <Nombre_Identificacion>sample string 3</Nombre_Identificacion> <Nombre_Proveedor>sample string 4</Nombre_Proveedor> <Telefono>sample string 10</Telefono> </ProveedorEnt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>