POST api/v1/accountingrulefilters
Inserts the specified accounting rule filter details.
Request Information
URI Parameters
None.
Body Parameters
The accounting rule filter details.
AccountingRuleFilterDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountingRuleFilterId | globally unique identifier |
None. |
|
| RuleFilterName | string |
None. |
|
| Description | string |
None. |
|
| IsActive | boolean |
None. |
|
| SortIndicator | integer |
None. |
|
| AccountingRuleFilterTypeId | integer |
None. |
|
| StopRuleEngineWhenRuleApplied | boolean |
None. |
|
| IsRuleForGliderFlights | boolean |
None. |
|
| IsRuleForTowingFlights | boolean |
None. |
|
| IsRuleForMotorFlights | boolean |
None. |
|
| UseRuleForAllAircraftsExceptListed | boolean |
None. |
|
| MatchedAircraftImmatriculations | Collection of string |
None. |
|
| UseRuleForAllStartTypesExceptListed | boolean |
None. |
|
| MatchedStartTypes | Collection of integer |
None. |
|
| UseRuleForAllFlightTypesExceptListed | boolean |
None. |
|
| MatchedFlightTypeCodes | Collection of string |
None. |
|
| ExtendMatchingFlightTypeCodesToGliderAndTowFlight | boolean |
None. |
|
| UseRuleForAllStartLocationsExceptListed | boolean |
None. |
|
| MatchedStartLocations | Collection of string |
None. |
|
| UseRuleForAllLdgLocationsExceptListed | boolean |
None. |
|
| MatchedLdgLocations | Collection of string |
None. |
|
| UseRuleForAllClubMemberNumbersExceptListed | boolean |
None. |
|
| MatchedClubMemberNumbers | Collection of string |
None. |
|
| UseRuleForAllFlightCrewTypesExceptListed | boolean |
None. |
|
| MatchedFlightCrewTypes | Collection of integer |
None. |
|
| AccountingUnitTypeId | integer |
None. |
|
| UseRuleForAllAircraftsOnHomebaseExceptListed | boolean |
None. |
|
| MatchedAircraftsHomebase | Collection of string |
None. |
|
| UseRuleForAllMemberStatesExceptListed | boolean |
None. |
|
| MatchedMemberStates | Collection of globally unique identifier |
None. |
|
| UseRuleForAllPersonCategoriesExceptListed | boolean |
None. |
|
| MatchedPersonCategories | Collection of globally unique identifier |
None. |
|
| RecipientTarget | RecipientDetails |
None. |
|
| IsChargedToClubInternal | boolean |
None. |
|
| ArticleTarget | ArticleTargetDetails |
None. |
|
| MinFlightTimeInSecondsMatchingValue | integer |
None. |
|
| MaxFlightTimeInSecondsMatchingValue | integer |
None. |
|
| MinEngineTimeInSecondsMatchingValue | integer |
None. |
|
| MaxEngineTimeInSecondsMatchingValue | integer |
None. |
|
| IncludeThresholdText | boolean |
None. |
|
| ThresholdText | string |
String length: inclusive between 0 and 250 |
|
| IncludeFlightTypeName | boolean |
None. |
|
| NoLandingTaxForGlider | boolean |
None. |
|
| NoLandingTaxForTowingAircraft | boolean |
None. |
|
| NoLandingTaxForAircraft | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountingRuleFilterId": "5b17b953-7e75-435f-9ffa-53f56cddbda0",
"RuleFilterName": "sample string 2",
"Description": "sample string 3",
"IsActive": true,
"SortIndicator": 5,
"AccountingRuleFilterTypeId": 6,
"StopRuleEngineWhenRuleApplied": true,
"IsRuleForGliderFlights": true,
"IsRuleForTowingFlights": true,
"IsRuleForMotorFlights": true,
"UseRuleForAllAircraftsExceptListed": true,
"MatchedAircraftImmatriculations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllStartTypesExceptListed": true,
"MatchedStartTypes": [
1,
2
],
"UseRuleForAllFlightTypesExceptListed": true,
"MatchedFlightTypeCodes": [
"sample string 1",
"sample string 2"
],
"ExtendMatchingFlightTypeCodesToGliderAndTowFlight": true,
"UseRuleForAllStartLocationsExceptListed": true,
"MatchedStartLocations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllLdgLocationsExceptListed": true,
"MatchedLdgLocations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllClubMemberNumbersExceptListed": true,
"MatchedClubMemberNumbers": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllFlightCrewTypesExceptListed": true,
"MatchedFlightCrewTypes": [
1,
2
],
"AccountingUnitTypeId": 1,
"UseRuleForAllAircraftsOnHomebaseExceptListed": true,
"MatchedAircraftsHomebase": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllMemberStatesExceptListed": true,
"MatchedMemberStates": [
"a2a109cd-c1de-449a-90b1-ed4fc0bde0d2",
"096ec7c5-f32a-48a4-bd1d-6a28f5e92a5b"
],
"UseRuleForAllPersonCategoriesExceptListed": true,
"MatchedPersonCategories": [
"476a1df9-c6f4-4471-9b18-b6806c394458",
"c446e794-c003-466f-afad-22dd8dc87424"
],
"RecipientTarget": {
"PersonId": "9f6c886c-28a2-4b8c-81b7-50b0997d4b64",
"RecipientName": "sample string 1",
"Firstname": "sample string 2",
"Lastname": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"ZipCode": "sample string 6",
"City": "sample string 7",
"CountryName": "sample string 8",
"PersonClubMemberNumber": "sample string 9"
},
"IsChargedToClubInternal": true,
"ArticleTarget": {
"ArticleNumber": "sample string 1",
"DeliveryLineText": "sample string 2"
},
"MinFlightTimeInSecondsMatchingValue": 1,
"MaxFlightTimeInSecondsMatchingValue": 1,
"MinEngineTimeInSecondsMatchingValue": 1,
"MaxEngineTimeInSecondsMatchingValue": 1,
"IncludeThresholdText": true,
"ThresholdText": "sample string 24",
"IncludeFlightTypeName": true,
"NoLandingTaxForGlider": true,
"NoLandingTaxForTowingAircraft": true,
"NoLandingTaxForAircraft": true,
"Id": "5b17b953-7e75-435f-9ffa-53f56cddbda0",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"AccountingRuleFilterId":"5b17b953-7e75-435f-9ffa-53f56cddbda0","RuleFilterName":"sample string 2","Description":"sample string 3","IsActive":true,"SortIndicator":5,"AccountingRuleFilterTypeId":6,"StopRuleEngineWhenRuleApplied":true,"IsRuleForGliderFlights":true,"IsRuleForTowingFlights":true,"IsRuleForMotorFlights":true,"UseRuleForAllAircraftsExceptListed":true,"MatchedAircraftImmatriculations":["sample string 1","sample string 2"],"UseRuleForAllStartTypesExceptListed":true,"MatchedStartTypes":[1,2],"UseRuleForAllFlightTypesExceptListed":true,"MatchedFlightTypeCodes":["sample string 1","sample string 2"],"ExtendMatchingFlightTypeCodesToGliderAndTowFlight":true,"UseRuleForAllStartLocationsExceptListed":true,"MatchedStartLocations":["sample string 1","sample string 2"],"UseRuleForAllLdgLocationsExceptListed":true,"MatchedLdgLocations":["sample string 1","sample string 2"],"UseRuleForAllClubMemberNumbersExceptListed":true,"MatchedClubMemberNumbers":["sample string 1","sample string 2"],"UseRuleForAllFlightCrewTypesExceptListed":true,"MatchedFlightCrewTypes":[1,2],"AccountingUnitTypeId":1,"UseRuleForAllAircraftsOnHomebaseExceptListed":true,"MatchedAircraftsHomebase":["sample string 1","sample string 2"],"UseRuleForAllMemberStatesExceptListed":true,"MatchedMemberStates":["a2a109cd-c1de-449a-90b1-ed4fc0bde0d2","096ec7c5-f32a-48a4-bd1d-6a28f5e92a5b"],"UseRuleForAllPersonCategoriesExceptListed":true,"MatchedPersonCategories":["476a1df9-c6f4-4471-9b18-b6806c394458","c446e794-c003-466f-afad-22dd8dc87424"],"RecipientTarget":{"PersonId":"9f6c886c-28a2-4b8c-81b7-50b0997d4b64","RecipientName":"sample string 1","Firstname":"sample string 2","Lastname":"sample string 3","AddressLine1":"sample string 4","AddressLine2":"sample string 5","ZipCode":"sample string 6","City":"sample string 7","CountryName":"sample string 8","PersonClubMemberNumber":"sample string 9"},"IsChargedToClubInternal":true,"ArticleTarget":{"ArticleNumber":"sample string 1","DeliveryLineText":"sample string 2"},"MinFlightTimeInSecondsMatchingValue":1,"MaxFlightTimeInSecondsMatchingValue":1,"MinEngineTimeInSecondsMatchingValue":1,"MaxEngineTimeInSecondsMatchingValue":1,"IncludeThresholdText":true,"ThresholdText":"sample string 24","IncludeFlightTypeName":true,"NoLandingTaxForGlider":true,"NoLandingTaxForTowingAircraft":true,"NoLandingTaxForAircraft":true,"Id":"5b17b953-7e75-435f-9ffa-53f56cddbda0","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<AccountingRuleFilterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting.RuleFilters">
<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">5b17b953-7e75-435f-9ffa-53f56cddbda0</Id>
<AccountingRuleFilterId>5b17b953-7e75-435f-9ffa-53f56cddbda0</AccountingRuleFilterId>
<AccountingRuleFilterTypeId>6</AccountingRuleFilterTypeId>
<AccountingUnitTypeId>1</AccountingUnitTypeId>
<ArticleTarget xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<d2p1:ArticleNumber>sample string 1</d2p1:ArticleNumber>
<d2p1:DeliveryLineText>sample string 2</d2p1:DeliveryLineText>
</ArticleTarget>
<Description>sample string 3</Description>
<ExtendMatchingFlightTypeCodesToGliderAndTowFlight>true</ExtendMatchingFlightTypeCodesToGliderAndTowFlight>
<IncludeFlightTypeName>true</IncludeFlightTypeName>
<IncludeThresholdText>true</IncludeThresholdText>
<IsActive>true</IsActive>
<IsChargedToClubInternal>true</IsChargedToClubInternal>
<IsRuleForGliderFlights>true</IsRuleForGliderFlights>
<IsRuleForMotorFlights>true</IsRuleForMotorFlights>
<IsRuleForTowingFlights>true</IsRuleForTowingFlights>
<MatchedAircraftImmatriculations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedAircraftImmatriculations>
<MatchedAircraftsHomebase xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedAircraftsHomebase>
<MatchedClubMemberNumbers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedClubMemberNumbers>
<MatchedFlightCrewTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</MatchedFlightCrewTypes>
<MatchedFlightTypeCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedFlightTypeCodes>
<MatchedLdgLocations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedLdgLocations>
<MatchedMemberStates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a2a109cd-c1de-449a-90b1-ed4fc0bde0d2</d2p1:guid>
<d2p1:guid>096ec7c5-f32a-48a4-bd1d-6a28f5e92a5b</d2p1:guid>
</MatchedMemberStates>
<MatchedPersonCategories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>476a1df9-c6f4-4471-9b18-b6806c394458</d2p1:guid>
<d2p1:guid>c446e794-c003-466f-afad-22dd8dc87424</d2p1:guid>
</MatchedPersonCategories>
<MatchedStartLocations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedStartLocations>
<MatchedStartTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</MatchedStartTypes>
<MaxEngineTimeInSecondsMatchingValue>1</MaxEngineTimeInSecondsMatchingValue>
<MaxFlightTimeInSecondsMatchingValue>1</MaxFlightTimeInSecondsMatchingValue>
<MinEngineTimeInSecondsMatchingValue>1</MinEngineTimeInSecondsMatchingValue>
<MinFlightTimeInSecondsMatchingValue>1</MinFlightTimeInSecondsMatchingValue>
<NoLandingTaxForAircraft>true</NoLandingTaxForAircraft>
<NoLandingTaxForGlider>true</NoLandingTaxForGlider>
<NoLandingTaxForTowingAircraft>true</NoLandingTaxForTowingAircraft>
<RecipientTarget xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<d2p1:AddressLine1>sample string 4</d2p1:AddressLine1>
<d2p1:AddressLine2>sample string 5</d2p1:AddressLine2>
<d2p1:City>sample string 7</d2p1:City>
<d2p1:CountryName>sample string 8</d2p1:CountryName>
<d2p1:Firstname>sample string 2</d2p1:Firstname>
<d2p1:Lastname>sample string 3</d2p1:Lastname>
<d2p1:PersonClubMemberNumber>sample string 9</d2p1:PersonClubMemberNumber>
<d2p1:PersonId>9f6c886c-28a2-4b8c-81b7-50b0997d4b64</d2p1:PersonId>
<d2p1:RecipientName>sample string 1</d2p1:RecipientName>
<d2p1:ZipCode>sample string 6</d2p1:ZipCode>
</RecipientTarget>
<RuleFilterName>sample string 2</RuleFilterName>
<SortIndicator>5</SortIndicator>
<StopRuleEngineWhenRuleApplied>true</StopRuleEngineWhenRuleApplied>
<ThresholdText>sample string 24</ThresholdText>
<UseRuleForAllAircraftsExceptListed>true</UseRuleForAllAircraftsExceptListed>
<UseRuleForAllAircraftsOnHomebaseExceptListed>true</UseRuleForAllAircraftsOnHomebaseExceptListed>
<UseRuleForAllClubMemberNumbersExceptListed>true</UseRuleForAllClubMemberNumbersExceptListed>
<UseRuleForAllFlightCrewTypesExceptListed>true</UseRuleForAllFlightCrewTypesExceptListed>
<UseRuleForAllFlightTypesExceptListed>true</UseRuleForAllFlightTypesExceptListed>
<UseRuleForAllLdgLocationsExceptListed>true</UseRuleForAllLdgLocationsExceptListed>
<UseRuleForAllMemberStatesExceptListed>true</UseRuleForAllMemberStatesExceptListed>
<UseRuleForAllPersonCategoriesExceptListed>true</UseRuleForAllPersonCategoriesExceptListed>
<UseRuleForAllStartLocationsExceptListed>true</UseRuleForAllStartLocationsExceptListed>
<UseRuleForAllStartTypesExceptListed>true</UseRuleForAllStartTypesExceptListed>
</AccountingRuleFilterDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AccountingRuleFilterDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountingRuleFilterId | globally unique identifier |
None. |
|
| RuleFilterName | string |
None. |
|
| Description | string |
None. |
|
| IsActive | boolean |
None. |
|
| SortIndicator | integer |
None. |
|
| AccountingRuleFilterTypeId | integer |
None. |
|
| StopRuleEngineWhenRuleApplied | boolean |
None. |
|
| IsRuleForGliderFlights | boolean |
None. |
|
| IsRuleForTowingFlights | boolean |
None. |
|
| IsRuleForMotorFlights | boolean |
None. |
|
| UseRuleForAllAircraftsExceptListed | boolean |
None. |
|
| MatchedAircraftImmatriculations | Collection of string |
None. |
|
| UseRuleForAllStartTypesExceptListed | boolean |
None. |
|
| MatchedStartTypes | Collection of integer |
None. |
|
| UseRuleForAllFlightTypesExceptListed | boolean |
None. |
|
| MatchedFlightTypeCodes | Collection of string |
None. |
|
| ExtendMatchingFlightTypeCodesToGliderAndTowFlight | boolean |
None. |
|
| UseRuleForAllStartLocationsExceptListed | boolean |
None. |
|
| MatchedStartLocations | Collection of string |
None. |
|
| UseRuleForAllLdgLocationsExceptListed | boolean |
None. |
|
| MatchedLdgLocations | Collection of string |
None. |
|
| UseRuleForAllClubMemberNumbersExceptListed | boolean |
None. |
|
| MatchedClubMemberNumbers | Collection of string |
None. |
|
| UseRuleForAllFlightCrewTypesExceptListed | boolean |
None. |
|
| MatchedFlightCrewTypes | Collection of integer |
None. |
|
| AccountingUnitTypeId | integer |
None. |
|
| UseRuleForAllAircraftsOnHomebaseExceptListed | boolean |
None. |
|
| MatchedAircraftsHomebase | Collection of string |
None. |
|
| UseRuleForAllMemberStatesExceptListed | boolean |
None. |
|
| MatchedMemberStates | Collection of globally unique identifier |
None. |
|
| UseRuleForAllPersonCategoriesExceptListed | boolean |
None. |
|
| MatchedPersonCategories | Collection of globally unique identifier |
None. |
|
| RecipientTarget | RecipientDetails |
None. |
|
| IsChargedToClubInternal | boolean |
None. |
|
| ArticleTarget | ArticleTargetDetails |
None. |
|
| MinFlightTimeInSecondsMatchingValue | integer |
None. |
|
| MaxFlightTimeInSecondsMatchingValue | integer |
None. |
|
| MinEngineTimeInSecondsMatchingValue | integer |
None. |
|
| MaxEngineTimeInSecondsMatchingValue | integer |
None. |
|
| IncludeThresholdText | boolean |
None. |
|
| ThresholdText | string |
String length: inclusive between 0 and 250 |
|
| IncludeFlightTypeName | boolean |
None. |
|
| NoLandingTaxForGlider | boolean |
None. |
|
| NoLandingTaxForTowingAircraft | boolean |
None. |
|
| NoLandingTaxForAircraft | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountingRuleFilterId": "a92a8ae1-9dec-475e-ac93-5a9b027e1c5e",
"RuleFilterName": "sample string 2",
"Description": "sample string 3",
"IsActive": true,
"SortIndicator": 5,
"AccountingRuleFilterTypeId": 6,
"StopRuleEngineWhenRuleApplied": true,
"IsRuleForGliderFlights": true,
"IsRuleForTowingFlights": true,
"IsRuleForMotorFlights": true,
"UseRuleForAllAircraftsExceptListed": true,
"MatchedAircraftImmatriculations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllStartTypesExceptListed": true,
"MatchedStartTypes": [
1,
2
],
"UseRuleForAllFlightTypesExceptListed": true,
"MatchedFlightTypeCodes": [
"sample string 1",
"sample string 2"
],
"ExtendMatchingFlightTypeCodesToGliderAndTowFlight": true,
"UseRuleForAllStartLocationsExceptListed": true,
"MatchedStartLocations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllLdgLocationsExceptListed": true,
"MatchedLdgLocations": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllClubMemberNumbersExceptListed": true,
"MatchedClubMemberNumbers": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllFlightCrewTypesExceptListed": true,
"MatchedFlightCrewTypes": [
1,
2
],
"AccountingUnitTypeId": 1,
"UseRuleForAllAircraftsOnHomebaseExceptListed": true,
"MatchedAircraftsHomebase": [
"sample string 1",
"sample string 2"
],
"UseRuleForAllMemberStatesExceptListed": true,
"MatchedMemberStates": [
"af229602-2f17-4d0d-9b0e-52f610c1d9df",
"ea245861-d5b7-4ce5-8c79-964346023edb"
],
"UseRuleForAllPersonCategoriesExceptListed": true,
"MatchedPersonCategories": [
"67db04df-f5ad-4f38-a175-695f74c04403",
"d0d80966-4b89-4c8b-af1e-bbf447d7ce48"
],
"RecipientTarget": {
"PersonId": "85072b48-5575-4c3a-a7fe-4e72358ccc14",
"RecipientName": "sample string 1",
"Firstname": "sample string 2",
"Lastname": "sample string 3",
"AddressLine1": "sample string 4",
"AddressLine2": "sample string 5",
"ZipCode": "sample string 6",
"City": "sample string 7",
"CountryName": "sample string 8",
"PersonClubMemberNumber": "sample string 9"
},
"IsChargedToClubInternal": true,
"ArticleTarget": {
"ArticleNumber": "sample string 1",
"DeliveryLineText": "sample string 2"
},
"MinFlightTimeInSecondsMatchingValue": 1,
"MaxFlightTimeInSecondsMatchingValue": 1,
"MinEngineTimeInSecondsMatchingValue": 1,
"MaxEngineTimeInSecondsMatchingValue": 1,
"IncludeThresholdText": true,
"ThresholdText": "sample string 24",
"IncludeFlightTypeName": true,
"NoLandingTaxForGlider": true,
"NoLandingTaxForTowingAircraft": true,
"NoLandingTaxForAircraft": true,
"Id": "a92a8ae1-9dec-475e-ac93-5a9b027e1c5e",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"AccountingRuleFilterId":"a92a8ae1-9dec-475e-ac93-5a9b027e1c5e","RuleFilterName":"sample string 2","Description":"sample string 3","IsActive":true,"SortIndicator":5,"AccountingRuleFilterTypeId":6,"StopRuleEngineWhenRuleApplied":true,"IsRuleForGliderFlights":true,"IsRuleForTowingFlights":true,"IsRuleForMotorFlights":true,"UseRuleForAllAircraftsExceptListed":true,"MatchedAircraftImmatriculations":["sample string 1","sample string 2"],"UseRuleForAllStartTypesExceptListed":true,"MatchedStartTypes":[1,2],"UseRuleForAllFlightTypesExceptListed":true,"MatchedFlightTypeCodes":["sample string 1","sample string 2"],"ExtendMatchingFlightTypeCodesToGliderAndTowFlight":true,"UseRuleForAllStartLocationsExceptListed":true,"MatchedStartLocations":["sample string 1","sample string 2"],"UseRuleForAllLdgLocationsExceptListed":true,"MatchedLdgLocations":["sample string 1","sample string 2"],"UseRuleForAllClubMemberNumbersExceptListed":true,"MatchedClubMemberNumbers":["sample string 1","sample string 2"],"UseRuleForAllFlightCrewTypesExceptListed":true,"MatchedFlightCrewTypes":[1,2],"AccountingUnitTypeId":1,"UseRuleForAllAircraftsOnHomebaseExceptListed":true,"MatchedAircraftsHomebase":["sample string 1","sample string 2"],"UseRuleForAllMemberStatesExceptListed":true,"MatchedMemberStates":["af229602-2f17-4d0d-9b0e-52f610c1d9df","ea245861-d5b7-4ce5-8c79-964346023edb"],"UseRuleForAllPersonCategoriesExceptListed":true,"MatchedPersonCategories":["67db04df-f5ad-4f38-a175-695f74c04403","d0d80966-4b89-4c8b-af1e-bbf447d7ce48"],"RecipientTarget":{"PersonId":"85072b48-5575-4c3a-a7fe-4e72358ccc14","RecipientName":"sample string 1","Firstname":"sample string 2","Lastname":"sample string 3","AddressLine1":"sample string 4","AddressLine2":"sample string 5","ZipCode":"sample string 6","City":"sample string 7","CountryName":"sample string 8","PersonClubMemberNumber":"sample string 9"},"IsChargedToClubInternal":true,"ArticleTarget":{"ArticleNumber":"sample string 1","DeliveryLineText":"sample string 2"},"MinFlightTimeInSecondsMatchingValue":1,"MaxFlightTimeInSecondsMatchingValue":1,"MinEngineTimeInSecondsMatchingValue":1,"MaxEngineTimeInSecondsMatchingValue":1,"IncludeThresholdText":true,"ThresholdText":"sample string 24","IncludeFlightTypeName":true,"NoLandingTaxForGlider":true,"NoLandingTaxForTowingAircraft":true,"NoLandingTaxForAircraft":true,"Id":"a92a8ae1-9dec-475e-ac93-5a9b027e1c5e","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<AccountingRuleFilterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting.RuleFilters">
<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">a92a8ae1-9dec-475e-ac93-5a9b027e1c5e</Id>
<AccountingRuleFilterId>a92a8ae1-9dec-475e-ac93-5a9b027e1c5e</AccountingRuleFilterId>
<AccountingRuleFilterTypeId>6</AccountingRuleFilterTypeId>
<AccountingUnitTypeId>1</AccountingUnitTypeId>
<ArticleTarget xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<d2p1:ArticleNumber>sample string 1</d2p1:ArticleNumber>
<d2p1:DeliveryLineText>sample string 2</d2p1:DeliveryLineText>
</ArticleTarget>
<Description>sample string 3</Description>
<ExtendMatchingFlightTypeCodesToGliderAndTowFlight>true</ExtendMatchingFlightTypeCodesToGliderAndTowFlight>
<IncludeFlightTypeName>true</IncludeFlightTypeName>
<IncludeThresholdText>true</IncludeThresholdText>
<IsActive>true</IsActive>
<IsChargedToClubInternal>true</IsChargedToClubInternal>
<IsRuleForGliderFlights>true</IsRuleForGliderFlights>
<IsRuleForMotorFlights>true</IsRuleForMotorFlights>
<IsRuleForTowingFlights>true</IsRuleForTowingFlights>
<MatchedAircraftImmatriculations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedAircraftImmatriculations>
<MatchedAircraftsHomebase xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedAircraftsHomebase>
<MatchedClubMemberNumbers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedClubMemberNumbers>
<MatchedFlightCrewTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</MatchedFlightCrewTypes>
<MatchedFlightTypeCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedFlightTypeCodes>
<MatchedLdgLocations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedLdgLocations>
<MatchedMemberStates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>af229602-2f17-4d0d-9b0e-52f610c1d9df</d2p1:guid>
<d2p1:guid>ea245861-d5b7-4ce5-8c79-964346023edb</d2p1:guid>
</MatchedMemberStates>
<MatchedPersonCategories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>67db04df-f5ad-4f38-a175-695f74c04403</d2p1:guid>
<d2p1:guid>d0d80966-4b89-4c8b-af1e-bbf447d7ce48</d2p1:guid>
</MatchedPersonCategories>
<MatchedStartLocations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</MatchedStartLocations>
<MatchedStartTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</MatchedStartTypes>
<MaxEngineTimeInSecondsMatchingValue>1</MaxEngineTimeInSecondsMatchingValue>
<MaxFlightTimeInSecondsMatchingValue>1</MaxFlightTimeInSecondsMatchingValue>
<MinEngineTimeInSecondsMatchingValue>1</MinEngineTimeInSecondsMatchingValue>
<MinFlightTimeInSecondsMatchingValue>1</MinFlightTimeInSecondsMatchingValue>
<NoLandingTaxForAircraft>true</NoLandingTaxForAircraft>
<NoLandingTaxForGlider>true</NoLandingTaxForGlider>
<NoLandingTaxForTowingAircraft>true</NoLandingTaxForTowingAircraft>
<RecipientTarget xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<d2p1:AddressLine1>sample string 4</d2p1:AddressLine1>
<d2p1:AddressLine2>sample string 5</d2p1:AddressLine2>
<d2p1:City>sample string 7</d2p1:City>
<d2p1:CountryName>sample string 8</d2p1:CountryName>
<d2p1:Firstname>sample string 2</d2p1:Firstname>
<d2p1:Lastname>sample string 3</d2p1:Lastname>
<d2p1:PersonClubMemberNumber>sample string 9</d2p1:PersonClubMemberNumber>
<d2p1:PersonId>85072b48-5575-4c3a-a7fe-4e72358ccc14</d2p1:PersonId>
<d2p1:RecipientName>sample string 1</d2p1:RecipientName>
<d2p1:ZipCode>sample string 6</d2p1:ZipCode>
</RecipientTarget>
<RuleFilterName>sample string 2</RuleFilterName>
<SortIndicator>5</SortIndicator>
<StopRuleEngineWhenRuleApplied>true</StopRuleEngineWhenRuleApplied>
<ThresholdText>sample string 24</ThresholdText>
<UseRuleForAllAircraftsExceptListed>true</UseRuleForAllAircraftsExceptListed>
<UseRuleForAllAircraftsOnHomebaseExceptListed>true</UseRuleForAllAircraftsOnHomebaseExceptListed>
<UseRuleForAllClubMemberNumbersExceptListed>true</UseRuleForAllClubMemberNumbersExceptListed>
<UseRuleForAllFlightCrewTypesExceptListed>true</UseRuleForAllFlightCrewTypesExceptListed>
<UseRuleForAllFlightTypesExceptListed>true</UseRuleForAllFlightTypesExceptListed>
<UseRuleForAllLdgLocationsExceptListed>true</UseRuleForAllLdgLocationsExceptListed>
<UseRuleForAllMemberStatesExceptListed>true</UseRuleForAllMemberStatesExceptListed>
<UseRuleForAllPersonCategoriesExceptListed>true</UseRuleForAllPersonCategoriesExceptListed>
<UseRuleForAllStartLocationsExceptListed>true</UseRuleForAllStartLocationsExceptListed>
<UseRuleForAllStartTypesExceptListed>true</UseRuleForAllStartTypesExceptListed>
</AccountingRuleFilterDetails>