POST api/Starwars/UpdateTalentTreeConnection/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
Body Parameters
TalentTreeConnection| Name | Description | Type | Additional information |
|---|---|---|---|
| TalentTreeConnectionID | integer |
None. |
|
| FirstRow | integer |
None. |
|
| FirstColumn | integer |
None. |
|
| SecondRow | integer |
None. |
|
| SecondColumn | integer |
None. |
|
| TalentTreeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"talentTreeConnectionID": 1,
"firstRow": 2,
"firstColumn": 3,
"secondRow": 4,
"secondColumn": 5,
"talentTreeID": 6
}
text/html
Sample:
{"talentTreeConnectionID":1,"firstRow":2,"firstColumn":3,"secondRow":4,"secondColumn":5,"talentTreeID":6}
application/xml, text/xml
Sample:
<TalentTreeConnection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RPGAnthology.WebAPI.Models"> <FirstColumn>3</FirstColumn> <FirstRow>2</FirstRow> <SecondColumn>5</SecondColumn> <SecondRow>4</SecondRow> <TalentTreeConnectionID>1</TalentTreeConnectionID> <TalentTreeID>6</TalentTreeID> </TalentTreeConnection>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TalentTreeConnection| Name | Description | Type | Additional information |
|---|---|---|---|
| TalentTreeConnectionID | integer |
None. |
|
| FirstRow | integer |
None. |
|
| FirstColumn | integer |
None. |
|
| SecondRow | integer |
None. |
|
| SecondColumn | integer |
None. |
|
| TalentTreeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"talentTreeConnectionID": 1,
"firstRow": 2,
"firstColumn": 3,
"secondRow": 4,
"secondColumn": 5,
"talentTreeID": 6
}
text/html
Sample:
{"talentTreeConnectionID":1,"firstRow":2,"firstColumn":3,"secondRow":4,"secondColumn":5,"talentTreeID":6}
application/xml, text/xml
Sample:
<TalentTreeConnection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RPGAnthology.WebAPI.Models"> <FirstColumn>3</FirstColumn> <FirstRow>2</FirstRow> <SecondColumn>5</SecondColumn> <SecondRow>4</SecondRow> <TalentTreeConnectionID>1</TalentTreeConnectionID> <TalentTreeID>6</TalentTreeID> </TalentTreeConnection>