POST PMV2Setup?for_guid={for_guid}&appid={appid}&sg={sg}&hash={hash}&token={token}&multi={multi}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
for_guid

string

Required

appid

string

Required

sg

string

Required

hash

string

Required

token

string

Required

multi

string

Required

Body Parameters

Collection of PMV2Setup
NameDescriptionTypeAdditional information
name

string

None.

description

string

None.

active

boolean

None.

start_or_stop

boolean

None.

pmv2_id

string

None.

for_guid

string

None.

for_guid_type

string

None.

as_of_date

date

None.

stop_date

date

None.

eval_per_frame_type

string

None.

eval_per_frame_amount

integer

None.

eval_per_frame_frame_offset

time interval

None.

cycle_progress_setup_list

Collection of PMV2SetupCycleProgressSetupValues

None.

appid

string

None.

setup_parameters

Dictionary of string [key] and string [value]

None.

guid

string

None.

guid_datetime

date

None.

loglevel

string

None.

Request Formats

application/json, text/json

Sample:
[
  null,
  {
    "loglevel": null,
    "name": "sample string 1",
    "description": "sample string 2",
    "active": true,
    "start_or_stop": true,
    "pmv2_id": "sample string 3",
    "for_guid": "sample string 4",
    "for_guid_type": "sample string 5",
    "as_of_date": "2026-05-11T04:35:49.6736163+00:00",
    "stop_date": "2026-05-11T04:35:49.6736163+00:00",
    "eval_per_frame_type": "sample string 6",
    "eval_per_frame_amount": 1,
    "eval_per_frame_frame_offset": "00:00:00.1234567",
    "cycle_progress_setup_list": [
      null,
      {
        "name": "sample string 1",
        "progress_element_id": "sample string 2",
        "time_offset": "00:00:00.1234567",
        "usage_offset": 1.1,
        "percent_offset": 1.1,
        "usage_interval": 1.1,
        "time_interval": "00:00:00.1234567",
        "calc_details_start": "sample string 5",
        "guid": "000000000000000000000000",
        "guid_datetime": "1970-01-01T00:00:00Z"
      }
    ],
    "appid": "sample string 8",
    "setup_parameters": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "guid": "000000000000000000000000",
    "guid_datetime": "1970-01-01T00:00:00Z"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPMV2Setup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
  <PMV2Setup i:nil="true" />
  <PMV2Setup>
    <guid>000000000000000000000000</guid>
    <id xmlns:d3p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
      <d3p1:_a>0</d3p1:_a>
      <d3p1:_b>0</d3p1:_b>
      <d3p1:_c>0</d3p1:_c>
    </id>
    <active>true</active>
    <appid>sample string 8</appid>
    <as_of_date>2026-05-11T04:35:49.6736163+00:00</as_of_date>
    <cycle_progress_setup_list>
      <PMV2SetupCycleProgressSetupValues i:nil="true" />
      <PMV2SetupCycleProgressSetupValues>
        <guid>000000000000000000000000</guid>
        <id xmlns:d5p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
          <d5p1:_a>0</d5p1:_a>
          <d5p1:_b>0</d5p1:_b>
          <d5p1:_c>0</d5p1:_c>
        </id>
        <calc_details_start>sample string 5</calc_details_start>
        <name>sample string 1</name>
        <percent_offset>1.1</percent_offset>
        <progress_element_id>sample string 2</progress_element_id>
        <time_interval>PT0.1234567S</time_interval>
        <time_offset>PT0.1234567S</time_offset>
        <usage_interval>1.1</usage_interval>
        <usage_offset>1.1</usage_offset>
      </PMV2SetupCycleProgressSetupValues>
    </cycle_progress_setup_list>
    <description>sample string 2</description>
    <eval_per_frame_amount>1</eval_per_frame_amount>
    <eval_per_frame_frame_offset>PT0.1234567S</eval_per_frame_frame_offset>
    <eval_per_frame_type>sample string 6</eval_per_frame_type>
    <for_guid>sample string 4</for_guid>
    <for_guid_type>sample string 5</for_guid_type>
    <loglevel i:nil="true" />
    <name>sample string 1</name>
    <pmv2_id>sample string 3</pmv2_id>
    <setup_parameters xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </setup_parameters>
    <start_or_stop>true</start_or_stop>
    <stop_date>2026-05-11T04:35:49.6736163+00:00</stop_date>
  </PMV2Setup>
</ArrayOfPMV2Setup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>