GET api/v1/billing/rules/glider

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BillingRuleOverview
NameDescriptionTypeAdditional information
BillingRuleId

globally unique identifier

None.

Name

string

None.

Description

string

None.

RuleData

string

None.

BillingRuleTypeName

string

None.

BillingRuleTypeFriendlyName

string

None.

IsCumulative

boolean

None.

IsForGliderFlights

boolean

None.

IsForMotorFlights

boolean

None.

IsForTowFlights

boolean

None.

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "BillingRuleId": "523d73a5-2067-4e44-83ee-c0ec9930fefd",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "RuleData": "sample string 4",
  "BillingRuleTypeName": "sample string 5",
  "BillingRuleTypeFriendlyName": "sample string 6",
  "IsCumulative": true,
  "IsForGliderFlights": true,
  "IsForMotorFlights": true,
  "IsForTowFlights": true,
  "Id": "523d73a5-2067-4e44-83ee-c0ec9930fefd",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"BillingRuleId":"523d73a5-2067-4e44-83ee-c0ec9930fefd","Name":"sample string 2","Description":"sample string 3","RuleData":"sample string 4","BillingRuleTypeName":"sample string 5","BillingRuleTypeFriendlyName":"sample string 6","IsCumulative":true,"IsForGliderFlights":true,"IsForMotorFlights":true,"IsForTowFlights":true,"Id":"523d73a5-2067-4e44-83ee-c0ec9930fefd","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<BillingRuleOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Billings">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">523d73a5-2067-4e44-83ee-c0ec9930fefd</Id>
  <BillingRuleId>523d73a5-2067-4e44-83ee-c0ec9930fefd</BillingRuleId>
  <BillingRuleTypeFriendlyName>sample string 6</BillingRuleTypeFriendlyName>
  <BillingRuleTypeName>sample string 5</BillingRuleTypeName>
  <Description>sample string 3</Description>
  <IsCumulative>true</IsCumulative>
  <IsForGliderFlights>true</IsForGliderFlights>
  <IsForMotorFlights>true</IsForMotorFlights>
  <IsForTowFlights>true</IsForTowFlights>
  <Name>sample string 2</Name>
  <RuleData>sample string 4</RuleData>
</BillingRuleOverview>