GET api/AdmCountryMaster/GetAllAdmCountryMaster
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AdmCountryMaster| Name | Description | Type | Additional 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"
},
{
"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:
<ArrayOfAdmCountryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SocialHiveAPI.Models">
<AdmCountryMaster>
<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>
<AdmCountryMaster>
<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>
</ArrayOfAdmCountryMaster>