POST api/SMSKeyAPI

Request Information

URI Parameters

None.

Body Parameters

SMSKey
NameDescriptionTypeAdditional information
Id

integer

None.

SMSAPIKey

string

None.

Routeid

string

None.

Senderid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SMSAPIKey": "sample string 2",
  "Routeid": "sample string 3",
  "Senderid": "sample string 4"
}

application/xml, text/xml

Sample:
<SMSKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DCubeHotelBusinessLayer.ExtraModel">
  <Id>1</Id>
  <Routeid>sample string 3</Routeid>
  <SMSAPIKey>sample string 2</SMSAPIKey>
  <Senderid>sample string 4</Senderid>
</SMSKey>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

None.