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": "b5a63547-9c1f-4e5f-a02b-7cc9a0599d86",
  "idUser": "e665b258-c2c4-4d0e-8803-63b876650353",
  "Fecha": "2026-09-03T14:49:03.1102053+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.