Organization ============ A Organization resource represents a company that wants to do business with Crayon. Resource definition ------------------- .. literalinclude:: _static/Organization.json :language: json +-------------------+------------------+-------------------------------------------------------------------------+ | 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 | +-------------------+------------------+-------------------------------------------------------------------------+ Operations on organization -------------------------- - :doc:`/scenarios/organizations-get` - :doc:`/scenarios/organization-get`