# Goods place or service address (header and line levels)

Source: https://developer.avalara.com/vat-ecom/transactions/certification-requirements/gpos-address/

**Element type:** Required for Input VAT and Triangulation, suggested for Core

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

Your integration must provide a way for users to enter the address where the goods are located when there’s no transportation. For core-only integrations, this is required if your platform accepts this address. This is also required for integrations that will support input VAT and triangulation.

A goods-place-or-service-rendered address is added to your application using the `goodsPlaceOrServiceRendered` field in the [AddressesModel](https://developer.avalara.com/api-reference/avatax/rest/v2/models/AddressesModel/) at the header or line level.

[![Closed](https://avalara-devdocs-prod.mcoutput.com/vat-ecom/Skins/Default/Stylesheets/Images/transparent.gif)View example](javascript:void\(0\);)

```
{    "addresses": {      "goodsPlaceOrServiceRendered":{        "line1":"",        "city":"",        "region":"",        "country":"AT",        "postalCode":""      },      ...    },    ...}
```