GET dashboard/AEAccountDashboard/{projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AeAccountDashboardDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of AeAccountDashboardDtoItem |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"ProjectId": 1,
"ShowAccountId": 2,
"AccountId": 3,
"AccountName": "sample string 4",
"BoothId": 5,
"Booth": "sample string 6",
"LineItemAccountSubmittedCount": 7,
"LineItemAcknowledgedCount": 8,
"LineItemInProgressCount": 9,
"LineItemAeSubmittedCount": 10,
"LineItemSalesCompletedCount": 11,
"CollaborationPendingAeCount": 12,
"CollaborationPendingAssignmentCount": 13,
"CollaborationInProgressCount": 14,
"CollaborationPastDueCount": 15,
"CollaborationSalesCompletedCount": 16,
"CollaborationInsufficientInfoCount": 17,
"FilePendingAeCount": 18,
"FilePendingCustomerCount": 19,
"FilePendingResourceCount": 20,
"FilePendingResourceDueDateCount": 21,
"FileCancelledCount": 22,
"FileApprovedCount": 23,
"FileInEcsCount": 24,
"FileInsufInfoCount": 25,
"ViewLineItemPermissionFlag": true,
"OrderLineItemPermissionFlag": true,
"AccountDocumentLibraryCount": 28
},
{
"ProjectId": 1,
"ShowAccountId": 2,
"AccountId": 3,
"AccountName": "sample string 4",
"BoothId": 5,
"Booth": "sample string 6",
"LineItemAccountSubmittedCount": 7,
"LineItemAcknowledgedCount": 8,
"LineItemInProgressCount": 9,
"LineItemAeSubmittedCount": 10,
"LineItemSalesCompletedCount": 11,
"CollaborationPendingAeCount": 12,
"CollaborationPendingAssignmentCount": 13,
"CollaborationInProgressCount": 14,
"CollaborationPastDueCount": 15,
"CollaborationSalesCompletedCount": 16,
"CollaborationInsufficientInfoCount": 17,
"FilePendingAeCount": 18,
"FilePendingCustomerCount": 19,
"FilePendingResourceCount": 20,
"FilePendingResourceDueDateCount": 21,
"FileCancelledCount": 22,
"FileApprovedCount": 23,
"FileInEcsCount": 24,
"FileInsufInfoCount": 25,
"ViewLineItemPermissionFlag": true,
"OrderLineItemPermissionFlag": true,
"AccountDocumentLibraryCount": 28
}
]
}