POST api/event/EventVenueReset

Request Information

URI Parameters

None.

Body Parameters

EventIdRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "bcce5a52-45f1-4a35-aaea-372c3efb3457"
}

application/xml, text/xml

Sample:
<EventIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>bcce5a52-45f1-4a35-aaea-372c3efb3457</EventId>
</EventIdRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfEventVenueOutputParameters
NameDescriptionTypeAdditional information
Content

EventVenueOutputParameters

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.