PUT v1/Address
Request Information
URI Parameters
None.
Body Parameters
AddressViewModel| Name | 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. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| Guid | globally unique identifier |
None. |
Request 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": "66d9dee2-6a41-4a52-94ea-627e4240f1e9",
"EventLocationGuid": "c437a4b0-cbb1-4c5a-a99f-573275ac7b25",
"Longitude": "sample string 6",
"Latitude": "sample string 7",
"Guid": "a76dce9a-5810-4010-8c52-20a9dedf234c",
"Created": "2026-02-24T13:51:07.1857375+00:00",
"Modified": "2026-02-24T13:51:07.1857375+00:00",
"Deleted": "2026-02-24T13:51:07.1857375+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":"66d9dee2-6a41-4a52-94ea-627e4240f1e9","EventLocationGuid":"c437a4b0-cbb1-4c5a-a99f-573275ac7b25","Longitude":"sample string 6","Latitude":"sample string 7","Guid":"a76dce9a-5810-4010-8c52-20a9dedf234c","Created":"2026-02-24T13:51:07.1857375+00:00","Modified":"2026-02-24T13:51:07.1857375+00:00","Deleted":"2026-02-24T13:51:07.1857375+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">2026-02-24T13:51:07.1857375+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-24T13:51:07.1857375+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">a76dce9a-5810-4010-8c52-20a9dedf234c</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-24T13:51:07.1857375+00:00</Modified>
<City>sample string 4</City>
<Country>sample string 5</Country>
<EventLocationGuid>c437a4b0-cbb1-4c5a-a99f-573275ac7b25</EventLocationGuid>
<HouseNumber>sample string 2</HouseNumber>
<Latitude>sample string 7</Latitude>
<Longitude>sample string 6</Longitude>
<Postcode>sample string 3</Postcode>
<Street>sample string 1</Street>
<TrainingLocationGuid>66d9dee2-6a41-4a52-94ea-627e4240f1e9</TrainingLocationGuid>
</AddressViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddressViewModel| Name | 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. |
|
| Longitude | string |
None. |
|
| Latitude | string |
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": "74de4759-92f4-423f-9002-6ab2933fc724",
"EventLocationGuid": "3e04be66-7ad8-4135-9e3b-ac0d48c05e49",
"Longitude": "sample string 6",
"Latitude": "sample string 7",
"Guid": "f389f7f2-a097-44d5-9a85-6b442e60fb2e",
"Created": "2026-02-24T13:51:07.201302+00:00",
"Modified": "2026-02-24T13:51:07.201302+00:00",
"Deleted": "2026-02-24T13:51:07.201302+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":"74de4759-92f4-423f-9002-6ab2933fc724","EventLocationGuid":"3e04be66-7ad8-4135-9e3b-ac0d48c05e49","Longitude":"sample string 6","Latitude":"sample string 7","Guid":"f389f7f2-a097-44d5-9a85-6b442e60fb2e","Created":"2026-02-24T13:51:07.201302+00:00","Modified":"2026-02-24T13:51:07.201302+00:00","Deleted":"2026-02-24T13:51:07.201302+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">2026-02-24T13:51:07.201302+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-24T13:51:07.201302+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">f389f7f2-a097-44d5-9a85-6b442e60fb2e</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-24T13:51:07.201302+00:00</Modified>
<City>sample string 4</City>
<Country>sample string 5</Country>
<EventLocationGuid>3e04be66-7ad8-4135-9e3b-ac0d48c05e49</EventLocationGuid>
<HouseNumber>sample string 2</HouseNumber>
<Latitude>sample string 7</Latitude>
<Longitude>sample string 6</Longitude>
<Postcode>sample string 3</Postcode>
<Street>sample string 1</Street>
<TrainingLocationGuid>74de4759-92f4-423f-9002-6ab2933fc724</TrainingLocationGuid>
</AddressViewModel>