PUT api/v1/BlackLists/UpdateBlackList

Request Information

URI Parameters

None.

Body Parameters

BlackList
NameDescriptionTypeAdditional information
_Id

integer

None.

_SerialNumber

string

None.

_Description

string

None.

_Fecha

date

None.

_Desactivada

integer

None.

_IsActive

integer

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_Id": 1,
  "_SerialNumber": "sample string 2",
  "_Description": "sample string 3",
  "_Fecha": "2025-12-06T17:44:49.5202988+00:00",
  "_Desactivada": 5,
  "_IsActive": 6,
  "_SysNumber": 7,
  "_CreationDate": "2025-12-06T17:44:49.5202988+00:00",
  "_UpdatedDate": "2025-12-06T17:44:49.5202988+00:00"
}

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.