# Activity Type IDs

<table><thead><tr><th width="150" align="center">Activity Type ID</th><th width="213.0909090909091" align="center">Activity Type</th><th>Details</th></tr></thead><tbody><tr><td align="center">500</td><td align="center">Regular</td><td>Activity Date – single<br>Activity Times – single time</td></tr><tr><td align="center">501</td><td align="center">Custom</td><td>Activity Date – single<br>Activity Times – single time</td></tr><tr><td align="center">503</td><td align="center">Interval</td><td>Activity Date – single<br>Activity Times – 1-n (variable)</td></tr><tr><td align="center">504</td><td align="center">Transportation</td><td>Activity Times – 1-n (variable)<br>Pickup Locations and Drop Off Locations – 1-n (variable)</td></tr><tr><td align="center">505</td><td align="center">Rental</td><td><p>Activity Date – multi</p><p>Start Time – single<br>End Time – single</p></td></tr><tr><td align="center">506</td><td align="center">Charter/Private/Group</td><td><p>Activity Date – multi</p><p>Departure Time – single<br>Pickup Locations and Drop Off Locations – 1-n (variable)</p></td></tr><tr><td align="center">507</td><td align="center">Tickets</td><td><p>Activity Date – single<br>Entry Times – (variable)</p><p>Scans – (variable)</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zaui.com/zapi/appendix/activity-type-ids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
