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": "ee8ff633-e83a-4d2f-a1a7-18612adc46e0",
"FechaRegistro": "2026-03-22T14:54:27.1517074-04:00",
"idUser": "32e9015d-0616-4eb7-b14f-e4b5ea16eb2d",
"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.