POST api/v1/SapEngine/GetFeasibleConfig

Request Information

URI Parameters

None.

Body Parameters

CylinderGenerationParams
NameDescriptionTypeAdditional information
_SystemCode

unsigned integer

None.

_SysConfig

SystemConfig

None.

_ConfigId

Collection of integer

None.

_ConfigDescription

Collection of string

None.

_GUsed

unsigned integer

None.

_UUgUsed

unsigned integer

None.

_PUsed

unsigned integer

None.

_GLimit

unsigned integer

None.

_UUgLimit

unsigned integer

None.

_PLimit

unsigned integer

None.

_FFUsed

unsigned integer

None.

_FFLimit

unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_SystemCode": 1,
  "_SysConfig": 0,
  "_ConfigId": [
    1,
    2
  ],
  "_ConfigDescription": [
    "sample string 1",
    "sample string 2"
  ],
  "_GUsed": 2,
  "_UUgUsed": 3,
  "_PUsed": 4,
  "_GLimit": 5,
  "_UUgLimit": 6,
  "_PLimit": 7,
  "_FFUsed": 8,
  "_FFLimit": 9
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.