GET api/v1/billing/glider

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BillingOverview
NameDescriptionTypeAdditional information
BillingId

globally unique identifier

None.

Name

string

None.

Description

string

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:
[
  {
    "BillingId": "81c87588-3487-4a5a-bb3d-48bc7365d2b9",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "IsForGliderFlights": true,
    "IsForMotorFlights": true,
    "IsForTowFlights": true,
    "Id": "81c87588-3487-4a5a-bb3d-48bc7365d2b9",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  },
  {
    "BillingId": "81c87588-3487-4a5a-bb3d-48bc7365d2b9",
    "Name": "sample string 2",
    "Description": "sample string 3",
    "IsForGliderFlights": true,
    "IsForMotorFlights": true,
    "IsForTowFlights": true,
    "Id": "81c87588-3487-4a5a-bb3d-48bc7365d2b9",
    "CanUpdateRecord": true,
    "CanDeleteRecord": true
  }
]

text/html

Sample:
[{"BillingId":"81c87588-3487-4a5a-bb3d-48bc7365d2b9","Name":"sample string 2","Description":"sample string 3","IsForGliderFlights":true,"IsForMotorFlights":true,"IsForTowFlights":true,"Id":"81c87588-3487-4a5a-bb3d-48bc7365d2b9","CanUpdateRecord":true,"CanDeleteRecord":true},{"BillingId":"81c87588-3487-4a5a-bb3d-48bc7365d2b9","Name":"sample string 2","Description":"sample string 3","IsForGliderFlights":true,"IsForMotorFlights":true,"IsForTowFlights":true,"Id":"81c87588-3487-4a5a-bb3d-48bc7365d2b9","CanUpdateRecord":true,"CanDeleteRecord":true}]

application/xml, text/xml

Sample:
<ArrayOfBillingOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Billings">
  <BillingOverview>
    <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">81c87588-3487-4a5a-bb3d-48bc7365d2b9</Id>
    <BillingId>81c87588-3487-4a5a-bb3d-48bc7365d2b9</BillingId>
    <Description>sample string 3</Description>
    <IsForGliderFlights>true</IsForGliderFlights>
    <IsForMotorFlights>true</IsForMotorFlights>
    <IsForTowFlights>true</IsForTowFlights>
    <Name>sample string 2</Name>
  </BillingOverview>
  <BillingOverview>
    <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">81c87588-3487-4a5a-bb3d-48bc7365d2b9</Id>
    <BillingId>81c87588-3487-4a5a-bb3d-48bc7365d2b9</BillingId>
    <Description>sample string 3</Description>
    <IsForGliderFlights>true</IsForGliderFlights>
    <IsForMotorFlights>true</IsForMotorFlights>
    <IsForTowFlights>true</IsForTowFlights>
    <Name>sample string 2</Name>
  </BillingOverview>
</ArrayOfBillingOverview>