GET api/Promotions/GetFreeTrialMinutes/{countryFrom}/{countryTo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryFrom | integer |
Required |
|
countryTo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FreeTrialInfoName | Description | Type | Additional information |
---|---|---|---|
CouponCode | string |
None. |
|
Amount | decimal number |
None. |
|
TotalMinutes | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "CouponCode": "sample string 1", "Amount": 2.1, "TotalMinutes": 3 }
application/xml, text/xml
Sample:
<FreeTrialInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Deals"> <Amount>2.1</Amount> <CouponCode>sample string 1</CouponCode> <TotalMinutes>3</TotalMinutes> </FreeTrialInfo>