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": "a08e4a2d-39ad-4c4a-8833-0206be50efd2",
  "idUser": "a81e426a-3460-4f97-8a35-87f38e724e9b",
  "Fecha": "2026-06-18T03:13:31.9249174+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.