PUT AccessAreas
Returns information about the customer's entry into a special access area.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ScanStr": "sample string 1",
"UserArea": "sample string 2",
"UserId": "sample string 3",
"DeviceName": "sample string 4",
"AdultCount": 5,
"ChildCount": 6,
"OtherCount": 7,
"Device": "sample string 8",
"ControlId": 9
}
application/xml, text/xml
Sample:
<AccessAreaUpdateRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ScanStr>sample string 1</ScanStr> <UserArea>sample string 2</UserArea> <UserId>sample string 3</UserId> <DeviceName>sample string 4</DeviceName> <AdultCount>5</AdultCount> <ChildCount>6</ChildCount> <OtherCount>7</OtherCount> <Device>sample string 8</Device> <ControlId>9</ControlId> </AccessAreaUpdateRequest>
Response Information
Response body formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"CustomerName": "sample string 2",
"AreaName": "sample string 3",
"ReasonMessage": "sample string 4",
"CustomMessage": 5,
"Note": "sample string 6",
"UrgentIndicator": "sample string 7",
"Status": "sample string 8",
"ActivityId": 9,
"IssueAction": 10,
"IssueClosed": "sample string 11",
"AutoClose": "sample string 12",
"TicketId": 13,
"PerformanceId": 14,
"MemberCard": "sample string 15",
"AreaMaxEntries": 16,
"AreaPromptQuantity": "sample string 17",
"ScanCount": 18,
"AdultCount": 19,
"ChildCount": 20,
"OtherCount": 21,
"ControlId": 22,
"CompositeEvents": [
{
"PerformanceId": 1,
"PerformanceName": "sample string 2",
"TicketId": 3
},
{
"PerformanceId": 1,
"PerformanceName": "sample string 2",
"TicketId": 3
}
]
}
application/xml, text/xml
Sample:
<AccessArea xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CustomerId>1</CustomerId>
<CustomerName>sample string 2</CustomerName>
<AreaName>sample string 3</AreaName>
<ReasonMessage>sample string 4</ReasonMessage>
<CustomMessage>5</CustomMessage>
<Note>sample string 6</Note>
<UrgentIndicator>sample string 7</UrgentIndicator>
<Status>sample string 8</Status>
<ActivityId>9</ActivityId>
<IssueAction>10</IssueAction>
<IssueClosed>sample string 11</IssueClosed>
<AutoClose>sample string 12</AutoClose>
<TicketId>13</TicketId>
<PerformanceId>14</PerformanceId>
<MemberCard>sample string 15</MemberCard>
<AreaMaxEntries>16</AreaMaxEntries>
<AreaPromptQuantity>sample string 17</AreaPromptQuantity>
<ScanCount>18</ScanCount>
<AdultCount>19</AdultCount>
<ChildCount>20</ChildCount>
<OtherCount>21</OtherCount>
<ControlId>22</ControlId>
<CompositeEvents>
<CompositeEvent>
<PerformanceId>1</PerformanceId>
<PerformanceName>sample string 2</PerformanceName>
<TicketId>3</TicketId>
</CompositeEvent>
<CompositeEvent>
<PerformanceId>1</PerformanceId>
<PerformanceName>sample string 2</PerformanceName>
<TicketId>3</TicketId>
</CompositeEvent>
</CompositeEvents>
</AccessArea>