POST api/PostLogProveedor

Request Information

URI Parameters

None.

Body Parameters

TB_LogProveedores
NameDescriptionTypeAdditional 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": "62f77fd3-acac-4d5f-97b0-18daa1571a5e",
  "idUser": "8bcb0fc2-b664-4420-bf8d-5cabc406e462",
  "Fecha": "2026-05-08T14:11:39.7073971+00:00",
  "Movimiento": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.