POST api/assembly/{orgKey}/updateparentassembly/{prevParentKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

prevParentKey

integer

Required

Body Parameters

ModelAssembly
NameDescriptionTypeAdditional information
ModelAssemblyKey

integer

None.

ModelKeyParent

integer

None.

ModelKeyChild

integer

None.

AssemblyRoleTypeKey

integer

None.

ModelAssemblyCount

integer

None.

ModelAssemblyCreateDate

date

None.

StatusKey

byte

None.

AssemblyRoleType

AssemblyRoleType

None.

Model

Model

None.

Status

StatusModel

None.

Asset

Assets

None.

AssetAssemblyStartDate

date

None.

AssetAssemblyEndDate

date

None.

AssemblyRoleTypeModularFlag

byte

None.

EquipmentLocation

EquipmentLocationModel

None.

ChildManufacturer

Manufacturers

None.

ChildModel

Models

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-30T01:04:15.7233527+00:00"
}