GET api/SmsCounts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

SmsCount
NameDescriptionTypeAdditional information
SmsCountId

integer

None.

TotalAllotedSms

integer

None.

TotalUsedSms

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SmsCountId": 1,
  "TotalAllotedSms": 1,
  "TotalUsedSms": 1
}

application/xml, text/xml

Sample:
<SmsCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNGroup.Models">
  <SmsCountId>1</SmsCountId>
  <TotalAllotedSms>1</TotalAllotedSms>
  <TotalUsedSms>1</TotalUsedSms>
</SmsCount>