# Chapter 5.1.20 - Reporting Information

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/reporting-information/

-   [Previous](/communications/dev-guide_rest_v2/reference/summarized-tax-result/)
-   [Next](/communications/dev-guide_rest_v2/reference/commit-request/)

### Reporting Information

The `ReportingInformation` object contains optional reporting information that is only returned when `incrf` in [RequestConfig](/communications/dev-guide_rest_v2/reference/request-config/) is set to `true`:

Key

Value

`acct`

`[string]` Account Reference  

Account Reference field for use in reporting

-   Max length: 150 bytes

`custref`

`[string]` Customer Reference  

Customer Reference field for use in reporting

-   Max length: 150 bytes

`invn`

`[string]` Invoice Number Reference  

Invoice Number Reference field for use in reporting

-   Max length: 150 bytes

`bcyc`

`[string]` Bill Cycle Reference  

Bill Cycle Reference field for use in reporting

-   Max length: 150 bytes

`ccycd`

`[string]` Currency Code  

Currency code for the invoice

-   Max length: 3 characters

`ccydesc`

`[string]` Currency Description  

Currency description

-   Max length: 150 bytes

### Example

```json
"incrf": { "acct": "Account Reference", "custref": "Customer Reference", "invn": "Invoice Number Reference", "bcyc": "Bill Cycle Reference", "ccycd": "USD", "ccydesc": "United States Dollar"}
```

-   [Previous](/communications/dev-guide_rest_v2/reference/summarized-tax-result/)
-   [Next](/communications/dev-guide_rest_v2/reference/commit-request/)