GET api/Invoices?language={language}&isHandled={isHandled}&internalInvoices={internalInvoices}&fromDate={fromDate}&toDate={toDate}&siteId={siteId}&cardId={cardId}
Can recive many parameters to filter out the ones requested.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| language |
The language parameter has no effect currently. Invoice texts are generated according to language settings in wash. Optional default as "en" English |
string |
Default value is en |
| isHandled |
Optional default as true. True will return handled invoices and False will return unhandled invoices |
boolean |
Default value is True |
| internalInvoices |
Optional default as false. If set to true, internal invoices is returned. If set to false (default) invoices that are not internal is returned |
boolean |
Default value is False |
| fromDate |
Optional default as Now - one year |
string |
None. |
| toDate |
Optional default as Now |
string |
None. |
| siteId |
Optional default as null. If set, only invoices for this site is returned |
string |
None. |
| cardId |
Optional default as null. If set, only invoices for this card is returned |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of Invoices or NotFound(404)
Collection of 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": "aa0e3573-1c69-4b7a-9db9-f4dd990c72a0",
"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": "9e662af9-2e25-4b60-9457-c833fb61e84b",
"CompanyId": "4df6f16f-7d3e-4554-9888-38dec39fe28b",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "9b362459-53d0-45b0-b334-42c0eb52b45c",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "9b362459-53d0-45b0-b334-42c0eb52b45c",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "42bffbae-f7f4-448e-ac0f-2e875ecc2837",
"CustomerId": "8aaff6e9-9611-415d-893c-de321c11e417",
"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": "c36b377a-d64c-4429-b797-a563ffcb94eb",
"CardId": "9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0",
"SiteId": "d6901fbe-9c3e-4917-93ab-133c0871a76f",
"Access": 0,
"SiteServiceIds": [
"f8defaef-7077-4928-ae25-7587d0de32d9",
"fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"
],
"AccessTimes": [
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "c36b377a-d64c-4429-b797-a563ffcb94eb",
"CardId": "9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0",
"SiteId": "d6901fbe-9c3e-4917-93ab-133c0871a76f",
"Access": 0,
"SiteServiceIds": [
"f8defaef-7077-4928-ae25-7587d0de32d9",
"fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"
],
"AccessTimes": [
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "8c57f804-f105-41ce-8be4-0c276517fabb",
"CardServices": [
{
"Id": "36e4e18b-e601-4d87-ae54-3390f8a33bef",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "36e4e18b-e601-4d87-ae54-3390f8a33bef",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "cfaf02bc-3c06-454a-ad9c-e8645e6bd263",
"InvoiceId": "1677127f-10e9-4815-ab21-cbe60fde6fba",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "cfaf02bc-3c06-454a-ad9c-e8645e6bd263",
"InvoiceId": "1677127f-10e9-4815-ab21-cbe60fde6fba",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "aa0e3573-1c69-4b7a-9db9-f4dd990c72a0",
"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": "9e662af9-2e25-4b60-9457-c833fb61e84b",
"CompanyId": "4df6f16f-7d3e-4554-9888-38dec39fe28b",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "9b362459-53d0-45b0-b334-42c0eb52b45c",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "9b362459-53d0-45b0-b334-42c0eb52b45c",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "42bffbae-f7f4-448e-ac0f-2e875ecc2837",
"CustomerId": "8aaff6e9-9611-415d-893c-de321c11e417",
"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": "c36b377a-d64c-4429-b797-a563ffcb94eb",
"CardId": "9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0",
"SiteId": "d6901fbe-9c3e-4917-93ab-133c0871a76f",
"Access": 0,
"SiteServiceIds": [
"f8defaef-7077-4928-ae25-7587d0de32d9",
"fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"
],
"AccessTimes": [
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "c36b377a-d64c-4429-b797-a563ffcb94eb",
"CardId": "9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0",
"SiteId": "d6901fbe-9c3e-4917-93ab-133c0871a76f",
"Access": 0,
"SiteServiceIds": [
"f8defaef-7077-4928-ae25-7587d0de32d9",
"fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"
],
"AccessTimes": [
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "0d5861c9-dfcb-402d-bd28-7301cf8c8462",
"CardAccessId": "5143a20e-3012-4680-9fab-7084a5c9debd",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "8c57f804-f105-41ce-8be4-0c276517fabb",
"CardServices": [
{
"Id": "36e4e18b-e601-4d87-ae54-3390f8a33bef",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "36e4e18b-e601-4d87-ae54-3390f8a33bef",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "cfaf02bc-3c06-454a-ad9c-e8645e6bd263",
"InvoiceId": "1677127f-10e9-4815-ab21-cbe60fde6fba",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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": "cfaf02bc-3c06-454a-ad9c-e8645e6bd263",
"InvoiceId": "1677127f-10e9-4815-ab21-cbe60fde6fba",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "81b31f02-69c6-4b97-af65-311d781d71bf",
"SiteId": "800478ea-0f5e-4cc2-a560-aac486b49bcc",
"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":"aa0e3573-1c69-4b7a-9db9-f4dd990c72a0","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":"9e662af9-2e25-4b60-9457-c833fb61e84b","CompanyId":"4df6f16f-7d3e-4554-9888-38dec39fe28b","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"9b362459-53d0-45b0-b334-42c0eb52b45c","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"9b362459-53d0-45b0-b334-42c0eb52b45c","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"42bffbae-f7f4-448e-ac0f-2e875ecc2837","CustomerId":"8aaff6e9-9611-415d-893c-de321c11e417","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":"c36b377a-d64c-4429-b797-a563ffcb94eb","CardId":"9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0","SiteId":"d6901fbe-9c3e-4917-93ab-133c0871a76f","Access":0,"SiteServiceIds":["f8defaef-7077-4928-ae25-7587d0de32d9","fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"],"AccessTimes":[{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"c36b377a-d64c-4429-b797-a563ffcb94eb","CardId":"9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0","SiteId":"d6901fbe-9c3e-4917-93ab-133c0871a76f","Access":0,"SiteServiceIds":["f8defaef-7077-4928-ae25-7587d0de32d9","fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"],"AccessTimes":[{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"8c57f804-f105-41ce-8be4-0c276517fabb","CardServices":[{"Id":"36e4e18b-e601-4d87-ae54-3390f8a33bef","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"36e4e18b-e601-4d87-ae54-3390f8a33bef","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"cfaf02bc-3c06-454a-ad9c-e8645e6bd263","InvoiceId":"1677127f-10e9-4815-ab21-cbe60fde6fba","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"cfaf02bc-3c06-454a-ad9c-e8645e6bd263","InvoiceId":"1677127f-10e9-4815-ab21-cbe60fde6fba","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"aa0e3573-1c69-4b7a-9db9-f4dd990c72a0","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":"9e662af9-2e25-4b60-9457-c833fb61e84b","CompanyId":"4df6f16f-7d3e-4554-9888-38dec39fe28b","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"9b362459-53d0-45b0-b334-42c0eb52b45c","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"9b362459-53d0-45b0-b334-42c0eb52b45c","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"42bffbae-f7f4-448e-ac0f-2e875ecc2837","CustomerId":"8aaff6e9-9611-415d-893c-de321c11e417","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":"c36b377a-d64c-4429-b797-a563ffcb94eb","CardId":"9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0","SiteId":"d6901fbe-9c3e-4917-93ab-133c0871a76f","Access":0,"SiteServiceIds":["f8defaef-7077-4928-ae25-7587d0de32d9","fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"],"AccessTimes":[{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"c36b377a-d64c-4429-b797-a563ffcb94eb","CardId":"9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0","SiteId":"d6901fbe-9c3e-4917-93ab-133c0871a76f","Access":0,"SiteServiceIds":["f8defaef-7077-4928-ae25-7587d0de32d9","fd2266eb-8dd0-4b2a-aee2-78dcecf11d92"],"AccessTimes":[{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"0d5861c9-dfcb-402d-bd28-7301cf8c8462","CardAccessId":"5143a20e-3012-4680-9fab-7084a5c9debd","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"8c57f804-f105-41ce-8be4-0c276517fabb","CardServices":[{"Id":"36e4e18b-e601-4d87-ae54-3390f8a33bef","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"36e4e18b-e601-4d87-ae54-3390f8a33bef","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"cfaf02bc-3c06-454a-ad9c-e8645e6bd263","InvoiceId":"1677127f-10e9-4815-ab21-cbe60fde6fba","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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":"cfaf02bc-3c06-454a-ad9c-e8645e6bd263","InvoiceId":"1677127f-10e9-4815-ab21-cbe60fde6fba","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"81b31f02-69c6-4b97-af65-311d781d71bf","SiteId":"800478ea-0f5e-4cc2-a560-aac486b49bcc","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
<ArrayOfInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westmatic.Wash8.GenericWebApi.Models">
<Invoice>
<Card>
<CarType>sample string 16</CarType>
<CardAccesses>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0</CardId>
<Id>c36b377a-d64c-4429-b797-a563ffcb94eb</Id>
<SiteId>d6901fbe-9c3e-4917-93ab-133c0871a76f</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>f8defaef-7077-4928-ae25-7587d0de32d9</d6p1:guid>
<d6p1:guid>fd2266eb-8dd0-4b2a-aee2-78dcecf11d92</d6p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0</CardId>
<Id>c36b377a-d64c-4429-b797-a563ffcb94eb</Id>
<SiteId>d6901fbe-9c3e-4917-93ab-133c0871a76f</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>f8defaef-7077-4928-ae25-7587d0de32d9</d6p1:guid>
<d6p1:guid>fd2266eb-8dd0-4b2a-aee2-78dcecf11d92</d6p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>36e4e18b-e601-4d87-ae54-3390f8a33bef</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>36e4e18b-e601-4d87-ae54-3390f8a33bef</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>8aaff6e9-9611-415d-893c-de321c11e417</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>42bffbae-f7f4-448e-ac0f-2e875ecc2837</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>aa0e3573-1c69-4b7a-9db9-f4dd990c72a0</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>cfaf02bc-3c06-454a-ad9c-e8645e6bd263</Id>
<InvoiceId>1677127f-10e9-4815-ab21-cbe60fde6fba</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>cfaf02bc-3c06-454a-ad9c-e8645e6bd263</Id>
<InvoiceId>1677127f-10e9-4815-ab21-cbe60fde6fba</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>9b362459-53d0-45b0-b334-42c0eb52b45c</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>9b362459-53d0-45b0-b334-42c0eb52b45c</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>4df6f16f-7d3e-4554-9888-38dec39fe28b</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>9e662af9-2e25-4b60-9457-c833fb61e84b</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>
<Invoice>
<Card>
<CarType>sample string 16</CarType>
<CardAccesses>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0</CardId>
<Id>c36b377a-d64c-4429-b797-a563ffcb94eb</Id>
<SiteId>d6901fbe-9c3e-4917-93ab-133c0871a76f</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>f8defaef-7077-4928-ae25-7587d0de32d9</d6p1:guid>
<d6p1:guid>fd2266eb-8dd0-4b2a-aee2-78dcecf11d92</d6p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>5143a20e-3012-4680-9fab-7084a5c9debd</CardAccessId>
<EndTime>5</EndTime>
<ID>0d5861c9-dfcb-402d-bd28-7301cf8c8462</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>9e5da9c5-26f4-4bc5-b9ed-ee01f9fa38e0</CardId>
<Id>c36b377a-d64c-4429-b797-a563ffcb94eb</Id>
<SiteId>d6901fbe-9c3e-4917-93ab-133c0871a76f</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>f8defaef-7077-4928-ae25-7587d0de32d9</d6p1:guid>
<d6p1:guid>fd2266eb-8dd0-4b2a-aee2-78dcecf11d92</d6p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>36e4e18b-e601-4d87-ae54-3390f8a33bef</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>36e4e18b-e601-4d87-ae54-3390f8a33bef</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>8aaff6e9-9611-415d-893c-de321c11e417</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>42bffbae-f7f4-448e-ac0f-2e875ecc2837</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>aa0e3573-1c69-4b7a-9db9-f4dd990c72a0</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>cfaf02bc-3c06-454a-ad9c-e8645e6bd263</Id>
<InvoiceId>1677127f-10e9-4815-ab21-cbe60fde6fba</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>cfaf02bc-3c06-454a-ad9c-e8645e6bd263</Id>
<InvoiceId>1677127f-10e9-4815-ab21-cbe60fde6fba</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>9b362459-53d0-45b0-b334-42c0eb52b45c</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>9b362459-53d0-45b0-b334-42c0eb52b45c</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>4df6f16f-7d3e-4554-9888-38dec39fe28b</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>9e662af9-2e25-4b60-9457-c833fb61e84b</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>81b31f02-69c6-4b97-af65-311d781d71bf</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>800478ea-0f5e-4cc2-a560-aac486b49bcc</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>
</ArrayOfInvoice>