GET shows/{showId}/accounts/{accountId}/showAccounts/{showAccountId}/ShowNav
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| accountId | integer |
Required |
|
| showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShowNavDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| AccountId | integer |
None. |
|
| ProjectAccountId | integer |
None. |
|
| ProjectAccountName | string |
None. |
|
| ProjectAccountDocumentLibraryCount | integer |
None. |
|
| IsProjectAccountAdmin | boolean |
None. |
|
| CanViewOrders | boolean |
None. |
|
| CanOrder | boolean |
None. |
|
| CanCopyToProjectAccount | boolean |
None. |
|
| IsInternalProject | boolean |
None. |
|
| IsSalesForceProject | boolean |
None. |
|
| IsShowAccountAdmin | boolean |
None. |
|
| IsAccountAdmin | boolean |
None. |
|
| CanViewApprovalProcessLink | boolean |
None. |
|
| CanViewLineItemSummaryLink | boolean |
None. |
|
| CanViewFunctionalAreasLink | boolean |
None. |
|
| CanViewPriceMasterLink | boolean |
None. |
|
| CanViewDocumentLibraryLink | boolean |
None. |
|
| CanViewFileListLink | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectName": "sample string 1",
"AccountId": 1,
"ProjectAccountId": 1,
"ProjectAccountName": "sample string 2",
"ProjectAccountDocumentLibraryCount": 1,
"IsProjectAccountAdmin": true,
"CanViewOrders": true,
"CanOrder": true,
"CanCopyToProjectAccount": true,
"IsInternalProject": true,
"IsSalesForceProject": true,
"IsShowAccountAdmin": true,
"IsAccountAdmin": true,
"CanViewApprovalProcessLink": true,
"CanViewLineItemSummaryLink": true,
"CanViewFunctionalAreasLink": true,
"CanViewPriceMasterLink": true,
"CanViewDocumentLibraryLink": true,
"CanViewFileListLink": true
}