POST api/USStateCounties

Request Information

URI Parameters

None.

Body Parameters

USStateCountiesData
NameDescriptionTypeAdditional information
ID

integer

None.

CountyName

string

None.

StateCode

string

None.

Description

string

None.

IsOnline

boolean

None.

IsFree

boolean

None.

HasSubscription

boolean

None.

DocumentCost

string

None.

SubscriptionCost

string

None.

DataRecording

string

None.

CountyWebsite

string

None.

CountyClerkWebsite

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CountyName": "sample string 2",
  "StateCode": "sample string 3",
  "Description": "sample string 4",
  "IsOnline": true,
  "IsFree": true,
  "HasSubscription": true,
  "DocumentCost": "sample string 8",
  "SubscriptionCost": "sample string 9",
  "DataRecording": "sample string 10",
  "CountyWebsite": "sample string 11",
  "CountyClerkWebsite": "sample string 12"
}

text/xml

Sample:
<USStateCountiesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL">
  <CountyClerkWebsite>sample string 12</CountyClerkWebsite>
  <CountyName>sample string 2</CountyName>
  <CountyWebsite>sample string 11</CountyWebsite>
  <DataRecording>sample string 10</DataRecording>
  <Description>sample string 4</Description>
  <DocumentCost>sample string 8</DocumentCost>
  <HasSubscription>true</HasSubscription>
  <ID>1</ID>
  <IsFree>true</IsFree>
  <IsOnline>true</IsOnline>
  <StateCode>sample string 3</StateCode>
  <SubscriptionCost>sample string 9</SubscriptionCost>
</USStateCountiesData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'USStateCountiesData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.