GET show/{showId}/account/{accountId}/showAccount/{showAccountId}/lineItemDetailsPermissions
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
LineItemDetailsPermissionsDtoName | Description | Type | Additional information |
---|---|---|---|
CanOrder | boolean |
None. |
|
CanViewCostData | boolean |
None. |
|
CanViewOrders | boolean |
None. |
|
CanViewProjectAccount | boolean |
None. |
|
FullOrderingProjectAccount | boolean |
None. |
|
CanSubmitToFreemanOrVendor | boolean |
None. |
|
CanViewPricingInformation | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "CanOrder": true, "CanViewCostData": true, "CanViewOrders": true, "CanViewProjectAccount": true, "FullOrderingProjectAccount": true, "CanSubmitToFreemanOrVendor": true, "CanViewPricingInformation": true }