GET api/player/{name}/{surname}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name | string |
Required |
|
surname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlayerDTOName | Description | Type | Additional information |
---|---|---|---|
PlayerId | integer |
None. |
|
PlayerName | string |
None. |
|
PlayerSurname | string |
None. |
|
BirthDate | string |
None. |
|
Nacionality | string |
None. |
|
Heigth | decimal number |
None. |
|
Weight | decimal number |
None. |
|
Price | decimal number |
None. |
|
Contract | string |
None. |
|
Contact | string |
None. |
|
Agent | string |
None. |
|
ContactAgent | string |
None. |
|
ContactFamily | string |
None. |
|
Photo | string |
None. |
|
Pos | string |
None. |
|
reviews | Collection of ReviewDTO |
None. |
|
lvl | integer |
None. |
|
dorsal | integer |
None. |
|
titularidad | string |
None. |
|
posicion | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.