GET v1/Address/Empty
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AddressViewModelName | Description | Type | Additional information |
---|---|---|---|
Street | string |
None. |
|
HouseNumber | string |
None. |
|
Postcode | string |
None. |
|
City | string |
None. |
|
Country | string |
None. |
|
TrainingLocationGuid | globally unique identifier |
None. |
|
EventLocationGuid | globally unique identifier |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Street": "sample string 1", "HouseNumber": "sample string 2", "Postcode": "sample string 3", "City": "sample string 4", "Country": "sample string 5", "TrainingLocationGuid": "9603a1e9-3bdb-4035-ae54-a6f6543d7f57", "EventLocationGuid": "cf2a50b7-34b9-40a4-9161-32dd865d2121", "Guid": "681fc1b3-8902-49eb-a35b-a5cd0a252dd8", "Created": "2023-11-22T11:05:40.0131099+00:00", "Modified": "2023-11-22T11:05:40.0131099+00:00", "Deleted": "2023-11-22T11:05:40.0131099+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"Street":"sample string 1","HouseNumber":"sample string 2","Postcode":"sample string 3","City":"sample string 4","Country":"sample string 5","TrainingLocationGuid":"9603a1e9-3bdb-4035-ae54-a6f6543d7f57","EventLocationGuid":"cf2a50b7-34b9-40a4-9161-32dd865d2121","Guid":"681fc1b3-8902-49eb-a35b-a5cd0a252dd8","Created":"2023-11-22T11:05:40.0131099+00:00","Modified":"2023-11-22T11:05:40.0131099+00:00","Deleted":"2023-11-22T11:05:40.0131099+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<AddressViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:05:40.0131099+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:05:40.0131099+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">681fc1b3-8902-49eb-a35b-a5cd0a252dd8</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-22T11:05:40.0131099+00:00</Modified> <City>sample string 4</City> <Country>sample string 5</Country> <EventLocationGuid>cf2a50b7-34b9-40a4-9161-32dd865d2121</EventLocationGuid> <HouseNumber>sample string 2</HouseNumber> <Postcode>sample string 3</Postcode> <Street>sample string 1</Street> <TrainingLocationGuid>9603a1e9-3bdb-4035-ae54-a6f6543d7f57</TrainingLocationGuid> </AddressViewModel>