GET showAccounts/{showAccountId}/accounts/{accountId}/shows/{showId}/lineItems/{lineItemId}/submittedUserInfo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| accountId | integer |
Required |
|
| showId | integer |
Required |
|
| lineItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LineItemSubmittedUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SubmittedToTSSBy | string |
None. |
|
| SubmittedToCollabBy | string |
None. |
|
| SubmittedToFreemanBy | string |
None. |
|
| SavedToTSSBy | string |
None. |
|
| SalesUserAssignedToCollab | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"SubmittedToTSSBy": "sample string 1",
"SubmittedToCollabBy": "sample string 2",
"SubmittedToFreemanBy": "sample string 3",
"SavedToTSSBy": "sample string 4",
"SalesUserAssignedToCollab": "sample string 5"
}