POST ApiRest/Basicos/PostInformacionNITProponente
Request Information
URI Parameters
None.
Body Parameters
ConvocatoriaInformacionPropoenteName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
TipoEntidad | string |
None. |
|
RazonSocial | string |
None. |
|
NIT | string |
None. |
|
FechaConstitucionLegal | date |
None. |
|
NombreRepresentanteLegal | string |
None. |
|
NumeroDocumentoRepresentanteLegal | string |
None. |
|
ExpedidoEn | string |
None. |
|
TelefonoRepresentanteLegal | string |
None. |
|
CorreoRepresentanteLegal | string |
None. |
|
CodRegProductorPulep | string |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "TipoEntidad": "sample string 2", "RazonSocial": "sample string 3", "NIT": "sample string 4", "FechaConstitucionLegal": "2025-04-06T11:51:45.9550764-05:00", "NombreRepresentanteLegal": "sample string 5", "NumeroDocumentoRepresentanteLegal": "sample string 6", "ExpedidoEn": "sample string 7", "TelefonoRepresentanteLegal": "sample string 8", "CorreoRepresentanteLegal": "sample string 9", "CodRegProductorPulep": "sample string 10", "OperacionExitosa": true, "Mensaje": "sample string 12", "ResultadoPaginacion": { "$id": "2", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.