Consumer ======== A Consumer resource represents a end-customer which do business with Crayon via reseller. Resource definition ------------------- .. literalinclude:: _static/Consumer.json :language: json +-------------------+------------------+-------------------------------------------------------------------------+ | Name | Type | Description | +===================+==================+=========================================================================+ | Id | int | Identifier for the Consumer. | +-------------------+------------------+-------------------------------------------------------------------------+ | Name | string | The name of the Consumer | +-------------------+------------------+-------------------------------------------------------------------------+ | LegalName | int | Legal name of the Consumer. | +-------------------+------------------+-------------------------------------------------------------------------+ | Organization | ObjectReference | Organization(customer) which is reseller for the consumer. | +-------------------+------------------+-------------------------------------------------------------------------+ Operations on consumer ---------------------- - :doc:`/scenarios/consumer-get-by-id`