GET show/{showId}/account/{accountId}/showAccount/{showAccountId}/lineItemSummaryPermissions
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
LineItemSummaryPermissionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateFunctionalAreaPermission | boolean |
None. |
|
| CanViewOrders | boolean |
None. |
|
| CanViewProjectAccount | boolean |
None. |
|
| CanViewPartsAndLaborTotals | boolean |
None. |
|
| FullOrderingProjectAccount | boolean |
None. |
|
| CanSubmitToFreemanOrVendor | boolean |
None. |
|
| IsOnlyShowVendorUser | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"UpdateFunctionalAreaPermission": true,
"CanViewOrders": true,
"CanViewProjectAccount": true,
"CanViewPartsAndLaborTotals": true,
"FullOrderingProjectAccount": true,
"CanSubmitToFreemanOrVendor": true,
"IsOnlyShowVendorUser": true
}