# CustomerCreateResponse

```java
String status;
String generated;
String id;
String organizationId;
String locationId;
String hotspotId;
String username;
String password;
Boolean locked;
```

| Variable       | Description                                                                                   | Example                            |
| -------------- | --------------------------------------------------------------------------------------------- | ---------------------------------- |
| status         | OK if customer has been created, KO otherwise                                                 | `{"OK","KO"}`                      |
| generated      | data when the customer has been created                                                       | `2022-07-08T13:15:43.885Z`         |
| id             | id of the customer created                                                                    | `986a372347aac5e4a94516db835d58aa` |
| organizationId | organizationId owner of the customer                                                          | `3a8ccd060216452e09b2b32e750cb5eb` |
| locationId     | locationId owner of the customer                                                              | `ff80808170f5232b01754653699e109e` |
| hotspotId      | hotspotId associated to the customer (not applicable when customer is created via mobile SDK) |                                    |
| username       | username of the customer to access cloud4wi services                                          | `YDSDFDKJEAS`                      |
| password       | password of the customer to access cloud4wi services                                          | `XYXXZXYX`                         |
| locked         | field that identifies whether the account is blocked                                          |                                    |
