PUT api/SmsCounts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SmsCount
NameDescriptionTypeAdditional information
SmsCountId

integer

None.

TotalAllotedSms

integer

None.

TotalUsedSms

integer

None.

Request 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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.