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": "59564ca7-f083-4f7a-829c-34ea52839a6a",
"FechaRegistro": "2026-03-21T01:47:22.671079-04:00",
"idUser": "930aa01b-bcad-4e79-b401-425381052d40",
"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.