PUT EventMembershipCount
Updates attendance counts on an event accessed using a membership.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| eventMembershipCount |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PerformanceId": 1,
"CustomerId": 2,
"CustomerMembershipId": 3,
"AdultCount": 4,
"ChildCount": 5,
"OtherCount": 6,
"ControlId": 7,
"AttendanceId": 8,
"Status": "sample string 9"
}
application/xml, text/xml
Sample:
<EventMembershipCount xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PerformanceId>1</PerformanceId> <CustomerId>2</CustomerId> <CustomerMembershipId>3</CustomerMembershipId> <AdultCount>4</AdultCount> <ChildCount>5</ChildCount> <OtherCount>6</OtherCount> <ControlId>7</ControlId> <AttendanceId>8</AttendanceId> <Status>sample string 9</Status> </EventMembershipCount>
Response Information
Response body formats
application/json, text/json
Sample:
{
"PerformanceId": 1,
"CustomerId": 2,
"CustomerMembershipId": 3,
"AdultCount": 4,
"ChildCount": 5,
"OtherCount": 6,
"ControlId": 7,
"AttendanceId": 8,
"Status": "sample string 9"
}
application/xml, text/xml
Sample:
<EventMembershipCount xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PerformanceId>1</PerformanceId> <CustomerId>2</CustomerId> <CustomerMembershipId>3</CustomerMembershipId> <AdultCount>4</AdultCount> <ChildCount>5</ChildCount> <OtherCount>6</OtherCount> <ControlId>7</ControlId> <AttendanceId>8</AttendanceId> <Status>sample string 9</Status> </EventMembershipCount>