POST api/PostValidaPreRegistro
Request Information
URI Parameters
None.
Body Parameters
TB_PostValidaPreProveedor| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| FechaRegistro | date |
None. |
|
| idUser | globally unique identifier |
None. |
|
| Detalles | string |
None. |
|
| banValido | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "e93ba5fe-355f-4354-891f-5e90856cdec7",
"FechaRegistro": "2026-06-18T03:13:51.3625807+00:00",
"idUser": "6fc66747-7393-4e4a-9571-41afac3c459c",
"Detalles": "sample string 4",
"banValido": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.