GET
get-country-byid?countryid={countryid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryid | integer |
Required |
Response Information
Description:
Return type: ResponseObject
Response Formats
application/json, text/json
{ "IsSuccess": true, "ReturnMessage": "sample string 2", "Data": {}, "RecordCount": 4, "TotalRecords": 5 }
text/html
{"IsSuccess":true,"ReturnMessage":"sample string 2","Data":{},"RecordCount":4,"TotalRecords":5}
application/xml, text/xml
<ResponseObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models"> <Data /> <IsSuccess>true</IsSuccess> <RecordCount>4</RecordCount> <ReturnMessage>sample string 2</ReturnMessage> <TotalRecords>5</TotalRecords> </ResponseObject>