POST api/Values/PostOwner

Request Information

URI Parameters

None.

Body Parameters

PostOwnerModel
NameDescriptionTypeAdditional information
O_key

integer

None.

Owner

string

None.

Address

string

None.

Request Formats

application/json, text/json

Sample:
{
  "O_key": 1,
  "Owner": "sample string 2",
  "Address": "sample string 3"
}

application/xml, text/xml

Sample:
<PostOwnerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IISWebsiteReporterAPI2.Models">
  <Address>sample string 3</Address>
  <O_key>1</O_key>
  <Owner>sample string 2</Owner>
</PostOwnerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.