End User Model
End User Model - is an extended model from Account Model for show platform end user parameters. The fields of the End User model are presented in the table (Table 4.3), with an example below (Listing 4.2).
Table 4.3 - Fields of End User Model

Listing 4.2 - Example of End User Model (JSON)
{
"uuid": "ff472de7-59b2-425d-96ec-9d1ff4bab684",
"name": "Example End User",
"status": {...//Status Model},
"currency_code": "EUR",
"email_for_notification": "[email protected]",
"vat_number": "1234567890",
"address": {...//Account Address Model},
"owner": {...//User Model},
"company": {...//Account Model}
}
Last updated