GET api/Event_FeesProfileTypeCancellationOptions/{fees_profiletype_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fees_profiletype_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EventFeesProfileTypeCancellationOptions_dc
NameDescriptionTypeAdditional information
EventFeesProfileTypeCancellationOptionId

integer

None.

EventId

integer

None.

EventFeesbyProfileTypeId

integer

None.

Days

integer

None.

IsPercentage

boolean

None.

Value

integer

None.

IsActive

boolean

None.

Deleted

integer

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventFeesProfileTypeCancellationOptionId": 1,
    "EventId": 1,
    "EventFeesbyProfileTypeId": 2,
    "Days": 3,
    "IsPercentage": true,
    "Value": 4,
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T15:55:01.0540964+00:00",
    "IsDeleted": true
  },
  {
    "EventFeesProfileTypeCancellationOptionId": 1,
    "EventId": 1,
    "EventFeesbyProfileTypeId": 2,
    "Days": 3,
    "IsPercentage": true,
    "Value": 4,
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T15:55:01.0540964+00:00",
    "IsDeleted": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfEventFeesProfileTypeCancellationOptions_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <EventFeesProfileTypeCancellationOptions_dc>
    <CreatedBy>1</CreatedBy>
    <Days>3</Days>
    <Deleted>1</Deleted>
    <EventFeesProfileTypeCancellationOptionId>1</EventFeesProfileTypeCancellationOptionId>
    <EventFeesbyProfileTypeId>2</EventFeesbyProfileTypeId>
    <EventId>1</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <IsPercentage>true</IsPercentage>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T15:55:01.0540964+00:00</LastUpdatedDateTime>
    <Value>4</Value>
  </EventFeesProfileTypeCancellationOptions_dc>
  <EventFeesProfileTypeCancellationOptions_dc>
    <CreatedBy>1</CreatedBy>
    <Days>3</Days>
    <Deleted>1</Deleted>
    <EventFeesProfileTypeCancellationOptionId>1</EventFeesProfileTypeCancellationOptionId>
    <EventFeesbyProfileTypeId>2</EventFeesbyProfileTypeId>
    <EventId>1</EventId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <IsPercentage>true</IsPercentage>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T15:55:01.0540964+00:00</LastUpdatedDateTime>
    <Value>4</Value>
  </EventFeesProfileTypeCancellationOptions_dc>
</ArrayOfEventFeesProfileTypeCancellationOptions_dc>