POST api/PlayerEntryTypeQuota/CRUD
Add/Update/Delete PlayerEntryTypeQuotas
Request Information
URI Parameters
None.
Body Parameters
String Array of MatchConfigurations And Information(Mandatory)
Collection of PlayerEntryTypeQuotaInfoName | Description | Type | Additional information |
---|---|---|---|
PlayerEntryTypeQuotaId | integer |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
EventCoreTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "PlayerEntryTypeQuotaId": 1, "Code": "sample string 2", "Name": "sample string 3", "EventCoreTypeId": 4 }, { "PlayerEntryTypeQuotaId": 1, "Code": "sample string 2", "Name": "sample string 3", "EventCoreTypeId": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfPlayerEntryTypeQuotaInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <PlayerEntryTypeQuotaInfo> <Code>sample string 2</Code> <EventCoreTypeId>4</EventCoreTypeId> <Name>sample string 3</Name> <PlayerEntryTypeQuotaId>1</PlayerEntryTypeQuotaId> </PlayerEntryTypeQuotaInfo> <PlayerEntryTypeQuotaInfo> <Code>sample string 2</Code> <EventCoreTypeId>4</EventCoreTypeId> <Name>sample string 3</Name> <PlayerEntryTypeQuotaId>1</PlayerEntryTypeQuotaId> </PlayerEntryTypeQuotaInfo> </ArrayOfPlayerEntryTypeQuotaInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>