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": "6e4296df-b748-4be2-a857-7da368f47681",
  "idUser": "6d4653e8-2ac0-4c7e-a04f-14b46ad1a2e4",
  "Fecha": "2026-07-10T14:07:04.716795+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.