PUT api/v1/setup_Country/{setup_CountryId}/setup_CountryId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
setup_CountryId

integer

Required

Body Parameters

Setup_CountryVM
NameDescriptionTypeAdditional information
countryId

integer

None.

countryName

string

None.

createdBy

integer

None.

tenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "countryId": 1,
  "countryName": "sample string 2",
  "createdBy": 3,
  "tenantId": 4
}

application/xml, text/xml

Sample:
<Setup_CountryVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <countryId>1</countryId>
  <countryName>sample string 2</countryName>
  <createdBy>3</createdBy>
  <tenantId>4</tenantId>
</Setup_CountryVM>

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.