POST api/Admin/ModifyCountryStatus

Request Information

URI Parameters

None.

Body Parameters

countryDetails
NameDescriptionTypeAdditional information
id

string

None.

countryName

string

None.

phonePrefix

string

None.

countryStatus

string

None.

createdBy

string

None.

modifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "countryName": "sample string 2",
  "phonePrefix": "sample string 3",
  "countryStatus": "sample string 4",
  "createdBy": "sample string 5",
  "modifiedBy": "sample string 6"
}

application/xml, text/xml

Sample:
<countryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models">
  <countryName>sample string 2</countryName>
  <countryStatus>sample string 4</countryStatus>
  <createdBy>sample string 5</createdBy>
  <id>sample string 1</id>
  <modifiedBy>sample string 6</modifiedBy>
  <phonePrefix>sample string 3</phonePrefix>
</countryDetails>

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 'countryDetails'.

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.