POST api/clova
Request Information
URI Parameters
None.
Body Parameters
ClovasName | Description | Type | Additional information |
---|---|---|---|
devSn | string |
Required String length: inclusive between 0 and 20 |
|
name | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{ "devSn": "sample string 1", "name": "sample string 2" }
application/xml, text/xml
Sample:
<Clovas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Naver_Clova_API_V1.Models"> <devSn>sample string 1</devSn> <name>sample string 2</name> </Clovas>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.