# Reporting location code

Source: https://developer.avalara.com/marketplace-integration-guide/transactions/certification-requirements/reporting-location-code/

**Endpoints/models used:** [CreateTransactionModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/CreateTransactionModel/)

[![Closed](https://avalara-devdocs-prod.mcoutput.com/avatax-for-marketplaces/Content/Skins/Default/Stylesheets/Images/transparent.gif)Example](javascript:void\(0\);)

```
{    "code":"Test",    "type":"SalesInvoice",    "companyCode":"DEFAULT",    "date":"2024-07-14",    "customerCode":"Test Customer ID",    "reportingLocationCode":"ABCD",    "commit":false,    "currencyCode":"USD",    "isSellerImporterOfRecord":true,    ...} 
```