GET api/AdmCountryMaster/GetAdmCountryMasterById?AdmCountryMasterId={AdmCountryMasterId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AdmCountryMasterId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AdmCountryMaster
NameDescriptionTypeAdditional information
AdmCountryMasterId

integer

None.

CountryDescription

string

None.

Status

string

None.

CreatedDate

string

None.

CreatedBy

string

None.

UpdatedDate

string

None.

UpdatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AdmCountryMasterId": 1,
  "CountryDescription": "sample string 2",
  "Status": "sample string 3",
  "CreatedDate": "sample string 4",
  "CreatedBy": "sample string 5",
  "UpdatedDate": "sample string 6",
  "UpdatedBy": "sample string 7"
}

application/xml, text/xml

Sample:
<AdmCountryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models">
  <AdmCountryMasterId>1</AdmCountryMasterId>
  <CountryDescription>sample string 2</CountryDescription>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDate>sample string 4</CreatedDate>
  <Status>sample string 3</Status>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDate>sample string 6</UpdatedDate>
</AdmCountryMaster>