POST api/Game_Idea
Request Information
URI Parameters
None.
Body Parameters
Game_Idea| Name | Description | Type | Additional information |
|---|---|---|---|
| idea_id | integer |
None. |
|
| idea_name | string |
None. |
|
| idea_description | string |
None. |
|
| game_url | string |
None. |
|
| count_gm | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idea_id": 1,
"idea_name": "sample string 2",
"idea_description": "sample string 3",
"game_url": "sample string 4",
"count_gm": 5
}
application/xml, text/xml
Sample:
<Game_Idea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aigame.Models"> <count_gm>5</count_gm> <game_url>sample string 4</game_url> <idea_description>sample string 3</idea_description> <idea_id>1</idea_id> <idea_name>sample string 2</idea_name> </Game_Idea>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Game_Idea| Name | Description | Type | Additional information |
|---|---|---|---|
| idea_id | integer |
None. |
|
| idea_name | string |
None. |
|
| idea_description | string |
None. |
|
| game_url | string |
None. |
|
| count_gm | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idea_id": 1,
"idea_name": "sample string 2",
"idea_description": "sample string 3",
"game_url": "sample string 4",
"count_gm": 5
}
application/xml, text/xml
Sample:
<Game_Idea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aigame.Models"> <count_gm>5</count_gm> <game_url>sample string 4</game_url> <idea_description>sample string 3</idea_description> <idea_id>1</idea_id> <idea_name>sample string 2</idea_name> </Game_Idea>