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": "22539b0f-73f0-486b-95a5-fad4a58cf0ff",
"FechaRegistro": "2026-05-08T14:11:38.3948955+00:00",
"idUser": "ff7ceb10-ad9d-4413-ad5c-16b1a6ee0b3e",
"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.