POST api/Country/Mailing

Request Information

URI Parameters

None.

Body Parameters

CountryMailingDto
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

EmbassyName

string

None.

Address

string

None.

Zipcode

string

None.

Phone

string

None.

IsMailing

boolean

None.

HasConsulates

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "EmbassyName": "sample string 3",
  "Address": "sample string 4",
  "Zipcode": "sample string 5",
  "Phone": "sample string 6",
  "IsMailing": true,
  "HasConsulates": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.