PUT v1/Address
Request Information
URI Parameters
None.
Body Parameters
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. |
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": "8f5485c0-2904-406a-8311-05c7ca9c15c2", "EventLocationGuid": "6f4a7fa4-040a-425b-80c5-f7c0026e6c9b", "Guid": "dc1c5165-98a9-4c76-b173-b6b51f2ce225", "Created": "2024-11-20T16:19:10.8907065+00:00", "Modified": "2024-11-20T16:19:10.8907065+00:00", "Deleted": "2024-11-20T16:19:10.8907065+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":"8f5485c0-2904-406a-8311-05c7ca9c15c2","EventLocationGuid":"6f4a7fa4-040a-425b-80c5-f7c0026e6c9b","Guid":"dc1c5165-98a9-4c76-b173-b6b51f2ce225","Created":"2024-11-20T16:19:10.8907065+00:00","Modified":"2024-11-20T16:19:10.8907065+00:00","Deleted":"2024-11-20T16:19:10.8907065+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">2024-11-20T16:19:10.8907065+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-20T16:19:10.8907065+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">dc1c5165-98a9-4c76-b173-b6b51f2ce225</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-20T16:19:10.8907065+00:00</Modified> <City>sample string 4</City> <Country>sample string 5</Country> <EventLocationGuid>6f4a7fa4-040a-425b-80c5-f7c0026e6c9b</EventLocationGuid> <HouseNumber>sample string 2</HouseNumber> <Postcode>sample string 3</Postcode> <Street>sample string 1</Street> <TrainingLocationGuid>8f5485c0-2904-406a-8311-05c7ca9c15c2</TrainingLocationGuid> </AddressViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "fd6da86f-e1db-4fbf-a78b-2f6c0677ef6e", "EventLocationGuid": "4b16c1ee-0b0f-4d4d-a2ff-be333ab3035b", "Guid": "3ba7ec1e-5d2e-48e2-828b-13b6bc4f862e", "Created": "2024-11-20T16:19:10.8907065+00:00", "Modified": "2024-11-20T16:19:10.8907065+00:00", "Deleted": "2024-11-20T16:19:10.8907065+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":"fd6da86f-e1db-4fbf-a78b-2f6c0677ef6e","EventLocationGuid":"4b16c1ee-0b0f-4d4d-a2ff-be333ab3035b","Guid":"3ba7ec1e-5d2e-48e2-828b-13b6bc4f862e","Created":"2024-11-20T16:19:10.8907065+00:00","Modified":"2024-11-20T16:19:10.8907065+00:00","Deleted":"2024-11-20T16:19:10.8907065+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">2024-11-20T16:19:10.8907065+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-20T16:19:10.8907065+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3ba7ec1e-5d2e-48e2-828b-13b6bc4f862e</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2024-11-20T16:19:10.8907065+00:00</Modified> <City>sample string 4</City> <Country>sample string 5</Country> <EventLocationGuid>4b16c1ee-0b0f-4d4d-a2ff-be333ab3035b</EventLocationGuid> <HouseNumber>sample string 2</HouseNumber> <Postcode>sample string 3</Postcode> <Street>sample string 1</Street> <TrainingLocationGuid>fd6da86f-e1db-4fbf-a78b-2f6c0677ef6e</TrainingLocationGuid> </AddressViewModel>