GET Courier/SendSms?phone={phone}&password={password}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phone

string

Required

password

string

Required

Body Parameters

None.

Response Information

Resource Description

LoginResult
NameDescriptionTypeAdditional information
key

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "success": true
}

application/xml, text/xml

Sample:
<Courier.LoginResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanKuryeMobilAPI.Models">
  <key>sample string 1</key>
  <success>true</success>
</Courier.LoginResult>