# Integration

The Business Rules in this section apply to Start transactions entered via iServices and the Circulation API.

* ***1. When creating a start, if the address does not route what type of delivery should it be defaulted to?*** BCP (Client)\
  This rule, and the level 2 rules below, allow you to set up default handling of addresses entered by subscribers on the web that cannot be routed automatically. This question assigns a default delivery type to addresses that cannot be routed.<br>

  <table><thead><tr><th width="129">Value</th><th> </th></tr></thead><tbody><tr><td>Mail</td><td>The address will default to a delivery type of “Mail”.</td></tr><tr><td><strong>None</strong></td><td>If nothing is entered, the address will not be assigned a delivery type, and no route or label group will be assigned to it.</td></tr><tr><td>Online</td><td>The address will default to a delivery type of “Online”.</td></tr><tr><td>Route</td><td>The address will default to a delivery type of “Route”.</td></tr></tbody></table>

  **If Route:**

  * ***2. When creating a start, if the address does not route what route should it be defaulted to?*** BCP (Client)\
    If you selected “Route” as the default delivery type, indicate which route the address should be assigned to by default.<br>

  **If Mail:**

  * ***3. When creating a start, if the address does not route what mail label group should be defaulted?*** BCP (Client)\
    If you selected “Mail” as the default delivery type, indicate which label group the address should be assigned to by default.<br>

  **If Online:**

  * ***4. When creating a start, if the address does not route what online label group should be defaulted?*** BCP (Client)\
    If you selected “Online” as the default delivery type, indicate which online label group the address should be assigned by default.
* ***5. When creating a start, if the address does not route what AAM zone should it be defaulted to?*** BCP (Client)\
  Every subscriber needs to be assigned an AAM zone. This rule allows you to assign a default AAM zone to addresses that cannot be routed automatically. You need to indicate which AAM zone should be assigned.
* ***6. What is the host name for the StormPost server?*** B (Client)\
  This and the next three Business Rules apply only if you integrate Circulation with StormPost to generate targeted mass e-mailings. Enter the settings expected by StormPost. The default is “<http://api.stormpost.datranmedia.com>”.
* ***7. What is the URL for the StormPost server?*** B (Client)\
  The default is “`/services/`”.
* ***8. What is the class path for the StormPost web service?*** B (Client)\
  The default is “`SoapRequestProcessor`”.
* ***9. What is the WSDL name for the StormPost web service?*** B (Client)\
  The default is “`wsdl`”.
* ***10. Should Requested Refund default to true when creating a PermStop via CircAPI?***\
  \&#xNAN;*Default Value:* **Yes**

  This setting determines whether the **Requested Refund?** checkbox is automatically selected in the **PermStop** transaction on the **Customer Service** screen when a **Permanent Stop** is created using the **CircAPI**.

  <table><thead><tr><th width="89">Value</th><th></th></tr></thead><tbody><tr><td><strong>Yes</strong></td><td>When a <strong>Permanent Stop</strong> is created through the <strong>CircAPI</strong>, the <strong>Requested Refund?</strong> checkbox is selected by default in the <strong>PermStop</strong> transaction on the <strong>Customer Service</strong> screen.</td></tr><tr><td>No</td><td>When a <strong>Permanent Stop</strong> is created through the <strong>CircAPI</strong>, the <strong>Requested Refund?</strong> checkbox is not selected by default in the <strong>PermStop</strong> transaction on the <strong>Customer Service</strong> screen. The checkbox remains unselected unless it is set manually.</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.navigaglobal.com/circulation-setup-manual/business-rules/integration.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.
