> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itpainform.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itpainform.com/_mcp/server.

# Overview

#### JavaScript

```javascript
businessActivity: string;  
startedOperation: string;  
brandName: string;  
tradeStyle: string;  
productionCapacity: string;  
productionYear: string;  
productions: Productions[];  
agenciesheld: string;  
localPurchase: string;  
internationalPurchase: string;  
purchaseNotes: string;  
importCountries: string;  
purchasingTerms: boolean[];  
purchasingTermsOthers: string;  
majorSuppliers: string;  
localSales: string;  
internationalSales: string;  
salesNotes: string;  
exportsCountries: string;  
sellingTerms: boolean[];  
sellingTermsOthers: string;  
customerTypes: boolean[];  
majorCustomers: string;  
majorCusromerNotes: string;  
headType: string;  
headTypeCount: string;  
headOffice: string;  
moreStaff: Staff[];  
staffNotes: string;

```

#### Python

```python
businessActivity: string;  
startedOperation: string;  
brandName: string;  
tradeStyle: string;  
productionCapacity: string;  
productionYear: string;  
productions: Productions[];  
agenciesheld: string;  
localPurchase: string;  
internationalPurchase: string;  
purchaseNotes: string;  
importCountries: string;  
purchasingTerms: boolean[];  
purchasingTermsOthers: string;  
majorSuppliers: string;  
localSales: string;  
internationalSales: string;  
salesNotes: string;  
exportsCountries: string;  
sellingTerms: boolean[];  
sellingTermsOthers: string;  
customerTypes: boolean[];  
majorCustomers: string;  
majorCusromerNotes: string;  
headType: string;  
headTypeCount: string;  
headOffice: string;  
moreStaff: Staff[];  
staffNotes: string;

```

#### Java

```java
businessActivity: string;  
startedOperation: string;  
brandName: string;  
tradeStyle: string;  
productionCapacity: string;  
productionYear: string;  
productions: Productions[];  
agenciesheld: string;  
localPurchase: string;  
internationalPurchase: string;  
purchaseNotes: string;  
importCountries: string;  
purchasingTerms: boolean[];  
purchasingTermsOthers: string;  
majorSuppliers: string;  
localSales: string;  
internationalSales: string;  
salesNotes: string;  
exportsCountries: string;  
sellingTerms: boolean[];  
sellingTermsOthers: string;  
customerTypes: boolean[];  
majorCustomers: string;  
majorCusromerNotes: string;  
headType: string;  
headTypeCount: string;  
headOffice: string;  
moreStaff: Staff[];  
staffNotes: string;

```

#### cURL

```curl
businessActivity: string;  
startedOperation: string;  
brandName: string;  
tradeStyle: string;  
productionCapacity: string;  
productionYear: string;  
productions: Productions[];  
agenciesheld: string;  
localPurchase: string;  
internationalPurchase: string;  
purchaseNotes: string;  
importCountries: string;  
purchasingTerms: boolean[];  
purchasingTermsOthers: string;  
majorSuppliers: string;  
localSales: string;  
internationalSales: string;  
salesNotes: string;  
exportsCountries: string;  
sellingTerms: boolean[];  
sellingTermsOthers: string;  
customerTypes: boolean[];  
majorCustomers: string;  
majorCusromerNotes: string;  
headType: string;  
headTypeCount: string;  
headOffice: string;  
moreStaff: Staff[];  
staffNotes: string;

```

#### Shell

```bash
businessActivity: string;  
startedOperation: string;  
brandName: string;  
tradeStyle: string;  
productionCapacity: string;  
productionYear: string;  
productions: Productions[];  
agenciesheld: string;  
localPurchase: string;  
internationalPurchase: string;  
purchaseNotes: string;  
importCountries: string;  
purchasingTerms: boolean[];  
purchasingTermsOthers: string;  
majorSuppliers: string;  
localSales: string;  
internationalSales: string;  
salesNotes: string;  
exportsCountries: string;  
sellingTerms: boolean[];  
sellingTermsOthers: string;  
customerTypes: boolean[];  
majorCustomers: string;  
majorCusromerNotes: string;  
headType: string;  
headTypeCount: string;  
headOffice: string;  
moreStaff: Staff[];  
staffNotes: string;

```