PUT api/Invoices
Sets a list of InvoiceIds to handled or not depending on input.
Request Information
URI Parameters
None.
Body Parameters
InvoicesIsHandeldModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsHandled | boolean |
None. |
|
| Ids | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsHandled": true,
"Ids": [
"sample string 1",
"sample string 2"
]
}
text/html
Sample:
{"IsHandled":true,"Ids":["sample string 1","sample string 2"]}
application/xml, text/xml
Sample:
<InvoicesIsHandeldModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westmatic.Wash8.GenericWebApi.Models.ReturnModels">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Ids>
<IsHandled>true</IsHandled>
</InvoicesIsHandeldModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of updated Invoices
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
Sample:
[
{
"Id": "835f5ccd-5e80-4fbe-8941-ab7a12f16153",
"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": "dfedc7ff-93a6-4df2-b01f-4582a8325e46",
"CompanyId": "cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "bb89bfe9-7441-43bd-826e-574a1fcbbfad",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "bb89bfe9-7441-43bd-826e-574a1fcbbfad",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "fe989c01-032f-4cf5-80ae-43049be3b5bb",
"CustomerId": "57970361-f794-46b1-a925-bcb00e68da4e",
"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": "420843d1-4000-4bff-9bdb-5efe6b922539",
"CardId": "de035d4e-ab23-46f7-bed8-037f1ed3b24e",
"SiteId": "e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c",
"Access": 0,
"SiteServiceIds": [
"2b07703c-81ef-4db3-86fb-793d24adecc0",
"01167d3b-71a0-4ce7-814d-f5161ba2bbbd"
],
"AccessTimes": [
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "420843d1-4000-4bff-9bdb-5efe6b922539",
"CardId": "de035d4e-ab23-46f7-bed8-037f1ed3b24e",
"SiteId": "e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c",
"Access": 0,
"SiteServiceIds": [
"2b07703c-81ef-4db3-86fb-793d24adecc0",
"01167d3b-71a0-4ce7-814d-f5161ba2bbbd"
],
"AccessTimes": [
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "3da48218-1de1-4395-b5d3-620a3d7750fd",
"CardServices": [
{
"Id": "7cfe3b1b-023c-47f9-bdc5-74422debb01a",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "7cfe3b1b-023c-47f9-bdc5-74422debb01a",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "1e5cef1c-3b46-4e3f-808e-b516da4ab37c",
"InvoiceId": "94dfc159-69f9-417a-9fd3-0fc8ecf176d5",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "1e5cef1c-3b46-4e3f-808e-b516da4ab37c",
"InvoiceId": "94dfc159-69f9-417a-9fd3-0fc8ecf176d5",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "835f5ccd-5e80-4fbe-8941-ab7a12f16153",
"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": "dfedc7ff-93a6-4df2-b01f-4582a8325e46",
"CompanyId": "cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e",
"Name": "sample string 3",
"FixedPrice": 4.1,
"Services": [
{
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "bb89bfe9-7441-43bd-826e-574a1fcbbfad",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
},
{
"Id": "bb89bfe9-7441-43bd-826e-574a1fcbbfad",
"Name": "sample string 2",
"CarTypeNo": 3,
"Default": true
}
]
},
"Card": {
"Id": "fe989c01-032f-4cf5-80ae-43049be3b5bb",
"CustomerId": "57970361-f794-46b1-a925-bcb00e68da4e",
"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": "420843d1-4000-4bff-9bdb-5efe6b922539",
"CardId": "de035d4e-ab23-46f7-bed8-037f1ed3b24e",
"SiteId": "e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c",
"Access": 0,
"SiteServiceIds": [
"2b07703c-81ef-4db3-86fb-793d24adecc0",
"01167d3b-71a0-4ce7-814d-f5161ba2bbbd"
],
"AccessTimes": [
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
},
{
"Id": "420843d1-4000-4bff-9bdb-5efe6b922539",
"CardId": "de035d4e-ab23-46f7-bed8-037f1ed3b24e",
"SiteId": "e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c",
"Access": 0,
"SiteServiceIds": [
"2b07703c-81ef-4db3-86fb-793d24adecc0",
"01167d3b-71a0-4ce7-814d-f5161ba2bbbd"
],
"AccessTimes": [
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
},
{
"ID": "5e97b579-5331-43f9-8fd5-b6f087255dee",
"CardAccessId": "f8899154-3c89-4399-97cb-305df79e609d",
"WeekDay": 3,
"WeekDayString": "onsdag",
"StartTime": 4,
"EndTime": 5,
"StartTimeString": "01:00",
"EndTimeString": "01:15"
}
]
}
],
"CompanyId": "3da48218-1de1-4395-b5d3-620a3d7750fd",
"CardServices": [
{
"Id": "7cfe3b1b-023c-47f9-bdc5-74422debb01a",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
},
{
"Id": "7cfe3b1b-023c-47f9-bdc5-74422debb01a",
"Name": "sample string 2",
"ServiceEID2": "sample string 3"
}
]
},
"InvoiceRows": [
{
"Id": "1e5cef1c-3b46-4e3f-808e-b516da4ab37c",
"InvoiceId": "94dfc159-69f9-417a-9fd3-0fc8ecf176d5",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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": "1e5cef1c-3b46-4e3f-808e-b516da4ab37c",
"InvoiceId": "94dfc159-69f9-417a-9fd3-0fc8ecf176d5",
"RowNumber": 3,
"Quantity": 4.1,
"Unit": 5,
"UnitName": "sample string 6",
"PricePerUnit": 7.1,
"TotalAmountExcludingTaxExcludingDiscount": 8.1,
"TotalAmountExcludingTaxIncludingDiscount": 9.1,
"Service": {
"Id": "a78bcdad-e4b7-4bd0-8d54-6e245d0f0294",
"SiteId": "f073ac1a-979b-4103-8931-eac3fb826225",
"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":"835f5ccd-5e80-4fbe-8941-ab7a12f16153","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":"dfedc7ff-93a6-4df2-b01f-4582a8325e46","CompanyId":"cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"bb89bfe9-7441-43bd-826e-574a1fcbbfad","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"bb89bfe9-7441-43bd-826e-574a1fcbbfad","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"fe989c01-032f-4cf5-80ae-43049be3b5bb","CustomerId":"57970361-f794-46b1-a925-bcb00e68da4e","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":"420843d1-4000-4bff-9bdb-5efe6b922539","CardId":"de035d4e-ab23-46f7-bed8-037f1ed3b24e","SiteId":"e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c","Access":0,"SiteServiceIds":["2b07703c-81ef-4db3-86fb-793d24adecc0","01167d3b-71a0-4ce7-814d-f5161ba2bbbd"],"AccessTimes":[{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"420843d1-4000-4bff-9bdb-5efe6b922539","CardId":"de035d4e-ab23-46f7-bed8-037f1ed3b24e","SiteId":"e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c","Access":0,"SiteServiceIds":["2b07703c-81ef-4db3-86fb-793d24adecc0","01167d3b-71a0-4ce7-814d-f5161ba2bbbd"],"AccessTimes":[{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"3da48218-1de1-4395-b5d3-620a3d7750fd","CardServices":[{"Id":"7cfe3b1b-023c-47f9-bdc5-74422debb01a","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"7cfe3b1b-023c-47f9-bdc5-74422debb01a","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"1e5cef1c-3b46-4e3f-808e-b516da4ab37c","InvoiceId":"94dfc159-69f9-417a-9fd3-0fc8ecf176d5","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"1e5cef1c-3b46-4e3f-808e-b516da4ab37c","InvoiceId":"94dfc159-69f9-417a-9fd3-0fc8ecf176d5","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"835f5ccd-5e80-4fbe-8941-ab7a12f16153","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":"dfedc7ff-93a6-4df2-b01f-4582a8325e46","CompanyId":"cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e","Name":"sample string 3","FixedPrice":4.1,"Services":[{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"bb89bfe9-7441-43bd-826e-574a1fcbbfad","Name":"sample string 2","CarTypeNo":3,"Default":true},{"Id":"bb89bfe9-7441-43bd-826e-574a1fcbbfad","Name":"sample string 2","CarTypeNo":3,"Default":true}]},"Card":{"Id":"fe989c01-032f-4cf5-80ae-43049be3b5bb","CustomerId":"57970361-f794-46b1-a925-bcb00e68da4e","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":"420843d1-4000-4bff-9bdb-5efe6b922539","CardId":"de035d4e-ab23-46f7-bed8-037f1ed3b24e","SiteId":"e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c","Access":0,"SiteServiceIds":["2b07703c-81ef-4db3-86fb-793d24adecc0","01167d3b-71a0-4ce7-814d-f5161ba2bbbd"],"AccessTimes":[{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]},{"Id":"420843d1-4000-4bff-9bdb-5efe6b922539","CardId":"de035d4e-ab23-46f7-bed8-037f1ed3b24e","SiteId":"e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c","Access":0,"SiteServiceIds":["2b07703c-81ef-4db3-86fb-793d24adecc0","01167d3b-71a0-4ce7-814d-f5161ba2bbbd"],"AccessTimes":[{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"},{"ID":"5e97b579-5331-43f9-8fd5-b6f087255dee","CardAccessId":"f8899154-3c89-4399-97cb-305df79e609d","WeekDay":3,"WeekDayString":"onsdag","StartTime":4,"EndTime":5,"StartTimeString":"01:00","EndTimeString":"01:15"}]}],"CompanyId":"3da48218-1de1-4395-b5d3-620a3d7750fd","CardServices":[{"Id":"7cfe3b1b-023c-47f9-bdc5-74422debb01a","Name":"sample string 2","ServiceEID2":"sample string 3"},{"Id":"7cfe3b1b-023c-47f9-bdc5-74422debb01a","Name":"sample string 2","ServiceEID2":"sample string 3"}]},"InvoiceRows":[{"Id":"1e5cef1c-3b46-4e3f-808e-b516da4ab37c","InvoiceId":"94dfc159-69f9-417a-9fd3-0fc8ecf176d5","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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":"1e5cef1c-3b46-4e3f-808e-b516da4ab37c","InvoiceId":"94dfc159-69f9-417a-9fd3-0fc8ecf176d5","RowNumber":3,"Quantity":4.1,"Unit":5,"UnitName":"sample string 6","PricePerUnit":7.1,"TotalAmountExcludingTaxExcludingDiscount":8.1,"TotalAmountExcludingTaxIncludingDiscount":9.1,"Service":{"Id":"a78bcdad-e4b7-4bd0-8d54-6e245d0f0294","SiteId":"f073ac1a-979b-4103-8931-eac3fb826225","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:
<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>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>de035d4e-ab23-46f7-bed8-037f1ed3b24e</CardId>
<Id>420843d1-4000-4bff-9bdb-5efe6b922539</Id>
<SiteId>e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>2b07703c-81ef-4db3-86fb-793d24adecc0</d6p1:guid>
<d6p1:guid>01167d3b-71a0-4ce7-814d-f5161ba2bbbd</d6p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>de035d4e-ab23-46f7-bed8-037f1ed3b24e</CardId>
<Id>420843d1-4000-4bff-9bdb-5efe6b922539</Id>
<SiteId>e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>2b07703c-81ef-4db3-86fb-793d24adecc0</d6p1:guid>
<d6p1:guid>01167d3b-71a0-4ce7-814d-f5161ba2bbbd</d6p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>7cfe3b1b-023c-47f9-bdc5-74422debb01a</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>7cfe3b1b-023c-47f9-bdc5-74422debb01a</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>57970361-f794-46b1-a925-bcb00e68da4e</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>fe989c01-032f-4cf5-80ae-43049be3b5bb</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>835f5ccd-5e80-4fbe-8941-ab7a12f16153</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>1e5cef1c-3b46-4e3f-808e-b516da4ab37c</Id>
<InvoiceId>94dfc159-69f9-417a-9fd3-0fc8ecf176d5</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>1e5cef1c-3b46-4e3f-808e-b516da4ab37c</Id>
<InvoiceId>94dfc159-69f9-417a-9fd3-0fc8ecf176d5</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>bb89bfe9-7441-43bd-826e-574a1fcbbfad</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>bb89bfe9-7441-43bd-826e-574a1fcbbfad</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>dfedc7ff-93a6-4df2-b01f-4582a8325e46</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>de035d4e-ab23-46f7-bed8-037f1ed3b24e</CardId>
<Id>420843d1-4000-4bff-9bdb-5efe6b922539</Id>
<SiteId>e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>2b07703c-81ef-4db3-86fb-793d24adecc0</d6p1:guid>
<d6p1:guid>01167d3b-71a0-4ce7-814d-f5161ba2bbbd</d6p1:guid>
</SiteServiceIds>
</CardAccess>
<CardAccess>
<Access>FullAccess</Access>
<AccessTimes>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
<CardAccessDetails>
<CardAccessId>f8899154-3c89-4399-97cb-305df79e609d</CardAccessId>
<EndTime>5</EndTime>
<ID>5e97b579-5331-43f9-8fd5-b6f087255dee</ID>
<StartTime>4</StartTime>
<WeekDay>3</WeekDay>
</CardAccessDetails>
</AccessTimes>
<CardId>de035d4e-ab23-46f7-bed8-037f1ed3b24e</CardId>
<Id>420843d1-4000-4bff-9bdb-5efe6b922539</Id>
<SiteId>e401cbb8-39f4-4dc3-a1bb-1bd9bd14516c</SiteId>
<SiteServiceIds xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:guid>2b07703c-81ef-4db3-86fb-793d24adecc0</d6p1:guid>
<d6p1:guid>01167d3b-71a0-4ce7-814d-f5161ba2bbbd</d6p1:guid>
</SiteServiceIds>
</CardAccess>
</CardAccesses>
<CardNumber>sample string 3</CardNumber>
<CardServices>
<CardService>
<Id>7cfe3b1b-023c-47f9-bdc5-74422debb01a</Id>
<Name>sample string 2</Name>
<ServiceEID2>sample string 3</ServiceEID2>
</CardService>
<CardService>
<Id>7cfe3b1b-023c-47f9-bdc5-74422debb01a</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>57970361-f794-46b1-a925-bcb00e68da4e</CustomerId>
<Decription>sample string 7</Decription>
<Email>sample string 11</Email>
<EmailReceipt>true</EmailReceipt>
<FixedPrice>8.1</FixedPrice>
<Id>fe989c01-032f-4cf5-80ae-43049be3b5bb</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>835f5ccd-5e80-4fbe-8941-ab7a12f16153</Id>
<InvoiceNo>2</InvoiceNo>
<InvoiceRows>
<InvoiceRow>
<Description>sample string 10</Description>
<Id>1e5cef1c-3b46-4e3f-808e-b516da4ab37c</Id>
<InvoiceId>94dfc159-69f9-417a-9fd3-0fc8ecf176d5</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>1e5cef1c-3b46-4e3f-808e-b516da4ab37c</Id>
<InvoiceId>94dfc159-69f9-417a-9fd3-0fc8ecf176d5</InvoiceId>
<PricePerUnit>7.1</PricePerUnit>
<Quantity>4.1</Quantity>
<RowNumber>3</RowNumber>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>bb89bfe9-7441-43bd-826e-574a1fcbbfad</Id>
<Name>sample string 2</Name>
</CarType>
<CarType>
<CarTypeNo>3</CarTypeNo>
<Default>true</Default>
<Id>bb89bfe9-7441-43bd-826e-574a1fcbbfad</Id>
<Name>sample string 2</Name>
</CarType>
</CarTypes>
<CompanyId>cef6a9fc-d714-42dc-9cf2-e1f1e414fd5e</CompanyId>
<FixedPrice>4.1</FixedPrice>
<Id>dfedc7ff-93a6-4df2-b01f-4582a8325e46</Id>
<Name>sample string 3</Name>
<Services>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</SiteId>
<Unit>4</Unit>
</Service>
<Service>
<DefaultName>sample string 8</DefaultName>
<Factor>6.1</Factor>
<Id>a78bcdad-e4b7-4bd0-8d54-6e245d0f0294</Id>
<IsEnabled>true</IsEnabled>
<Name>sample string 3</Name>
<PricePerUnit>5.1</PricePerUnit>
<ServiceEid2>sample string 10</ServiceEid2>
<ServiceNo>9</ServiceNo>
<SiteId>f073ac1a-979b-4103-8931-eac3fb826225</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>