POST api/Walking/PostMove
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ChannelsName | Description | Type | Additional information |
---|---|---|---|
MapID | integer |
None. |
|
ChannelID | integer |
None. |
|
Count | integer |
None. |
|
Player | Collection of WalkingPlayer |
None. |
|
HomePlayer | Collection of SocialData |
None. |
Response Formats
application/json, text/json
Sample:
{ "MapID": 1, "ChannelID": 2, "Count": 3, "Player": [ { "PlayerID": 1, "RoadID": 2, "PlayerDollStyle": { "AlbumID": 1, "Number": 2, "Race": "sample string 3", "PID": 4, "WID": 5, "StarLv": 6, "Type": 7, "Face": 8, "Body": 9, "Name": "sample string 10", "Talent1": { "Name": "無", "Value": 1 }, "Talent2": { "Name": "無", "Value": 1 }, "Talent3": { "Name": "無", "Value": 1 }, "Head": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Glasses": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Neck": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Back": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Hand": { "ESID": 1, "Name": "sample string 2", "Display": 3 } } }, { "PlayerID": 1, "RoadID": 2, "PlayerDollStyle": { "AlbumID": 1, "Number": 2, "Race": "sample string 3", "PID": 4, "WID": 5, "StarLv": 6, "Type": 7, "Face": 8, "Body": 9, "Name": "sample string 10", "Talent1": { "Name": "無", "Value": 1 }, "Talent2": { "Name": "無", "Value": 1 }, "Talent3": { "Name": "無", "Value": 1 }, "Head": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Glasses": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Neck": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Back": { "ESID": 1, "Name": "sample string 2", "Display": 3 }, "Hand": { "ESID": 1, "Name": "sample string 2", "Display": 3 } } } ], "HomePlayer": [ { "PID": "sample string 1", "Name": "sample string 2", "Avart": "sample string 3" }, { "PID": "sample string 1", "Name": "sample string 2", "Avart": "sample string 3" } ] }