POST api/PostLogProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_LogProveedores| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idUser | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| Movimiento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "3d5a7f3a-741f-433d-a3c7-b8aeca31d9a6",
"idUser": "4d4c0465-e086-45d7-9483-57879bd42636",
"Fecha": "2026-03-13T20:34:33.2205712+00:00",
"Movimiento": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.