PUT api/Invoices/{id}
Sets the invoiceIsHandled field for a specified invoice. The id parameter is the id of the invoice. The meaning of the invoiceIsHandled field indicates if the invoice is handled by the external economy system. This field should be set as soon as the invoices is exported from Wash. Note that the parameter invoiceIsHandled is passed in the body, not as url query string.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Guid as string, identifien the invoice to set as handled |
string |
Required |
Body Parameters
If invoice is handled or not
booleanRequest Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
A changed Invoice or NotFound(404)
Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| InvoiceNo | integer |
None. |
|
| IsHandled | boolean |
None. |
|
| StartDate |
DateTime as string format: yyyy-MM-dd HH:mm |
string |
None. |
| EndDate |
DateTime as string format: yyyy-MM-dd HH:mm |
string |
None. |
| RegistrationNumber | string |
None. |
|
| Requisition | string |
None. |
|
| RequisitionTrailer | string |
None. |
|
| IsFixedPrice | boolean |
None. |
|
| Discount | decimal number |
None. |
|
| VatPercent | decimal number |
None. |
|
| TotalAmountExludingTaxExludingDiscount | decimal number |
None. |
|
| TotalAmountIncludingTaxIncludingDiscount | decimal number |
None. |
|
| TotalAmountExludingTaxExcludingPaidAmount | decimal number |
None. |
|
| Site | Site |
None. |
|
| Card | ApiCard |
None. |
|
| InvoiceRows | Collection of InvoiceRow |
None. |
Response Formats
application/json, text/json
{
"Id": "d6526a7d-76e7-44e7-b155-adbb028175f9",
"InvoiceNo": 2,
"IsHandled": true,
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"RegistrationNumber": "sample string 6",
"Requisition": "sample string 7",
"RequisitionTrailer": "sample string 8",
"IsFixedPrice": true,
"Discount": 10.1,
"VatPercent": 11.1,
"TotalAmountExludingTaxExludingDiscount": 12.1,
"TotalAmountIncludingTaxIncludingDiscount": 13.1,
"TotalAmountExludingTaxExcludingPaidAmount": 14.1,
"Site": {
"Id": "850a9183-a0e2-482c-b6b1-cc80b4c03840",
"CompanyId": "2b947784-d212-4847-b337-58d86ac7d19b",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "832cfa11-9884-4ec4-8d0c-efe57b51e73c",
"SiteId": "9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28",
"Name": "sample string 3",
"Unit": 4,
"PricePerUnit": 5.1,
"Factor": 6.1,
"IsEnabled": true,
"DefaultName": "sample string 8",
"ServiceNo": 9,
"ServiceEid2": "sample string 10"
},
{
"Id": "832cfa11-9884-4ec4-8d0c-efe57b51e73c",
"SiteId": "9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28",
"Name": "sample string 3",
"Unit": 4,
"PricePerUnit": 5.1,
"Factor": 6.1,
"IsEnabled": true,
"DefaultName": "sample string 8",
"ServiceNo": 9,
"ServiceEid2": "sample string 10"
}
],
"CarTypes": [
{
"Id": "c00adc08-3bd0-4f2f-bf17-af0b1277aeb8",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "c00adc08-3bd0-4f2f-bf17-af0b1277aeb8",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "aa2bf566-1325-4f9e-9d1f-6435a1f84b9f",
"CustomerId": "c999be96-74f5-497b-ac68-8dc7ca280368",
"CardNumber": "sample string 3",
"TelePhone": "sample string 4",
"CellPhone": "sample string 5",
"RegistarationNumber": "sample string 6",
"Decription": "sample string 7",
"FixedPrice": 8.1,
"IsDisabled": true,
"EmailReceipt": true,
"Email": "sample string 11",
"InvoiceReference": "sample string 12",
"CountryName": "sample string 13",
"CountryCode": "sample string 14",
"CardType": "sample string 15",
"CarType": "sample string 16",
"CardAccesses": [
{
"Id": "a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f",
"CardId": "1089b6c7-a5c5-444d-89a5-859159ce593b",
"SiteId": "1bdcba50-6ea6-4a2e-868e-0f2bccf88d31",
"Access": 0,
"SiteServiceIds": [
"727c3964-e01e-45a7-988a-dffdc401fa07",
"b02a3369-2f7b-4010-8a66-1932e84e774c"
],
"AccessTimes": [
{
"ID": "87146c95-933f-4a6a-b9d4-46ca7b2700b2",
"CardAccessId": "c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "87146c95-933f-4a6a-b9d4-46ca7b2700b2",
"CardAccessId": "c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f",
"CardId": "1089b6c7-a5c5-444d-89a5-859159ce593b",
"SiteId": "1bdcba50-6ea6-4a2e-868e-0f2bccf88d31",
"Access": 0,
"SiteServiceIds": [
"727c3964-e01e-45a7-988a-dffdc401fa07",
"b02a3369-2f7b-4010-8a66-1932e84e774c"
],
"AccessTimes": [
{
"ID": "87146c95-933f-4a6a-b9d4-46ca7b2700b2",
"CardAccessId": "c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "87146c95-933f-4a6a-b9d4-46ca7b2700b2",
"CardAccessId": "c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "504e72b8-d1c0-4e09-bba2-a32c4216d373",
"CardServices": [
{
"Id": "2bc82c36-6e4c-475a-9936-aec86d9f3a71",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "2bc82c36-6e4c-475a-9936-aec86d9f3a71",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "3921c334-e460-42da-bd08-32c4939daecc",
"InvoiceId": "7667c9e2-fb9d-483e-a551-10c3c2622822",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "832cfa11-9884-4ec4-8d0c-efe57b51e73c",
"SiteId": "9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28",
"Name": "sample string 3",
"Unit": 4,
"PricePerUnit": 5.1,
"Factor": 6.1,
"IsEnabled": true,
"DefaultName": "sample string 8",
"ServiceNo": 9,
"ServiceEid2": "sample string 10"
},
"Description": "sample string 10"
},
{
"Id": "3921c334-e460-42da-bd08-32c4939daecc",
"InvoiceId": "7667c9e2-fb9d-483e-a551-10c3c2622822",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "832cfa11-9884-4ec4-8d0c-efe57b51e73c",
"SiteId": "9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28",
"Name": "sample string 3",
"Unit": 4,
"PricePerUnit": 5.1,
"Factor": 6.1,
"IsEnabled": true,
"DefaultName": "sample string 8",
"ServiceNo": 9,
"ServiceEid2": "sample string 10"
},
"Description": "sample string 10"
}
]
}
text/html
{"Id":"d6526a7d-76e7-44e7-b155-adbb028175f9","InvoiceNo":2,"IsHandled":true,"StartDate":"sample string 4","EndDate":"sample string 5","RegistrationNumber":"sample string 6","Requisition":"sample string 7","RequisitionTrailer":"sample string 8","IsFixedPrice":true,"Discount":10.1,"VatPercent":11.1,"TotalAmountExludingTaxExludingDiscount":12.1,"TotalAmountIncludingTaxIncludingDiscount":13.1,"TotalAmountExludingTaxExcludingPaidAmount":14.1,"Site":{"Id":"850a9183-a0e2-482c-b6b1-cc80b4c03840","CompanyId":"2b947784-d212-4847-b337-58d86ac7d19b","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"832cfa11-9884-4ec4-8d0c-efe57b51e73c","SiteId":"9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28","Name":"sample string 3","Unit":4,"PricePerUnit":5.1,"Factor":6.1,"IsEnabled":true,"DefaultName":"sample string 8","ServiceNo":9,"ServiceEid2":"sample string 10"},{"Id":"832cfa11-9884-4ec4-8d0c-efe57b51e73c","SiteId":"9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28","Name":"sample string 3","Unit":4,"PricePerUnit":5.1,"Factor":6.1,"IsEnabled":true,"DefaultName":"sample string 8","ServiceNo":9,"ServiceEid2":"sample string 10"}],"CarTypes":[{"Id":"c00adc08-3bd0-4f2f-bf17-af0b1277aeb8","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"c00adc08-3bd0-4f2f-bf17-af0b1277aeb8","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"aa2bf566-1325-4f9e-9d1f-6435a1f84b9f","CustomerId":"c999be96-74f5-497b-ac68-8dc7ca280368","CardNumber":"sample string 3","TelePhone":"sample string 4","CellPhone":"sample string 5","RegistarationNumber":"sample string 6","Decription":"sample string 7","FixedPrice":8.1,"IsDisabled":true,"EmailReceipt":true,"Email":"sample string 11","InvoiceReference":"sample string 12","CountryName":"sample string 13","CountryCode":"sample string 14","CardType":"sample string 15","CarType":"sample string 16","CardAccesses":[{"Id":"a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f","CardId":"1089b6c7-a5c5-444d-89a5-859159ce593b","SiteId":"1bdcba50-6ea6-4a2e-868e-0f2bccf88d31","Access":0,"SiteServiceIds":["727c3964-e01e-45a7-988a-dffdc401fa07","b02a3369-2f7b-4010-8a66-1932e84e774c"],"AccessTimes":[{"ID":"87146c95-933f-4a6a-b9d4-46ca7b2700b2","CardAccessId":"c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"87146c95-933f-4a6a-b9d4-46ca7b2700b2","CardAccessId":"c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f","CardId":"1089b6c7-a5c5-444d-89a5-859159ce593b","SiteId":"1bdcba50-6ea6-4a2e-868e-0f2bccf88d31","Access":0,"SiteServiceIds":["727c3964-e01e-45a7-988a-dffdc401fa07","b02a3369-2f7b-4010-8a66-1932e84e774c"],"AccessTimes":[{"ID":"87146c95-933f-4a6a-b9d4-46ca7b2700b2","CardAccessId":"c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"87146c95-933f-4a6a-b9d4-46ca7b2700b2","CardAccessId":"c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"504e72b8-d1c0-4e09-bba2-a32c4216d373","CardServices":[{"Id":"2bc82c36-6e4c-475a-9936-aec86d9f3a71","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"2bc82c36-6e4c-475a-9936-aec86d9f3a71","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"3921c334-e460-42da-bd08-32c4939daecc","InvoiceId":"7667c9e2-fb9d-483e-a551-10c3c2622822","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"832cfa11-9884-4ec4-8d0c-efe57b51e73c","SiteId":"9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28","Name":"sample string 3","Unit":4,"PricePerUnit":5.1,"Factor":6.1,"IsEnabled":true,"DefaultName":"sample string 8","ServiceNo":9,"ServiceEid2":"sample string 10"},"Description":"sample string 10"},{"Id":"3921c334-e460-42da-bd08-32c4939daecc","InvoiceId":"7667c9e2-fb9d-483e-a551-10c3c2622822","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"832cfa11-9884-4ec4-8d0c-efe57b51e73c","SiteId":"9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28","Name":"sample string 3","Unit":4,"PricePerUnit":5.1,"Factor":6.1,"IsEnabled":true,"DefaultName":"sample string 8","ServiceNo":9,"ServiceEid2":"sample string 10"},"Description":"sample string 10"}]}
application/xml, text/xml
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westmatic.Wash8.GenericWebApi.Models">
<Card>
<CarType>sample string 16</CarType>
<CardAccesses>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5</CardAccessId>
<EndTime>5</EndTime>
<ID>87146c95-933f-4a6a-b9d4-46ca7b2700b2</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5</CardAccessId>
<EndTime>5</EndTime>
<ID>87146c95-933f-4a6a-b9d4-46ca7b2700b2</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>1089b6c7-a5c5-444d-89a5-859159ce593b</CardId>
<Id>a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f</Id>
<SiteId>1bdcba50-6ea6-4a2e-868e-0f2bccf88d31</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>727c3964-e01e-45a7-988a-dffdc401fa07</d5p1:guid>
<d5p1:guid>b02a3369-2f7b-4010-8a66-1932e84e774c</d5p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5</CardAccessId>
<EndTime>5</EndTime>
<ID>87146c95-933f-4a6a-b9d4-46ca7b2700b2</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>c0c4b6e8-129f-46e6-8cbe-8d37303bd2f5</CardAccessId>
<EndTime>5</EndTime>
<ID>87146c95-933f-4a6a-b9d4-46ca7b2700b2</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>1089b6c7-a5c5-444d-89a5-859159ce593b</CardId>
<Id>a3eed1b1-ec78-43a3-b3c2-67cc3f6bb79f</Id>
<SiteId>1bdcba50-6ea6-4a2e-868e-0f2bccf88d31</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>727c3964-e01e-45a7-988a-dffdc401fa07</d5p1:guid>
<d5p1:guid>b02a3369-2f7b-4010-8a66-1932e84e774c</d5p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>2bc82c36-6e4c-475a-9936-aec86d9f3a71</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>2bc82c36-6e4c-475a-9936-aec86d9f3a71</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
</CardServices>
<CardType>sample string 15</CardType>
<CellPhone>sample string 5</CellPhone>
<CountryCode>sample string 14</CountryCode>
<CountryName>sample string 13</CountryName>
<CustomerId>c999be96-74f5-497b-ac68-8dc7ca280368</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>aa2bf566-1325-4f9e-9d1f-6435a1f84b9f</Id>
<InvoiceReference>sample string 12</InvoiceReference>
<IsDisabled>true</IsDisabled>
<RegistarationNumber>sample string 6</RegistarationNumber>
<TelePhone>sample string 4</TelePhone>
</Card>
<Discount>10.1</Discount>
<EndDate>sample string 5</EndDate>
<Id>d6526a7d-76e7-44e7-b155-adbb028175f9</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>3921c334-e460-42da-bd08-32c4939daecc</Id>
<InvoiceId>7667c9e2-fb9d-483e-a551-10c3c2622822</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>832cfa11-9884-4ec4-8d0c-efe57b51e73c</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28</SiteId>
<Unit>4</Unit>
</Service>
<TotalAmountExcludingTaxExcludingDiscount>8.1</TotalAmountExcludingTaxExcludingDiscount>
<TotalAmountExcludingTaxIncludingDiscount>9.1</TotalAmountExcludingTaxIncludingDiscount>
<Unit>5</Unit>
<UnitName>sample string 6</UnitName>
</InvoiceRow>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>3921c334-e460-42da-bd08-32c4939daecc</Id>
<InvoiceId>7667c9e2-fb9d-483e-a551-10c3c2622822</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>832cfa11-9884-4ec4-8d0c-efe57b51e73c</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28</SiteId>
<Unit>4</Unit>
</Service>
<TotalAmountExcludingTaxExcludingDiscount>8.1</TotalAmountExcludingTaxExcludingDiscount>
<TotalAmountExcludingTaxIncludingDiscount>9.1</TotalAmountExcludingTaxIncludingDiscount>
<Unit>5</Unit>
<UnitName>sample string 6</UnitName>
</InvoiceRow>
</InvoiceRows>
<IsFixedPrice>true</IsFixedPrice>
<IsHandled>true</IsHandled>
<RegistrationNumber>sample string 6</RegistrationNumber>
<Requisition>sample string 7</Requisition>
<RequisitionTrailer>sample string 8</RequisitionTrailer>
<Site>
<CarTypes>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>c00adc08-3bd0-4f2f-bf17-af0b1277aeb8</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>c00adc08-3bd0-4f2f-bf17-af0b1277aeb8</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>2b947784-d212-4847-b337-58d86ac7d19b</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>850a9183-a0e2-482c-b6b1-cc80b4c03840</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>832cfa11-9884-4ec4-8d0c-efe57b51e73c</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>832cfa11-9884-4ec4-8d0c-efe57b51e73c</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>9a7ac4f1-a0b5-4f5f-b043-93eccfcd1e28</SiteId>
<Unit>4</Unit>
</Service>
</Services>
</Site>
<StartDate>sample string 4</StartDate>
<TotalAmountExludingTaxExcludingPaidAmount>14.1</TotalAmountExludingTaxExcludingPaidAmount>
<TotalAmountExludingTaxExludingDiscount>12.1</TotalAmountExludingTaxExludingDiscount>
<TotalAmountIncludingTaxIncludingDiscount>13.1</TotalAmountIncludingTaxIncludingDiscount>
<VatPercent>11.1</VatPercent>
</Invoice>