POST api/Values/PostWebsiteHeader
Request Information
URI Parameters
None.
Body Parameters
WebsiteProfileHeaderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| wp_key | integer |
None. |
|
| Website | string |
None. |
|
| Status | string |
None. |
|
| O_key | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"wp_key": 1,
"Website": "sample string 2",
"Status": "sample string 3",
"O_key": 4
}
application/xml, text/xml
Sample:
<WebsiteProfileHeaderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IISWebsiteReporterAPI2.Models"> <O_key>4</O_key> <Status>sample string 3</Status> <Website>sample string 2</Website> <wp_key>1</wp_key> </WebsiteProfileHeaderModel>
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.