GET copy/GetSelectedFAForPreview/{cacheKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cacheKey

string

Required

Body Parameters

None.

Response Information

Resource Description

FunctionalAreasBulkCopyDto
NameDescriptionTypeAdditional information
FromProjectId

integer

None.

ToProjectId

integer

None.

AccountId

integer

None.

CopyDefaults

boolean

None.

FunctionalAreasToCopy

Collection of FunctionalAreaToCopyDto

None.

IncludeBooths

boolean

None.

IncludeAccountingCodes

boolean

None.

IncludeTimelines

boolean

None.

IncludeFAAttachments

boolean

None.

IncludeFANotes

boolean

None.

SetUpStart

date

None.

SetUpEnd

date

None.

TeardownStart

date

None.

TeardownEnd

date

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FromProjectId": 1,
  "ToProjectId": 2,
  "AccountId": 3,
  "CopyDefaults": true,
  "FunctionalAreasToCopy": [
    {
      "SourceFunctionalAreaId": 1,
      "SourceFunctionalAreaName": "sample string 2",
      "SourceFunctionalAreaDisplayName": "sample string 3",
      "ExistFunctionalArea": true,
      "ChildrenFunctionalAreas": []
    },
    {
      "SourceFunctionalAreaId": 1,
      "SourceFunctionalAreaName": "sample string 2",
      "SourceFunctionalAreaDisplayName": "sample string 3",
      "ExistFunctionalArea": true,
      "ChildrenFunctionalAreas": []
    }
  ],
  "IncludeBooths": true,
  "IncludeAccountingCodes": true,
  "IncludeTimelines": true,
  "IncludeFAAttachments": true,
  "IncludeFANotes": true,
  "SetUpStart": "2025-05-06T01:19:36.7974206+01:00",
  "SetUpEnd": "2025-05-06T01:19:36.7974206+01:00",
  "TeardownStart": "2025-05-06T01:19:36.7974206+01:00",
  "TeardownEnd": "2025-05-06T01:19:36.7974206+01:00"
}