Organization¶
A Organization resource represents a company that wants to do business with Crayon.
Resource definition¶
{
"Id": 1,
"Name": "My organization",
"ParentId": 2,
"CrayonCompanyName": "Crayon AB"
}
Name | Type | Description |
---|---|---|
Id | int | |
Name | string | The name of the Organization |
ParentId | int | The Id of the organization that my organization is a subsidiary to |
CrayonCompanyName | string | Name of the Crayon company the tenant belongs to |