POST api/v1/FFConfigs/UpdateFFConfig

Request Information

URI Parameters

None.

Body Parameters

FFConfig
NameDescriptionTypeAdditional information
_FFConfigId

integer

None.

_Grps

Collection of byte

None.

_UuGrps

Collection of byte

None.

_CustomerID

integer

None.

_GrpsCounter

integer

None.

_UugCounter

integer

None.

_CreatedDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_FFConfigId": 1,
  "_Grps": "QEA=",
  "_UuGrps": "QEA=",
  "_CustomerID": 2,
  "_GrpsCounter": 3,
  "_UugCounter": 4,
  "_CreatedDate": "2026-01-20T21:38:27.7153276+00:00",
  "_UpdatedDate": "2026-01-20T21:38:27.7153276+00:00",
  "_SysNumber": 7
}

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.