POST api/event/EventVenueEdit
Request Information
URI Parameters
None.
Body Parameters
EventVenueEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventVenueId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Region | string |
None. |
|
| Province | string |
None. |
|
| City | string |
None. |
|
| Address | string |
None. |
|
| OtherDetails | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| IsOverSea | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "9d313083-8950-451a-a419-5694cc3458aa",
"EventVenueId": "4635d62f-10a9-494c-904d-43b99c303894",
"Name": "sample string 3",
"Region": "sample string 4",
"Province": "sample string 5",
"City": "sample string 6",
"Address": "sample string 7",
"OtherDetails": "sample string 8",
"Longitude": "sample string 9",
"Latitude": "sample string 10",
"IsOverSea": true
}
application/xml, text/xml
Sample:
<EventVenueEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Address>sample string 7</Address> <City>sample string 6</City> <EventId>9d313083-8950-451a-a419-5694cc3458aa</EventId> <EventVenueId>4635d62f-10a9-494c-904d-43b99c303894</EventVenueId> <IsOverSea>true</IsOverSea> <Latitude>sample string 10</Latitude> <Longitude>sample string 9</Longitude> <Name>sample string 3</Name> <OtherDetails>sample string 8</OtherDetails> <Province>sample string 5</Province> <Region>sample string 4</Region> </EventVenueEditRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.