Entity: BrandOwner - LabelHub/labelhub.integration.documentation GitHub Wiki
Name | Required | Notes |
---|---|---|
brandOwnerNo | Yes | Primary key. Usually CustomerNo in ERP/MIS. |
name | Yes | Name of the brandowner / customer |
address | ||
zipCode | ||
city | ||
country | ||
orgNo | Organizational number. In most contries this is equal to the VAT number. |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<brandowner version="1">
<brandOwnerNo>cust1234</brandOwnerNo>
<name>Coffee company inc.</name>
<address>Beany road 123</address>
<zipCode>DK1234</zipCode>
<city>GroundCity</city>
<country>Denmark</country>
<orgNo>12345678</orgNo>
</brandowner>