GET shows/{showId}/representatives/{customerRepId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
Required |
|
| customerRepId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerRepresentativeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ShowId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| ReceiveEmail | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"ShowId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"EmailAddress": "sample string 5",
"ReceiveEmail": true
}