# Customer supplier name

Source: https://developer.avalara.com/vat-marketplace/certification-requirements/customer-supplier-name/

**Element type:** Suggested

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

Your integration should provide an option for specifying the name of the customer or counterparty who is purchasing the goods or service. For sales document types, enter the name of your own company for which you’re reporting in the `customerSupplierName` field; for purchases document types, enter the name of the supplier you’ve purchased from in the `customerSupplierName` field.

Keep in mind the following when entering a `customerSupplierName`.

-   If the customer supplier is a company, then the company name and legal form should be passed (for example, `Final Customer GmbH`).

-   If the customer supplier is a private individual, then you may choose to use an ID, you can pass a full name, or you can simply use `PRIVATE INDIVIDUAL`.

-   AvaTax doesn't validate this field; it only passes this value back in reports that are designed for audit purposes, such as the Marketplace Audit Report found in the **Reports** section in the AvaTax UI.

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

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