Company
Summary
Stores details about a specific company, which may not necessarily be a legal trading entity.
Data Definitions
Company
Data Type | Field Name | Rules | About |
---|---|---|---|
String | code | Zero or One | The canonical code for the company. Is an alternate key. |
String | name | Zero or One | The name of the company. |
Sample JSON
{
"@type": "Company",
"uniqueText": "ca833891-1145-45f6-a641-0a4a77c60fb1",
"code": "6900",
"name": "SteelToast Creations"
}