POST api/Home?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
MultipartMemoryStreamProvider| Name | Description | Type | Additional information |
|---|---|---|---|
| Contents | Collection of HttpContent |
None. |
Request Formats
application/json, text/json
Sample:
{
"Contents": []
}
text/html
Sample:
{"Contents":[]}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"