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": "7c0568ef-966b-4cf2-b3fd-dbe6f811fe40",
"FechaRegistro": "2026-03-13T20:34:31.9080861+00:00",
"idUser": "e4a6b39e-2cf1-40d5-9b29-0ce02633b034",
"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.