GET api/Invoices/{id}
Takes the id of an invoice (Guid as a string) and returns an Invoice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Guid as a string |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result Ok(200) and a Invoice if pass and a NotFound(404) if fails
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
Sample:
{
"Id": "478a85df-983a-45d5-a640-37287ae4d501",
"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": "5595cf1a-90ed-4000-9c02-1ee622fd1355",
"CompanyId": "115e4568-1e0c-4c4a-bef7-19c75ebb615a",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "c6678b57-447b-428a-b075-66a46e254552",
"SiteId": "60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b",
"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": "c6678b57-447b-428a-b075-66a46e254552",
"SiteId": "60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b",
"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": "10111646-c3ad-492a-9645-7256038a1488",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "10111646-c3ad-492a-9645-7256038a1488",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "b75aabd8-1d53-4282-a87b-c8c1fa79bafa",
"CustomerId": "9a1af0bd-c73a-4323-91bc-68bce30fc673",
"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": "ee459a3b-ec27-458e-9611-edc95f9ea38f",
"CardId": "fb514184-6613-4989-bc2e-cf26f34b6199",
"SiteId": "70e779d5-a465-46cd-a302-2a261dd7d4a9",
"Access": 0,
"SiteServiceIds": [
"d42d48f5-5ecc-49b9-b47c-884503ca045d",
"9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2"
],
"AccessTimes": [
{
"ID": "9c3e5a24-0fee-4c63-9fc6-7412bcfffd77",
"CardAccessId": "eedb6dc6-080e-479f-86f6-0db6c561fdd6",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "9c3e5a24-0fee-4c63-9fc6-7412bcfffd77",
"CardAccessId": "eedb6dc6-080e-479f-86f6-0db6c561fdd6",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "ee459a3b-ec27-458e-9611-edc95f9ea38f",
"CardId": "fb514184-6613-4989-bc2e-cf26f34b6199",
"SiteId": "70e779d5-a465-46cd-a302-2a261dd7d4a9",
"Access": 0,
"SiteServiceIds": [
"d42d48f5-5ecc-49b9-b47c-884503ca045d",
"9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2"
],
"AccessTimes": [
{
"ID": "9c3e5a24-0fee-4c63-9fc6-7412bcfffd77",
"CardAccessId": "eedb6dc6-080e-479f-86f6-0db6c561fdd6",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "9c3e5a24-0fee-4c63-9fc6-7412bcfffd77",
"CardAccessId": "eedb6dc6-080e-479f-86f6-0db6c561fdd6",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "1028c909-5ba4-4502-a81f-ae5bb08b4958",
"CardServices": [
{
"Id": "a745b62e-02c1-4293-bda7-5eaa46208124",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "a745b62e-02c1-4293-bda7-5eaa46208124",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "91f8359f-a704-411a-9d82-9bc62049230e",
"InvoiceId": "9e629705-ea32-4b4c-a857-9705ac7f71d4",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "c6678b57-447b-428a-b075-66a46e254552",
"SiteId": "60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b",
"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": "91f8359f-a704-411a-9d82-9bc62049230e",
"InvoiceId": "9e629705-ea32-4b4c-a857-9705ac7f71d4",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "c6678b57-447b-428a-b075-66a46e254552",
"SiteId": "60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b",
"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
Sample:
{"Id":"478a85df-983a-45d5-a640-37287ae4d501","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":"5595cf1a-90ed-4000-9c02-1ee622fd1355","CompanyId":"115e4568-1e0c-4c4a-bef7-19c75ebb615a","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"c6678b57-447b-428a-b075-66a46e254552","SiteId":"60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b","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":"c6678b57-447b-428a-b075-66a46e254552","SiteId":"60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b","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":"10111646-c3ad-492a-9645-7256038a1488","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"10111646-c3ad-492a-9645-7256038a1488","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"b75aabd8-1d53-4282-a87b-c8c1fa79bafa","CustomerId":"9a1af0bd-c73a-4323-91bc-68bce30fc673","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":"ee459a3b-ec27-458e-9611-edc95f9ea38f","CardId":"fb514184-6613-4989-bc2e-cf26f34b6199","SiteId":"70e779d5-a465-46cd-a302-2a261dd7d4a9","Access":0,"SiteServiceIds":["d42d48f5-5ecc-49b9-b47c-884503ca045d","9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2"],"AccessTimes":[{"ID":"9c3e5a24-0fee-4c63-9fc6-7412bcfffd77","CardAccessId":"eedb6dc6-080e-479f-86f6-0db6c561fdd6","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"9c3e5a24-0fee-4c63-9fc6-7412bcfffd77","CardAccessId":"eedb6dc6-080e-479f-86f6-0db6c561fdd6","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"ee459a3b-ec27-458e-9611-edc95f9ea38f","CardId":"fb514184-6613-4989-bc2e-cf26f34b6199","SiteId":"70e779d5-a465-46cd-a302-2a261dd7d4a9","Access":0,"SiteServiceIds":["d42d48f5-5ecc-49b9-b47c-884503ca045d","9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2"],"AccessTimes":[{"ID":"9c3e5a24-0fee-4c63-9fc6-7412bcfffd77","CardAccessId":"eedb6dc6-080e-479f-86f6-0db6c561fdd6","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"9c3e5a24-0fee-4c63-9fc6-7412bcfffd77","CardAccessId":"eedb6dc6-080e-479f-86f6-0db6c561fdd6","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"1028c909-5ba4-4502-a81f-ae5bb08b4958","CardServices":[{"Id":"a745b62e-02c1-4293-bda7-5eaa46208124","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"a745b62e-02c1-4293-bda7-5eaa46208124","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"91f8359f-a704-411a-9d82-9bc62049230e","InvoiceId":"9e629705-ea32-4b4c-a857-9705ac7f71d4","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"c6678b57-447b-428a-b075-66a46e254552","SiteId":"60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b","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":"91f8359f-a704-411a-9d82-9bc62049230e","InvoiceId":"9e629705-ea32-4b4c-a857-9705ac7f71d4","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"c6678b57-447b-428a-b075-66a46e254552","SiteId":"60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b","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
Sample:
<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>eedb6dc6-080e-479f-86f6-0db6c561fdd6</CardAccessId>
<EndTime>5</EndTime>
<ID>9c3e5a24-0fee-4c63-9fc6-7412bcfffd77</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>eedb6dc6-080e-479f-86f6-0db6c561fdd6</CardAccessId>
<EndTime>5</EndTime>
<ID>9c3e5a24-0fee-4c63-9fc6-7412bcfffd77</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>fb514184-6613-4989-bc2e-cf26f34b6199</CardId>
<Id>ee459a3b-ec27-458e-9611-edc95f9ea38f</Id>
<SiteId>70e779d5-a465-46cd-a302-2a261dd7d4a9</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>d42d48f5-5ecc-49b9-b47c-884503ca045d</d5p1:guid>
<d5p1:guid>9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2</d5p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>eedb6dc6-080e-479f-86f6-0db6c561fdd6</CardAccessId>
<EndTime>5</EndTime>
<ID>9c3e5a24-0fee-4c63-9fc6-7412bcfffd77</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>eedb6dc6-080e-479f-86f6-0db6c561fdd6</CardAccessId>
<EndTime>5</EndTime>
<ID>9c3e5a24-0fee-4c63-9fc6-7412bcfffd77</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>fb514184-6613-4989-bc2e-cf26f34b6199</CardId>
<Id>ee459a3b-ec27-458e-9611-edc95f9ea38f</Id>
<SiteId>70e779d5-a465-46cd-a302-2a261dd7d4a9</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>d42d48f5-5ecc-49b9-b47c-884503ca045d</d5p1:guid>
<d5p1:guid>9aecbc7a-3c02-42e7-848a-bbb68eb8c0c2</d5p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>a745b62e-02c1-4293-bda7-5eaa46208124</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>a745b62e-02c1-4293-bda7-5eaa46208124</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>9a1af0bd-c73a-4323-91bc-68bce30fc673</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>b75aabd8-1d53-4282-a87b-c8c1fa79bafa</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>478a85df-983a-45d5-a640-37287ae4d501</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>91f8359f-a704-411a-9d82-9bc62049230e</Id>
<InvoiceId>9e629705-ea32-4b4c-a857-9705ac7f71d4</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>c6678b57-447b-428a-b075-66a46e254552</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b</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>91f8359f-a704-411a-9d82-9bc62049230e</Id>
<InvoiceId>9e629705-ea32-4b4c-a857-9705ac7f71d4</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>c6678b57-447b-428a-b075-66a46e254552</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b</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>10111646-c3ad-492a-9645-7256038a1488</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>10111646-c3ad-492a-9645-7256038a1488</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>115e4568-1e0c-4c4a-bef7-19c75ebb615a</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>5595cf1a-90ed-4000-9c02-1ee622fd1355</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>c6678b57-447b-428a-b075-66a46e254552</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>c6678b57-447b-428a-b075-66a46e254552</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>60edb3f0-7c1c-4aef-98e1-df3dac5ecb7b</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>