GET api/BlokedNoApi/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BlockedNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MobileNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"MobileNo": "sample string 2"
}
application/xml, text/xml
Sample:
<BlockedNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels"> <Id>1</Id> <MobileNo>sample string 2</MobileNo> </BlockedNo>