
Workflow
The following diagram is a simplified Workflow of the Structure process with the most important steps.

Figure 1. Structure Workflow
Step | Description |
---|---|
1. Validate request |
Check authentication/authorization and JSON format. If invalid, return an error immediately. |
2. Determine country |
The country code that fits best to the request will be determined. |
3. Parse elements |
The input is segmented into address elements:
|
4. Return result |
Combine parsed fields into JSON and return to the client. |