Consumer¶
A Consumer resource represents a end-customer which do business with Crayon via reseller.
Resource definition¶
{
    "Id": 1234,
    "Name": "Name",
    "LegalName": "LegalName",
    "Organization": {
        "Id": 1,
        "Name": "CustomerName"
    }
}
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.  |