POST Events/GetEventCancel

Request Information

URI Parameters

None.

Body Parameters

RequestGetEventCancel
NameDescriptionTypeAdditional information
EventID

integer

None.

ArrID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EventID": 1,
  "ArrID": 2
}

text/html

Sample:
{"EventID":1,"ArrID":2}

application/xml, text/xml

Sample:
<RequestGetEventCancel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels">
  <ArrID>2</ArrID>
  <EventID>1</EventID>
</RequestGetEventCancel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGetEventCancel
NameDescriptionTypeAdditional information
Filter

DynamicFilters

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ResponseGetEventCancel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels">
  <Filter xmlns:d2p1="http://schemas.datacontract.org/2004/07/OtherModels">
    <d2p1:Properties>
      <d2p1:DynamicFilterProperty>
        <d2p1:DateOptions />
        <d2p1:Label>sample string 2</d2p1:Label>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:Type>Select</d2p1:Type>
        <d2p1:Values>
          <d2p1:DynamicFilterPropertyValue />
          <d2p1:DynamicFilterPropertyValue />
        </d2p1:Values>
      </d2p1:DynamicFilterProperty>
      <d2p1:DynamicFilterProperty>
        <d2p1:DateOptions />
        <d2p1:Label>sample string 2</d2p1:Label>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:Type>Select</d2p1:Type>
        <d2p1:Values>
          <d2p1:DynamicFilterPropertyValue />
          <d2p1:DynamicFilterPropertyValue />
        </d2p1:Values>
      </d2p1:DynamicFilterProperty>
    </d2p1:Properties>
  </Filter>
</ResponseGetEventCancel>