GET menu/project/{projectId}/account/{accountId}/projectAccount/{projectAccountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

accountId

integer

Required

projectAccountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

MenuProjectAccountDto
NameDescriptionTypeAdditional information
Name

string

None.

Id

integer

None.

TFCNumber

integer

None.

AccountId

integer

None.

ShowAccountType

ShowAccountType

None.

DocumentLibraryCount

integer

None.

CanViewOrders

boolean

None.

CanViewLineItemSummaryLink

boolean

None.

CanViewFunctionalAreasLink

boolean

None.

CanViewFileListLink

boolean

None.

CanViewDocumentLibraryLink

boolean

None.

CanCopyToProjectAccount

boolean

None.

CanAddLineItem

boolean

None.

CanViewApprovalProcessLink

boolean

None.

CanViewEventMetricsLink

boolean

None.

FreemanShowNumber

integer

None.

HubToken

string

None.

UserExternalId

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Id": 2,
  "TFCNumber": 3,
  "AccountId": 4,
  "ShowAccountType": 0,
  "DocumentLibraryCount": 5,
  "CanViewOrders": true,
  "CanViewLineItemSummaryLink": true,
  "CanViewFunctionalAreasLink": true,
  "CanViewFileListLink": true,
  "CanViewDocumentLibraryLink": true,
  "CanCopyToProjectAccount": true,
  "CanAddLineItem": true,
  "CanViewApprovalProcessLink": true,
  "CanViewEventMetricsLink": true,
  "FreemanShowNumber": 15,
  "HubToken": "sample string 16",
  "UserExternalId": "sample string 17"
}