> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/welcome-to-subscribe/service-packs/2020.3-version.md).

# 2020.3.0 Version

**NCS Circ:** Out, Closed Dec 2021

{% tabs %}
{% tab title="CS API" %}

| Description                                                  | Jira#    | HotFix#   | Subscribe version |
| ------------------------------------------------------------ | -------- | --------- | ----------------- |
| Complaint code with ValidWhen = Always not honored in CS API | CM2-5861 | CMO43#360 |                   |
| {% endtab %}                                                 |          |           |                   |

{% tab title="CircAPI" %}

| Description                                                                           | Jira#    | HotFix#                                         | Subscribe version |
| ------------------------------------------------------------------------------------- | -------- | ----------------------------------------------- | ----------------- |
| Recurring tip for auto-renew subscription                                             | CM2-4572 | cm43-#800, cmo43-#250 (compile only), hm43- 170 |                   |
| MG2: Circ API - GCI Rounding up donation codes adding 3 more adjustment codes/amounts | CM2-5516 | HM43#250, CMO43#350, CM43#1620                  |                   |
| {% endtab %}                                                                          |          |                                                 |                   |

{% tab title="MicroAPI" %}

| Description                                                                                                 | Jira#    | HotFix#           | Subscribe version |
| ----------------------------------------------------------------------------------------------------------- | -------- | ----------------- | ----------------- |
| MG2 API: Payment Profile - GET a Payment Profile                                                            | CM2-4526 | CM43#850          |                   |
| MG2 API: Payment Profile - ADD a Payment Profile                                                            | CM2-4523 | CM43#860, CMO#270 |                   |
| MG2 API: Payment Profile - DELETE a Payment Profile                                                         | CM2-4524 | CM43#870          |                   |
| MG2: Update Vacation: Once the temp starts processed, it doesn’t allow us to change the tempAddressEnd date | CM2-5366 |                   |                   |
| MG2 API: AddPaymentProfile is not throwing error when CCExpireDate is in past                               | CM2-5011 | CM43#1610         |                   |
| MG2 MicroAPI: Create a new microAPI to have an address update and delivery schedule update in one go        | CM2-6037 |                   |                   |
| {% endtab %}                                                                                                |          |                   |                   |

{% tab title="Cust Service" %}

| Description                                                                                                                       | Jira#    | HotFix#   | Subscribe version |
| --------------------------------------------------------------------------------------------------------------------------------- | -------- | --------- | ----------------- |
| Temp Stop Tran can be Modified to Vacation Pack = Yes if the transaction is Modified when the Reason Code does not allow Vac Pack | CM2-5558 | CM43#1630 |                   |
| {% endtab %}                                                                                                                      |          |           |                   |
| {% endtabs %}                                                                                                                     |          |           |                   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/naviga-subscribe/welcome-to-subscribe/service-packs/2020.3-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
