POST api/AdminSettingsSystem/AdmSaveScenarioSequence

AdmSaveScenarioSequence

Request Information

URI Parameters

None.

Body Parameters

SaveScenarioSequence_Request
NameDescriptionTypeAdditional information
ScenarioSequenceUUID

globally unique identifier

None.

ScenarioUUID

globally unique identifier

None.

SequenceActive

boolean

None.

HPreStart

integer

None.

DStart

integer

None.

DEnd

integer

None.

NotiffActiveStart

boolean

None.

NotiffActivePreStart

boolean

None.

NotiffActiveLastCall

boolean

None.

ActivityProductID

integer

None.

FunCategoryID

integer

None.

HPreEnd

integer

None.

ProductID

integer

None.

FunUUID

globally unique identifier

None.

NotiffUUIDPreStart

globally unique identifier

None.

NotiffUUIDStart

globally unique identifier

None.

NotiffUUIDLastCall

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ScenarioSequenceUUID": "efcec4e6-e45a-4efc-9476-dde8f837a7f2",
  "ScenarioUUID": "09acce51-963e-473d-9da1-d177c15f80bd",
  "SequenceActive": true,
  "HPreStart": 1,
  "DStart": 1,
  "DEnd": 1,
  "NotiffActiveStart": true,
  "NotiffActivePreStart": true,
  "NotiffActiveLastCall": true,
  "ActivityProductID": 1,
  "FunCategoryID": 1,
  "HPreEnd": 1,
  "ProductID": 1,
  "FunUUID": "78cebe64-f7ce-4f04-a6f9-518399e739cc",
  "NotiffUUIDPreStart": "17efdd54-08ef-4a38-9ded-8c780f8770d9",
  "NotiffUUIDStart": "5f93602e-4911-4780-ac43-0bc26228a0be",
  "NotiffUUIDLastCall": "86efefde-fd48-46d7-85f3-f3ce1402e0cb",
  "UserUUIDCur": "029f3b50-dd37-44b1-845b-6b64b4647c90"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}