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": "d962caf2-86d7-4fdd-b40b-b8e622e35fc3",
"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": "0aa89d2c-524e-453e-99e5-620464f50e4c",
"CompanyId": "a67ed2e4-5ba7-4d10-9ad5-5a3121565982",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "af26db38-a8ca-4d04-9979-164ab8cffa7b",
"SiteId": "54792685-497e-4d64-93da-7cf9851dc32c",
"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": "af26db38-a8ca-4d04-9979-164ab8cffa7b",
"SiteId": "54792685-497e-4d64-93da-7cf9851dc32c",
"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": "21a10ee9-8631-4446-8809-786ec679aa3d",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "21a10ee9-8631-4446-8809-786ec679aa3d",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "212c9658-97f6-4576-bcf0-25e1366218b1",
"CustomerId": "661522f9-3d94-4378-acc0-7d28b6ad10f6",
"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": "d20613ab-9949-46f1-aa4f-5a95996ef294",
"CardId": "438ba37e-6d20-425c-86e9-934a019ff703",
"SiteId": "c38bb5fd-202f-4523-af82-46d608e48a6a",
"Access": 0,
"SiteServiceIds": [
"a23f8f87-c88e-4a0f-b45a-0ce441bad386",
"7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15"
],
"AccessTimes": [
{
"ID": "62c6565d-bcf0-4356-845c-1b42a059a320",
"CardAccessId": "bb2d7197-38d5-44a8-b26a-ee166a1ef599",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "62c6565d-bcf0-4356-845c-1b42a059a320",
"CardAccessId": "bb2d7197-38d5-44a8-b26a-ee166a1ef599",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "d20613ab-9949-46f1-aa4f-5a95996ef294",
"CardId": "438ba37e-6d20-425c-86e9-934a019ff703",
"SiteId": "c38bb5fd-202f-4523-af82-46d608e48a6a",
"Access": 0,
"SiteServiceIds": [
"a23f8f87-c88e-4a0f-b45a-0ce441bad386",
"7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15"
],
"AccessTimes": [
{
"ID": "62c6565d-bcf0-4356-845c-1b42a059a320",
"CardAccessId": "bb2d7197-38d5-44a8-b26a-ee166a1ef599",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "62c6565d-bcf0-4356-845c-1b42a059a320",
"CardAccessId": "bb2d7197-38d5-44a8-b26a-ee166a1ef599",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "5da9ef22-adbb-449d-ae7a-a4badf47b129",
"CardServices": [
{
"Id": "6fce612e-09fd-4d6c-baf7-9d8124ccb9ac",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "6fce612e-09fd-4d6c-baf7-9d8124ccb9ac",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "141f2d37-8097-48d8-b750-3e14986698ae",
"InvoiceId": "23adeccd-b937-4206-8cf9-23b7008ab763",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "af26db38-a8ca-4d04-9979-164ab8cffa7b",
"SiteId": "54792685-497e-4d64-93da-7cf9851dc32c",
"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": "141f2d37-8097-48d8-b750-3e14986698ae",
"InvoiceId": "23adeccd-b937-4206-8cf9-23b7008ab763",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "af26db38-a8ca-4d04-9979-164ab8cffa7b",
"SiteId": "54792685-497e-4d64-93da-7cf9851dc32c",
"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":"d962caf2-86d7-4fdd-b40b-b8e622e35fc3","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":"0aa89d2c-524e-453e-99e5-620464f50e4c","CompanyId":"a67ed2e4-5ba7-4d10-9ad5-5a3121565982","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"af26db38-a8ca-4d04-9979-164ab8cffa7b","SiteId":"54792685-497e-4d64-93da-7cf9851dc32c","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":"af26db38-a8ca-4d04-9979-164ab8cffa7b","SiteId":"54792685-497e-4d64-93da-7cf9851dc32c","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":"21a10ee9-8631-4446-8809-786ec679aa3d","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"21a10ee9-8631-4446-8809-786ec679aa3d","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"212c9658-97f6-4576-bcf0-25e1366218b1","CustomerId":"661522f9-3d94-4378-acc0-7d28b6ad10f6","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":"d20613ab-9949-46f1-aa4f-5a95996ef294","CardId":"438ba37e-6d20-425c-86e9-934a019ff703","SiteId":"c38bb5fd-202f-4523-af82-46d608e48a6a","Access":0,"SiteServiceIds":["a23f8f87-c88e-4a0f-b45a-0ce441bad386","7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15"],"AccessTimes":[{"ID":"62c6565d-bcf0-4356-845c-1b42a059a320","CardAccessId":"bb2d7197-38d5-44a8-b26a-ee166a1ef599","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"62c6565d-bcf0-4356-845c-1b42a059a320","CardAccessId":"bb2d7197-38d5-44a8-b26a-ee166a1ef599","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"d20613ab-9949-46f1-aa4f-5a95996ef294","CardId":"438ba37e-6d20-425c-86e9-934a019ff703","SiteId":"c38bb5fd-202f-4523-af82-46d608e48a6a","Access":0,"SiteServiceIds":["a23f8f87-c88e-4a0f-b45a-0ce441bad386","7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15"],"AccessTimes":[{"ID":"62c6565d-bcf0-4356-845c-1b42a059a320","CardAccessId":"bb2d7197-38d5-44a8-b26a-ee166a1ef599","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"62c6565d-bcf0-4356-845c-1b42a059a320","CardAccessId":"bb2d7197-38d5-44a8-b26a-ee166a1ef599","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"5da9ef22-adbb-449d-ae7a-a4badf47b129","CardServices":[{"Id":"6fce612e-09fd-4d6c-baf7-9d8124ccb9ac","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"6fce612e-09fd-4d6c-baf7-9d8124ccb9ac","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"141f2d37-8097-48d8-b750-3e14986698ae","InvoiceId":"23adeccd-b937-4206-8cf9-23b7008ab763","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"af26db38-a8ca-4d04-9979-164ab8cffa7b","SiteId":"54792685-497e-4d64-93da-7cf9851dc32c","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":"141f2d37-8097-48d8-b750-3e14986698ae","InvoiceId":"23adeccd-b937-4206-8cf9-23b7008ab763","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"af26db38-a8ca-4d04-9979-164ab8cffa7b","SiteId":"54792685-497e-4d64-93da-7cf9851dc32c","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>bb2d7197-38d5-44a8-b26a-ee166a1ef599</CardAccessId>
<EndTime>5</EndTime>
<ID>62c6565d-bcf0-4356-845c-1b42a059a320</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>bb2d7197-38d5-44a8-b26a-ee166a1ef599</CardAccessId>
<EndTime>5</EndTime>
<ID>62c6565d-bcf0-4356-845c-1b42a059a320</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>438ba37e-6d20-425c-86e9-934a019ff703</CardId>
<Id>d20613ab-9949-46f1-aa4f-5a95996ef294</Id>
<SiteId>c38bb5fd-202f-4523-af82-46d608e48a6a</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>a23f8f87-c88e-4a0f-b45a-0ce441bad386</d5p1:guid>
<d5p1:guid>7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15</d5p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>bb2d7197-38d5-44a8-b26a-ee166a1ef599</CardAccessId>
<EndTime>5</EndTime>
<ID>62c6565d-bcf0-4356-845c-1b42a059a320</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>bb2d7197-38d5-44a8-b26a-ee166a1ef599</CardAccessId>
<EndTime>5</EndTime>
<ID>62c6565d-bcf0-4356-845c-1b42a059a320</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>438ba37e-6d20-425c-86e9-934a019ff703</CardId>
<Id>d20613ab-9949-46f1-aa4f-5a95996ef294</Id>
<SiteId>c38bb5fd-202f-4523-af82-46d608e48a6a</SiteId>
<SiteServiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:guid>a23f8f87-c88e-4a0f-b45a-0ce441bad386</d5p1:guid>
<d5p1:guid>7bd9a28b-e18e-4d93-b0a6-92b3bef9bc15</d5p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>6fce612e-09fd-4d6c-baf7-9d8124ccb9ac</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>6fce612e-09fd-4d6c-baf7-9d8124ccb9ac</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>661522f9-3d94-4378-acc0-7d28b6ad10f6</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>212c9658-97f6-4576-bcf0-25e1366218b1</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>d962caf2-86d7-4fdd-b40b-b8e622e35fc3</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>141f2d37-8097-48d8-b750-3e14986698ae</Id>
<InvoiceId>23adeccd-b937-4206-8cf9-23b7008ab763</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>af26db38-a8ca-4d04-9979-164ab8cffa7b</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>54792685-497e-4d64-93da-7cf9851dc32c</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>141f2d37-8097-48d8-b750-3e14986698ae</Id>
<InvoiceId>23adeccd-b937-4206-8cf9-23b7008ab763</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>af26db38-a8ca-4d04-9979-164ab8cffa7b</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>54792685-497e-4d64-93da-7cf9851dc32c</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>21a10ee9-8631-4446-8809-786ec679aa3d</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>21a10ee9-8631-4446-8809-786ec679aa3d</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>a67ed2e4-5ba7-4d10-9ad5-5a3121565982</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>0aa89d2c-524e-453e-99e5-620464f50e4c</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>af26db38-a8ca-4d04-9979-164ab8cffa7b</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>54792685-497e-4d64-93da-7cf9851dc32c</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>af26db38-a8ca-4d04-9979-164ab8cffa7b</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>54792685-497e-4d64-93da-7cf9851dc32c</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>