Addresses
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Addresses
Represents a queryable address.
GUID
ED951587-26A0-4BC8-9315-8FA5B9809546
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the address. |
|
Addressee | String | The addressee of the address.
|
|
Field1 | String | The first field of the address.
|
|
Field2 | String | The second field of the address.
|
|
Field3 | String | The third field of the address.
|
|
Field4 | String | The fourth field of the address.
|
|
Field5 | String | The fifth field of the address.
|
|
Locality | String | The locality of the address.
|
|
Region | String | The region of the address.
|
|
PostalCode | String | The postal code of the address.
|
|
AddressFormatType | Int32 | The format type of the address.
|
|
CountryId | Int64 | References Countries. |
|
LanguageId | Int64 | The business key identifier of the language code. References LanguageCodes. |
|
FormReportTranslationGroupId | Int64 | The business key identifier of the form report translation group. References FormReportTranslationGroup. |
|
PostalCodeId | Int64? | The business key identifier of the postal code. References PostalCode.
|
Example
{
"Id": 0,
"Addressee": null,
"Field1": null,
"Field2": null,
"Field3": null,
"Field4": null,
"Field5": null,
"Locality": null,
"Region": null,
"PostalCode": null,
"AddressFormatType": 0,
"CountryId": 0,
"LanguageId": 0,
"FormReportTranslationGroupId": 0,
"PostalCodeId": null
}