GET api/v1/billing
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BillingOverview| Name | Description | Type | Additional 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": "33778a7c-53cd-427b-961a-8663c7ec0475",
"Name": "sample string 2",
"Description": "sample string 3",
"IsForGliderFlights": true,
"IsForMotorFlights": true,
"IsForTowFlights": true,
"Id": "33778a7c-53cd-427b-961a-8663c7ec0475",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"BillingId": "33778a7c-53cd-427b-961a-8663c7ec0475",
"Name": "sample string 2",
"Description": "sample string 3",
"IsForGliderFlights": true,
"IsForMotorFlights": true,
"IsForTowFlights": true,
"Id": "33778a7c-53cd-427b-961a-8663c7ec0475",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"BillingId":"33778a7c-53cd-427b-961a-8663c7ec0475","Name":"sample string 2","Description":"sample string 3","IsForGliderFlights":true,"IsForMotorFlights":true,"IsForTowFlights":true,"Id":"33778a7c-53cd-427b-961a-8663c7ec0475","CanUpdateRecord":true,"CanDeleteRecord":true},{"BillingId":"33778a7c-53cd-427b-961a-8663c7ec0475","Name":"sample string 2","Description":"sample string 3","IsForGliderFlights":true,"IsForMotorFlights":true,"IsForTowFlights":true,"Id":"33778a7c-53cd-427b-961a-8663c7ec0475","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">33778a7c-53cd-427b-961a-8663c7ec0475</Id>
<BillingId>33778a7c-53cd-427b-961a-8663c7ec0475</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">33778a7c-53cd-427b-961a-8663c7ec0475</Id>
<BillingId>33778a7c-53cd-427b-961a-8663c7ec0475</BillingId>
<Description>sample string 3</Description>
<IsForGliderFlights>true</IsForGliderFlights>
<IsForMotorFlights>true</IsForMotorFlights>
<IsForTowFlights>true</IsForTowFlights>
<Name>sample string 2</Name>
</BillingOverview>
</ArrayOfBillingOverview>