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": "eb9715c9-be21-4c1e-955a-fa07036be326",
  "idUser": "53746809-f70b-4960-a40e-4a5455e8ed3e",
  "Fecha": "2026-03-21T02:01:02.314221-04: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.