POST api/post/reviewNew
Request Information
URI Parameters
None.
Body Parameters
ReviewName | Description | Type | Additional information |
---|---|---|---|
ReviewID | integer |
None. |
|
PlayerName | string |
None. |
|
Comments | string |
None. |
|
ReviewDate | date |
None. |
|
ScoutID | integer |
None. |
|
PlayerID | integer |
None. |
|
PositionID | integer |
None. |
|
ReviewLevel | string |
None. |
|
Modified | string |
None. |
|
Validated | integer |
None. |
|
GameID | integer |
None. |
|
ReviewState | string |
None. |
|
ReviewInternationalLevel | string |
None. |
|
ReviewLaterality | string |
None. |
|
GameLevel | string |
None. |
|
Player | Player |
None. |
|
Position | Position |
None. |
|
ReviewSkill | Collection of ReviewSkill |
None. |
|
ReviewSubSkill | Collection of ReviewSubSkill |
None. |
|
Scout | Scout |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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>