GET api/v1/billing/rules/tow
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BillingRuleOverviewName | Description | Type | Additional 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": "ede5fa36-f60f-4acd-bb96-e26146cb1955", "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": "ede5fa36-f60f-4acd-bb96-e26146cb1955", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"BillingRuleId":"ede5fa36-f60f-4acd-bb96-e26146cb1955","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":"ede5fa36-f60f-4acd-bb96-e26146cb1955","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">ede5fa36-f60f-4acd-bb96-e26146cb1955</Id> <BillingRuleId>ede5fa36-f60f-4acd-bb96-e26146cb1955</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>