POST contents/data
기능성 게임 디테일 데이터 수집
Request Information
URI Parameters
None.
Body Parameters
Dictionary of string [key] and Collection of Object [value]Request Formats
application/json, text/json
Sample:
{ "sample string 1": [ {}, {} ], "sample string 2": [ {}, {} ] }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfstringArrayOfanyTypety7Ep6D1> <Key>sample string 1</Key> <Value> <anyType /> <anyType /> </Value> </KeyValueOfstringArrayOfanyTypety7Ep6D1> <KeyValueOfstringArrayOfanyTypety7Ep6D1> <Key>sample string 2</Key> <Value> <anyType /> <anyType /> </Value> </KeyValueOfstringArrayOfanyTypety7Ep6D1> </ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>