# Models

## The ActionInquiry object

```json
{"openapi":"3.1.0","info":{"title":"Brand Action Inquiries API","version":"v11"},"components":{"schemas":{"ActionInquiry":{"type":"object","properties":{"Id":{"type":"string"},"CampaignId":{"type":"string"},"CampaignName":{"type":"string"},"MediaPartnerId":{"type":"string","description":"Only returns action inquiries for the partner specified by this ID."},"MediaPartnerName":{"type":"string"},"OrderId":{"type":"string","description":"Only returns action inquiries associated with your unique order ID value for a conversion."},"TransactionDate":{"type":"string","format":"date-time"},"TransactionAmount":{"type":"string"},"InquiryType":{"type":"string","enum":["UNTRACKED","INCORRECT","DECLINED"]},"ExpectedPayout":{"type":"string"},"ResolutionDeadlineDate":{"type":"string","format":"date-time"},"ResolutionStatus":{"type":"string","enum":["UNRESOLVED","VALID","DECLINED","INCOMPLETE"],"description":"Only returns action inquiries that match the specified resolution status."},"RejectReason":{"type":"string"},"FinalPayout":{"type":"string"},"ResolutionDate":{"type":"string","format":"date-time"},"CreationDate":{"type":"string","format":"date-time"},"ActionId":{"type":"string"},"ActionUri":{"type":"string"},"AutoApprovalDate":{"type":"string","format":"date-time"},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/Comment"}},"Uri":{"type":"string"}}},"Comment":{"type":"object","properties":{"User":{"type":"string"},"Comment":{"type":"string"},"Date":{"type":"string","format":"date-time"}}}}}}
```

## The Comment object

```json
{"openapi":"3.1.0","info":{"title":"Brand Action Inquiries API","version":"v11"},"components":{"schemas":{"Comment":{"type":"object","properties":{"User":{"type":"string"},"Comment":{"type":"string"},"Date":{"type":"string","format":"date-time"}}}}}}
```


---

# 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://integrations.impact.com/brand-api-reference/brand-api-reference-v11/reference/action-inquiries/models.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.
