{
"additionalAddressInfo": "string",
"b2bStatus": "boolean",
"city": "string",
"class": "string",
"company": "string",
"countryId": "int64",
"customerId": "int64",
"firstname": "string",
"gender": "string",
"houseNumber": "string",
"id": "int64",
"lastname": "string",
"postcode": "string",
"street": "string",
"suburb": "string",
"zoneId": "int64"
}
{
"additionalAddressInfo": "1. Etage",
"b2bStatus": false,
"city": "Test City",
"class": null,
"company": "Test Company",
"countryId": 81,
"customerId": 1,
"firstname": "John",
"gender": "m",
"houseNumber": "123",
"lastname": "Doe",
"postcode": "23983",
"street": "Test Street",
"suburb": "Test Suburb",
"zoneId": 84
}
| Name | Type | Description | Additional |
|---|---|---|---|
| additionalAddressInfo | string | ||
| b2bStatus | boolean | ||
| city | string | ||
| class | string | ||
| company | string | ||
| countryId | int64 | ||
| customerId | int64 | ||
| firstname | string | ||
| gender | string |
Possible values are:
|
|
| houseNumber | string | ||
| id | int64 | Optional, read only. | |
| lastname | string | ||
| postcode | string | ||
| street | string | ||
| suburb | string | ||
| zoneId | int64 |