POST api/EventProfileQuota/Update

Update Event Profile Quota and its related data

Request Information

URI Parameters

None.

Body Parameters

Event Profile Quota Information(Mandatory)

Collection of EventProfileQuotasInformation
NameDescriptionTypeAdditional information
EventQuotaProfileId

integer

None.

EventId

integer

None.

QuotaProfileId

integer

None.

AllowRestriction

boolean

None.

HostCount

integer

None.

GeneralCount

integer

None.

CoreOrgOnly

boolean

None.

IsActive

boolean

None.

Deleted

integer

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

IsDeleted

boolean

None.

AccreditationCode

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EventQuotaProfileId": 1,
    "EventId": 1,
    "QuotaProfileId": 2,
    "AllowRestriction": true,
    "HostCount": 3,
    "GeneralCount": 4,
    "CoreOrgOnly": true,
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:04:55.3941767+00:00",
    "IsDeleted": true,
    "AccreditationCode": "sample string 5"
  },
  {
    "EventQuotaProfileId": 1,
    "EventId": 1,
    "QuotaProfileId": 2,
    "AllowRestriction": true,
    "HostCount": 3,
    "GeneralCount": 4,
    "CoreOrgOnly": true,
    "IsActive": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:04:55.3941767+00:00",
    "IsDeleted": true,
    "AccreditationCode": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEventProfileQuotasInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <EventProfileQuotasInformation>
    <AccreditationCode>sample string 5</AccreditationCode>
    <AllowRestriction>true</AllowRestriction>
    <CoreOrgOnly>true</CoreOrgOnly>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <EventQuotaProfileId>1</EventQuotaProfileId>
    <GeneralCount>4</GeneralCount>
    <HostCount>3</HostCount>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:04:55.3941767+00:00</LastUpdatedDateTime>
    <QuotaProfileId>2</QuotaProfileId>
  </EventProfileQuotasInformation>
  <EventProfileQuotasInformation>
    <AccreditationCode>sample string 5</AccreditationCode>
    <AllowRestriction>true</AllowRestriction>
    <CoreOrgOnly>true</CoreOrgOnly>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EventId>1</EventId>
    <EventQuotaProfileId>1</EventQuotaProfileId>
    <GeneralCount>4</GeneralCount>
    <HostCount>3</HostCount>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:04:55.3941767+00:00</LastUpdatedDateTime>
    <QuotaProfileId>2</QuotaProfileId>
  </EventProfileQuotasInformation>
</ArrayOfEventProfileQuotasInformation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>