POST api/AddPlayerPool
Request Information
URI Parameters
None.
Body Parameters
PlayerPool| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PoolName | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| CretaedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PoolName": "sample string 2",
"CreatedOn": "2025-12-06T05:45:22.7261945+01:00",
"ModifiedOn": "2025-12-06T05:45:22.7261945+01:00",
"CretaedBy": 5
}
application/xml, text/xml
Sample:
<PlayerPool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO"> <CreatedOn>2025-12-06T05:45:22.7261945+01:00</CreatedOn> <CretaedBy>5</CretaedBy> <Id>1</Id> <ModifiedOn>2025-12-06T05:45:22.7261945+01:00</ModifiedOn> <PoolName>sample string 2</PoolName> </PlayerPool>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.