# CustomerInfo

```
NSString*  status;
NSString*  generated;
NSString*  id;
NSString*  extId;
```

<table><thead><tr><th>Variable</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>status</td><td>OK if customer has been created, KO otherwise</td><td>{"OK","KO"}</td></tr><tr><td>generated</td><td>data when the customer has been created</td><td>2022-07-08T13:15:43.885Z</td></tr><tr><td>id</td><td>id of the customer created</td><td>986a372347aac5e4a94516db835d58aa</td></tr><tr><td>extId</td><td>a string value associated to the customer. Usually it is used to store an external CRM id of the customer</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/objects/customerinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
