GET api/Opportunity/GetInvoice?ApiToken={ApiToken}&OpportunityID={OpportunityID}&PageNumber={PageNumber}&PageSize={PageSize}

Retrieves the opportunity invoice based on the provided request data.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ApiToken

string

None.

OpportunityID

integer

None.

PageNumber

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

The HTTP response message containing the opportunity stage log.

WOInvoiceDataModels
NameDescriptionTypeAdditional information
WOInvoiceDm

Collection of WOInvoiceDataModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "woInvoiceDm": [
    {
      "invoiceID": 1,
      "autoServiceMasterID": 2,
      "invoiceNo": "sample string 3",
      "invoiceTitle": "sample string 4",
      "description": "sample string 5",
      "invoiceDate": "2025-07-17T05:29:32.3673524+00:00",
      "dueDate": "2025-07-17T05:29:32.3673524+00:00",
      "currencyID": 7,
      "currencyName": "sample string 8",
      "conversionFactor": 9.0,
      "customerID": 10,
      "customerName": "sample string 11",
      "customerCode": "sample string 12",
      "companyName": "sample string 13",
      "address1": "sample string 14",
      "address2": "sample string 15",
      "address3": "sample string 16",
      "isShowCompanyLogo": true,
      "isUseCompanyAddress": true,
      "partsCostNetTotalAmount": 19.0,
      "miscCostTotalAmount": 20.0,
      "loborCostTotalAmount": 21.0,
      "netTotalAmount": 22.0,
      "isActive": 23,
      "isDeleted": 24,
      "addedBy": 25,
      "addedDate": "2025-07-17T05:29:32.3673524+00:00",
      "locationID": 27,
      "departmentID": 28,
      "departmentCode": "sample string 29",
      "locationName": "sample string 30",
      "sageDocNo": "sample string 31",
      "totalRecord": 32,
      "currencySymbol": "sample string 33",
      "createdBy": "sample string 34",
      "miscCostPaidAmount": 35.0,
      "miscCostRemainingTotalAmount": 36.0,
      "customerContactName": "sample string 37",
      "zipCode": "sample string 38",
      "countryID": 1,
      "stateID": 1,
      "cityID": 1,
      "pdfDownloadPath": "sample string 39",
      "cmmsCompanyID": 40,
      "isPaid": 1,
      "shipToAddress1": "sample string 41",
      "shipToAddress2": "sample string 42",
      "shipToCountryID": 1,
      "shipToStateID": 1,
      "shipToCityID": 1,
      "shipToZipCode": "sample string 43",
      "paidAmount": 44.0,
      "remainingAmount": 45.0,
      "customerEmail": "sample string 46",
      "workOrderNo": "sample string 47",
      "codatRecordID": "sample string 48",
      "quotationID": 1,
      "quotationNo": "sample string 49",
      "statusID": 1,
      "statusName": "sample string 50",
      "customerFirstName": "sample string 51",
      "customerLastName": "sample string 52",
      "customerEmailID": "sample string 53",
      "customerPhoneCode": "sample string 54",
      "customerPhoneNo": "sample string 55",
      "customerCompanyName": "sample string 56",
      "isReconcile": true,
      "cityName": "sample string 58",
      "stateName": "sample string 59",
      "countryName": "sample string 60",
      "shipToCityName": "sample string 61",
      "shipToStateName": "sample string 62",
      "shipToCountryName": "sample string 63",
      "note": "sample string 64",
      "paymentMethod": "sample string 65",
      "paymentRefNo": "sample string 66",
      "addedByName": "sample string 67",
      "bestelldatum_OrderDate": "2025-07-17T05:29:32.3673524+00:00",
      "liefertermin_DeliveryDate": "2025-07-17T05:29:32.3673524+00:00",
      "lstParts": [
        {
          "invoicePartsID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "partsID": 4,
          "quantity": 5.0,
          "uomid": 6,
          "unitPrice": 7.0,
          "totalPrice": 8.0,
          "taxRateID": 9,
          "taxPercentage": 10.0,
          "taxAmount": 11.0,
          "netTotalAmount": 12.0,
          "unit": "sample string 13",
          "partsCode": "sample string 14",
          "partsName": "sample string 15",
          "description": "sample string 16",
          "uom": "sample string 17",
          "warranty": "sample string 18",
          "isOptionSheet": true,
          "quickBookPartsID": 1,
          "oDooPartsID": 1,
          "oDooTaxID": 1,
          "oDooInvPartsID": 1,
          "partsCustom1": "sample string 20"
        },
        {
          "invoicePartsID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "partsID": 4,
          "quantity": 5.0,
          "uomid": 6,
          "unitPrice": 7.0,
          "totalPrice": 8.0,
          "taxRateID": 9,
          "taxPercentage": 10.0,
          "taxAmount": 11.0,
          "netTotalAmount": 12.0,
          "unit": "sample string 13",
          "partsCode": "sample string 14",
          "partsName": "sample string 15",
          "description": "sample string 16",
          "uom": "sample string 17",
          "warranty": "sample string 18",
          "isOptionSheet": true,
          "quickBookPartsID": 1,
          "oDooPartsID": 1,
          "oDooTaxID": 1,
          "oDooInvPartsID": 1,
          "partsCustom1": "sample string 20"
        }
      ],
      "lstMisc": [
        {
          "invoiceMiscCostID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "miscCostTypeID": 4,
          "description": "sample string 5",
          "costAmount": 6.0,
          "paidAmount": 7.0,
          "miscCostType": "sample string 8"
        },
        {
          "invoiceMiscCostID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "miscCostTypeID": 4,
          "description": "sample string 5",
          "costAmount": 6.0,
          "paidAmount": 7.0,
          "miscCostType": "sample string 8"
        }
      ],
      "lstLabor": [
        {
          "invoiceLaborTaskId": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "hrsEstimate": 4.0,
          "hrsSpent": 5.0,
          "locationName": "sample string 6",
          "userName": "sample string 7",
          "taskType": "sample string 8",
          "isCompleted": true,
          "completedOn": "sample string 10",
          "laborCharge": 11.0,
          "hourlyRate": 1.0
        },
        {
          "invoiceLaborTaskId": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "hrsEstimate": 4.0,
          "hrsSpent": 5.0,
          "locationName": "sample string 6",
          "userName": "sample string 7",
          "taskType": "sample string 8",
          "isCompleted": true,
          "completedOn": "sample string 10",
          "laborCharge": 11.0,
          "hourlyRate": 1.0
        }
      ],
      "lstFile": [
        {
          "invoiceFileID": 1,
          "renamedFileName": "sample string 1",
          "actualFileName": "sample string 2",
          "fileURL": "sample string 3",
          "fileFullPath": "sample string 4",
          "isSendAsAttachment": true
        },
        {
          "invoiceFileID": 1,
          "renamedFileName": "sample string 1",
          "actualFileName": "sample string 2",
          "fileURL": "sample string 3",
          "fileFullPath": "sample string 4",
          "isSendAsAttachment": true
        }
      ],
      "objSignature": [
        {
          "invoiceSignatureID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "signatureDate": "2025-07-17T05:29:32.3673524+00:00",
          "signatoryName": "sample string 4",
          "signatureType": 5,
          "signatureURL": "sample string 6"
        },
        {
          "invoiceSignatureID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "signatureDate": "2025-07-17T05:29:32.3673524+00:00",
          "signatoryName": "sample string 4",
          "signatureType": 5,
          "signatureURL": "sample string 6"
        }
      ],
      "recommendations": "sample string 68",
      "paymentMethodID": 1,
      "lastPaymentMethod": "sample string 69",
      "lstTags": [
        {
          "invoiceTagID": 1,
          "tagID": 2,
          "tagName": "sample string 3",
          "tagCode": "sample string 4",
          "colorCode": "sample string 5"
        },
        {
          "invoiceTagID": 1,
          "tagID": 2,
          "tagName": "sample string 3",
          "tagCode": "sample string 4",
          "colorCode": "sample string 5"
        }
      ],
      "totalPaidAmount": 70.0,
      "parentStatusID": 71,
      "parentStatusName": "sample string 72",
      "customerAddressID": 1,
      "customerAddressType": 1,
      "sumTotalAmount": 73.0,
      "sumPaidAmount": 74.0,
      "sumDueAmount": 75.0,
      "customerTypeCode": "sample string 76",
      "customerTypeTitle": "sample string 77",
      "isBillingType": 1,
      "salesOrderID": 1,
      "salesOrderNo": "sample string 78",
      "isRental": 1,
      "rentOutDate": "2025-07-17T05:29:32.3673524+00:00",
      "expectedRentReturnDate": "2025-07-17T05:29:32.3673524+00:00",
      "rentMonths": 1.0,
      "rentWeeks": 1.0,
      "rentDays": 1.0,
      "rentHours": 1.0,
      "rentMinutes": 1.0,
      "rentedReturn": 1,
      "lstRental": [
        {
          "invoiceRentalID": 1,
          "invoiceID": 2,
          "assetID": 3,
          "assetCode": "sample string 4",
          "assetName": "sample string 5",
          "quantity": 6.0,
          "locationId": 7,
          "location": "sample string 8",
          "duration": "sample string 9",
          "durationDays": 10.0,
          "durationHours": 11.0,
          "rate": "sample string 12",
          "ratePrice": 13.0,
          "totalPrice": 14.0,
          "months": 15.0,
          "weeks": 16.0,
          "days": 17.0,
          "hours": 18.0,
          "minutes": 19.0,
          "totalActualAmount": 20.0,
          "totalChargedAmount": 21.0,
          "daysAmount": 22.0,
          "hoursAmount": 23.0,
          "rentOutDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "rentReturnDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "taxRateID": 24,
          "taxPercentage": 25.0,
          "taxAmount": 26.0,
          "itemTypeID": 27,
          "productID": 28,
          "lstProductAsset": [
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            },
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            }
          ]
        },
        {
          "invoiceRentalID": 1,
          "invoiceID": 2,
          "assetID": 3,
          "assetCode": "sample string 4",
          "assetName": "sample string 5",
          "quantity": 6.0,
          "locationId": 7,
          "location": "sample string 8",
          "duration": "sample string 9",
          "durationDays": 10.0,
          "durationHours": 11.0,
          "rate": "sample string 12",
          "ratePrice": 13.0,
          "totalPrice": 14.0,
          "months": 15.0,
          "weeks": 16.0,
          "days": 17.0,
          "hours": 18.0,
          "minutes": 19.0,
          "totalActualAmount": 20.0,
          "totalChargedAmount": 21.0,
          "daysAmount": 22.0,
          "hoursAmount": 23.0,
          "rentOutDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "rentReturnDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "taxRateID": 24,
          "taxPercentage": 25.0,
          "taxAmount": 26.0,
          "itemTypeID": 27,
          "productID": 28,
          "lstProductAsset": [
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            },
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            }
          ]
        }
      ],
      "isRecurrence": 1,
      "recurrenceStartFromDate": "sample string 79",
      "recurrenceStartFrom": "2025-07-17T05:29:32.3673524+00:00",
      "recurrenceStartFromTime": "sample string 80",
      "recurrenceEnd": "2025-07-17T05:29:32.3673524+00:00",
      "recurrenceEndDate": "sample string 81",
      "recurrenceEndTime": "sample string 82",
      "billsEvery": 1,
      "billsEveryUnit": 1,
      "recurrenceDateofNextOrder": "sample string 83",
      "recurrenceTimeofNextOrder": "sample string 84",
      "reccurenceTotalAmount": 1.0,
      "ocurrencesCurrent": 1,
      "ocurrencesTotal": 1,
      "originalQuotationNo_Rec": 1,
      "originalRentOutDate": "2025-07-17T05:29:32.3673524+00:00",
      "originalExpectedRentReturnDate": "2025-07-17T05:29:32.3673524+00:00",
      "originalRentTotalAmount": 1.0,
      "optionID": 1,
      "optionGUID": "sample string 85",
      "customerQuickBookID": 1,
      "invoiceQuickBookID": 1,
      "unleashedGuID": "sample string 86",
      "odooInvoiceID": 1,
      "odooCustomerID": 1,
      "odooCurrencyID": 1,
      "opportunityID": 1,
      "oDooUserID": 1,
      "changeOrderID": 1,
      "changeOrderNo": "sample string 87",
      "serviceTemplateID": 1,
      "serviceTemplateName": "sample string 88",
      "fieldServiceCustom1": "sample string 89",
      "fieldServiceCustom2": "sample string 90",
      "fieldServiceCustom3": "sample string 91",
      "fieldServiceCustom4": "sample string 92",
      "fieldServiceCustom5": "sample string 93",
      "fieldServiceCustom6": "sample string 94",
      "fieldServiceCustom7": "sample string 95",
      "fieldServiceCustom8": "sample string 96",
      "fieldServiceCustom9": "sample string 97",
      "fieldServiceCustom10": "sample string 98",
      "quotationInvoiceSendOption": "sample string 99",
      "diagnosis": "sample string 100",
      "recommendationsNetTotalAmount": 101.0,
      "isRecommendationDisplayOnPDF": true,
      "lstAdditionalRecommendations": [
        {
          "invoiceID": 1,
          "invoiceRecommendationID": 1,
          "partsID": 2,
          "partsCode": "sample string 3",
          "partsName": "sample string 4",
          "quantity": 5.0,
          "uomid": 6,
          "unit": "sample string 7",
          "unitPrice": 8.0,
          "totalPrice": 9.0,
          "taxRateID": 10,
          "taxPercentage": 11.0,
          "taxAmount": 12.0,
          "taxRate": 13.0,
          "unitSellingPrice": 14.0,
          "description": "sample string 15",
          "warranty": "sample string 16"
        },
        {
          "invoiceID": 1,
          "invoiceRecommendationID": 1,
          "partsID": 2,
          "partsCode": "sample string 3",
          "partsName": "sample string 4",
          "quantity": 5.0,
          "uomid": 6,
          "unit": "sample string 7",
          "unitPrice": 8.0,
          "totalPrice": 9.0,
          "taxRateID": 10,
          "taxPercentage": 11.0,
          "taxAmount": 12.0,
          "taxRate": 13.0,
          "unitSellingPrice": 14.0,
          "description": "sample string 15",
          "warranty": "sample string 16"
        }
      ],
      "achShortPaymentURL": "sample string 103",
      "achIsPaymentSuccess": 1,
      "refNo": "sample string 104",
      "serviceRequestedFor": "sample string 105",
      "brand": "sample string 106",
      "shippingAddressTitle": "sample string 107",
      "isShowShippingAddressTitleInQuotationInvoicePDF": true
    },
    {
      "invoiceID": 1,
      "autoServiceMasterID": 2,
      "invoiceNo": "sample string 3",
      "invoiceTitle": "sample string 4",
      "description": "sample string 5",
      "invoiceDate": "2025-07-17T05:29:32.3673524+00:00",
      "dueDate": "2025-07-17T05:29:32.3673524+00:00",
      "currencyID": 7,
      "currencyName": "sample string 8",
      "conversionFactor": 9.0,
      "customerID": 10,
      "customerName": "sample string 11",
      "customerCode": "sample string 12",
      "companyName": "sample string 13",
      "address1": "sample string 14",
      "address2": "sample string 15",
      "address3": "sample string 16",
      "isShowCompanyLogo": true,
      "isUseCompanyAddress": true,
      "partsCostNetTotalAmount": 19.0,
      "miscCostTotalAmount": 20.0,
      "loborCostTotalAmount": 21.0,
      "netTotalAmount": 22.0,
      "isActive": 23,
      "isDeleted": 24,
      "addedBy": 25,
      "addedDate": "2025-07-17T05:29:32.3673524+00:00",
      "locationID": 27,
      "departmentID": 28,
      "departmentCode": "sample string 29",
      "locationName": "sample string 30",
      "sageDocNo": "sample string 31",
      "totalRecord": 32,
      "currencySymbol": "sample string 33",
      "createdBy": "sample string 34",
      "miscCostPaidAmount": 35.0,
      "miscCostRemainingTotalAmount": 36.0,
      "customerContactName": "sample string 37",
      "zipCode": "sample string 38",
      "countryID": 1,
      "stateID": 1,
      "cityID": 1,
      "pdfDownloadPath": "sample string 39",
      "cmmsCompanyID": 40,
      "isPaid": 1,
      "shipToAddress1": "sample string 41",
      "shipToAddress2": "sample string 42",
      "shipToCountryID": 1,
      "shipToStateID": 1,
      "shipToCityID": 1,
      "shipToZipCode": "sample string 43",
      "paidAmount": 44.0,
      "remainingAmount": 45.0,
      "customerEmail": "sample string 46",
      "workOrderNo": "sample string 47",
      "codatRecordID": "sample string 48",
      "quotationID": 1,
      "quotationNo": "sample string 49",
      "statusID": 1,
      "statusName": "sample string 50",
      "customerFirstName": "sample string 51",
      "customerLastName": "sample string 52",
      "customerEmailID": "sample string 53",
      "customerPhoneCode": "sample string 54",
      "customerPhoneNo": "sample string 55",
      "customerCompanyName": "sample string 56",
      "isReconcile": true,
      "cityName": "sample string 58",
      "stateName": "sample string 59",
      "countryName": "sample string 60",
      "shipToCityName": "sample string 61",
      "shipToStateName": "sample string 62",
      "shipToCountryName": "sample string 63",
      "note": "sample string 64",
      "paymentMethod": "sample string 65",
      "paymentRefNo": "sample string 66",
      "addedByName": "sample string 67",
      "bestelldatum_OrderDate": "2025-07-17T05:29:32.3673524+00:00",
      "liefertermin_DeliveryDate": "2025-07-17T05:29:32.3673524+00:00",
      "lstParts": [
        {
          "invoicePartsID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "partsID": 4,
          "quantity": 5.0,
          "uomid": 6,
          "unitPrice": 7.0,
          "totalPrice": 8.0,
          "taxRateID": 9,
          "taxPercentage": 10.0,
          "taxAmount": 11.0,
          "netTotalAmount": 12.0,
          "unit": "sample string 13",
          "partsCode": "sample string 14",
          "partsName": "sample string 15",
          "description": "sample string 16",
          "uom": "sample string 17",
          "warranty": "sample string 18",
          "isOptionSheet": true,
          "quickBookPartsID": 1,
          "oDooPartsID": 1,
          "oDooTaxID": 1,
          "oDooInvPartsID": 1,
          "partsCustom1": "sample string 20"
        },
        {
          "invoicePartsID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "partsID": 4,
          "quantity": 5.0,
          "uomid": 6,
          "unitPrice": 7.0,
          "totalPrice": 8.0,
          "taxRateID": 9,
          "taxPercentage": 10.0,
          "taxAmount": 11.0,
          "netTotalAmount": 12.0,
          "unit": "sample string 13",
          "partsCode": "sample string 14",
          "partsName": "sample string 15",
          "description": "sample string 16",
          "uom": "sample string 17",
          "warranty": "sample string 18",
          "isOptionSheet": true,
          "quickBookPartsID": 1,
          "oDooPartsID": 1,
          "oDooTaxID": 1,
          "oDooInvPartsID": 1,
          "partsCustom1": "sample string 20"
        }
      ],
      "lstMisc": [
        {
          "invoiceMiscCostID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "miscCostTypeID": 4,
          "description": "sample string 5",
          "costAmount": 6.0,
          "paidAmount": 7.0,
          "miscCostType": "sample string 8"
        },
        {
          "invoiceMiscCostID": 1,
          "invoiceID": 2,
          "autoServiceMasterID": 3,
          "miscCostTypeID": 4,
          "description": "sample string 5",
          "costAmount": 6.0,
          "paidAmount": 7.0,
          "miscCostType": "sample string 8"
        }
      ],
      "lstLabor": [
        {
          "invoiceLaborTaskId": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "hrsEstimate": 4.0,
          "hrsSpent": 5.0,
          "locationName": "sample string 6",
          "userName": "sample string 7",
          "taskType": "sample string 8",
          "isCompleted": true,
          "completedOn": "sample string 10",
          "laborCharge": 11.0,
          "hourlyRate": 1.0
        },
        {
          "invoiceLaborTaskId": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "hrsEstimate": 4.0,
          "hrsSpent": 5.0,
          "locationName": "sample string 6",
          "userName": "sample string 7",
          "taskType": "sample string 8",
          "isCompleted": true,
          "completedOn": "sample string 10",
          "laborCharge": 11.0,
          "hourlyRate": 1.0
        }
      ],
      "lstFile": [
        {
          "invoiceFileID": 1,
          "renamedFileName": "sample string 1",
          "actualFileName": "sample string 2",
          "fileURL": "sample string 3",
          "fileFullPath": "sample string 4",
          "isSendAsAttachment": true
        },
        {
          "invoiceFileID": 1,
          "renamedFileName": "sample string 1",
          "actualFileName": "sample string 2",
          "fileURL": "sample string 3",
          "fileFullPath": "sample string 4",
          "isSendAsAttachment": true
        }
      ],
      "objSignature": [
        {
          "invoiceSignatureID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "signatureDate": "2025-07-17T05:29:32.3673524+00:00",
          "signatoryName": "sample string 4",
          "signatureType": 5,
          "signatureURL": "sample string 6"
        },
        {
          "invoiceSignatureID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "signatureDate": "2025-07-17T05:29:32.3673524+00:00",
          "signatoryName": "sample string 4",
          "signatureType": 5,
          "signatureURL": "sample string 6"
        }
      ],
      "recommendations": "sample string 68",
      "paymentMethodID": 1,
      "lastPaymentMethod": "sample string 69",
      "lstTags": [
        {
          "invoiceTagID": 1,
          "tagID": 2,
          "tagName": "sample string 3",
          "tagCode": "sample string 4",
          "colorCode": "sample string 5"
        },
        {
          "invoiceTagID": 1,
          "tagID": 2,
          "tagName": "sample string 3",
          "tagCode": "sample string 4",
          "colorCode": "sample string 5"
        }
      ],
      "totalPaidAmount": 70.0,
      "parentStatusID": 71,
      "parentStatusName": "sample string 72",
      "customerAddressID": 1,
      "customerAddressType": 1,
      "sumTotalAmount": 73.0,
      "sumPaidAmount": 74.0,
      "sumDueAmount": 75.0,
      "customerTypeCode": "sample string 76",
      "customerTypeTitle": "sample string 77",
      "isBillingType": 1,
      "salesOrderID": 1,
      "salesOrderNo": "sample string 78",
      "isRental": 1,
      "rentOutDate": "2025-07-17T05:29:32.3673524+00:00",
      "expectedRentReturnDate": "2025-07-17T05:29:32.3673524+00:00",
      "rentMonths": 1.0,
      "rentWeeks": 1.0,
      "rentDays": 1.0,
      "rentHours": 1.0,
      "rentMinutes": 1.0,
      "rentedReturn": 1,
      "lstRental": [
        {
          "invoiceRentalID": 1,
          "invoiceID": 2,
          "assetID": 3,
          "assetCode": "sample string 4",
          "assetName": "sample string 5",
          "quantity": 6.0,
          "locationId": 7,
          "location": "sample string 8",
          "duration": "sample string 9",
          "durationDays": 10.0,
          "durationHours": 11.0,
          "rate": "sample string 12",
          "ratePrice": 13.0,
          "totalPrice": 14.0,
          "months": 15.0,
          "weeks": 16.0,
          "days": 17.0,
          "hours": 18.0,
          "minutes": 19.0,
          "totalActualAmount": 20.0,
          "totalChargedAmount": 21.0,
          "daysAmount": 22.0,
          "hoursAmount": 23.0,
          "rentOutDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "rentReturnDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "taxRateID": 24,
          "taxPercentage": 25.0,
          "taxAmount": 26.0,
          "itemTypeID": 27,
          "productID": 28,
          "lstProductAsset": [
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            },
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            }
          ]
        },
        {
          "invoiceRentalID": 1,
          "invoiceID": 2,
          "assetID": 3,
          "assetCode": "sample string 4",
          "assetName": "sample string 5",
          "quantity": 6.0,
          "locationId": 7,
          "location": "sample string 8",
          "duration": "sample string 9",
          "durationDays": 10.0,
          "durationHours": 11.0,
          "rate": "sample string 12",
          "ratePrice": 13.0,
          "totalPrice": 14.0,
          "months": 15.0,
          "weeks": 16.0,
          "days": 17.0,
          "hours": 18.0,
          "minutes": 19.0,
          "totalActualAmount": 20.0,
          "totalChargedAmount": 21.0,
          "daysAmount": 22.0,
          "hoursAmount": 23.0,
          "rentOutDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "rentReturnDateTime": "2025-07-17T05:29:32.3673524+00:00",
          "taxRateID": 24,
          "taxPercentage": 25.0,
          "taxAmount": 26.0,
          "itemTypeID": 27,
          "productID": 28,
          "lstProductAsset": [
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            },
            {
              "invoiceProductAssetMappingRentalID": 1,
              "invoiceRentalID": 1,
              "assetID": 1,
              "serialNo": "sample string 1",
              "assetName": "sample string 2"
            }
          ]
        }
      ],
      "isRecurrence": 1,
      "recurrenceStartFromDate": "sample string 79",
      "recurrenceStartFrom": "2025-07-17T05:29:32.3673524+00:00",
      "recurrenceStartFromTime": "sample string 80",
      "recurrenceEnd": "2025-07-17T05:29:32.3673524+00:00",
      "recurrenceEndDate": "sample string 81",
      "recurrenceEndTime": "sample string 82",
      "billsEvery": 1,
      "billsEveryUnit": 1,
      "recurrenceDateofNextOrder": "sample string 83",
      "recurrenceTimeofNextOrder": "sample string 84",
      "reccurenceTotalAmount": 1.0,
      "ocurrencesCurrent": 1,
      "ocurrencesTotal": 1,
      "originalQuotationNo_Rec": 1,
      "originalRentOutDate": "2025-07-17T05:29:32.3673524+00:00",
      "originalExpectedRentReturnDate": "2025-07-17T05:29:32.3673524+00:00",
      "originalRentTotalAmount": 1.0,
      "optionID": 1,
      "optionGUID": "sample string 85",
      "customerQuickBookID": 1,
      "invoiceQuickBookID": 1,
      "unleashedGuID": "sample string 86",
      "odooInvoiceID": 1,
      "odooCustomerID": 1,
      "odooCurrencyID": 1,
      "opportunityID": 1,
      "oDooUserID": 1,
      "changeOrderID": 1,
      "changeOrderNo": "sample string 87",
      "serviceTemplateID": 1,
      "serviceTemplateName": "sample string 88",
      "fieldServiceCustom1": "sample string 89",
      "fieldServiceCustom2": "sample string 90",
      "fieldServiceCustom3": "sample string 91",
      "fieldServiceCustom4": "sample string 92",
      "fieldServiceCustom5": "sample string 93",
      "fieldServiceCustom6": "sample string 94",
      "fieldServiceCustom7": "sample string 95",
      "fieldServiceCustom8": "sample string 96",
      "fieldServiceCustom9": "sample string 97",
      "fieldServiceCustom10": "sample string 98",
      "quotationInvoiceSendOption": "sample string 99",
      "diagnosis": "sample string 100",
      "recommendationsNetTotalAmount": 101.0,
      "isRecommendationDisplayOnPDF": true,
      "lstAdditionalRecommendations": [
        {
          "invoiceID": 1,
          "invoiceRecommendationID": 1,
          "partsID": 2,
          "partsCode": "sample string 3",
          "partsName": "sample string 4",
          "quantity": 5.0,
          "uomid": 6,
          "unit": "sample string 7",
          "unitPrice": 8.0,
          "totalPrice": 9.0,
          "taxRateID": 10,
          "taxPercentage": 11.0,
          "taxAmount": 12.0,
          "taxRate": 13.0,
          "unitSellingPrice": 14.0,
          "description": "sample string 15",
          "warranty": "sample string 16"
        },
        {
          "invoiceID": 1,
          "invoiceRecommendationID": 1,
          "partsID": 2,
          "partsCode": "sample string 3",
          "partsName": "sample string 4",
          "quantity": 5.0,
          "uomid": 6,
          "unit": "sample string 7",
          "unitPrice": 8.0,
          "totalPrice": 9.0,
          "taxRateID": 10,
          "taxPercentage": 11.0,
          "taxAmount": 12.0,
          "taxRate": 13.0,
          "unitSellingPrice": 14.0,
          "description": "sample string 15",
          "warranty": "sample string 16"
        }
      ],
      "achShortPaymentURL": "sample string 103",
      "achIsPaymentSuccess": 1,
      "refNo": "sample string 104",
      "serviceRequestedFor": "sample string 105",
      "brand": "sample string 106",
      "shippingAddressTitle": "sample string 107",
      "isShowShippingAddressTitleInQuotationInvoicePDF": true
    }
  ],
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<WOInvoiceDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <Code>4</Code>
  <Message>sample string 2</Message>
  <ReturnID>1</ReturnID>
  <Successful>true</Successful>
  <TotalRecord>5</TotalRecord>
  <WOInvoiceDm>
    <WOInvoiceDataModel>
      <ACHIsPaymentSuccess>1</ACHIsPaymentSuccess>
      <ACHShortPaymentURL>sample string 103</ACHShortPaymentURL>
      <AddedBy>25</AddedBy>
      <AddedByName>sample string 67</AddedByName>
      <AddedDate>2025-07-17T05:29:32.3673524+00:00</AddedDate>
      <Address1>sample string 14</Address1>
      <Address2>sample string 15</Address2>
      <Address3>sample string 16</Address3>
      <AutoServiceMasterID>2</AutoServiceMasterID>
      <Bestelldatum_OrderDate>2025-07-17T05:29:32.3673524+00:00</Bestelldatum_OrderDate>
      <BillsEvery>1</BillsEvery>
      <BillsEveryUnit>1</BillsEveryUnit>
      <Brand>sample string 106</Brand>
      <CMMSCompanyID>40</CMMSCompanyID>
      <ChangeOrderID>1</ChangeOrderID>
      <ChangeOrderNo>sample string 87</ChangeOrderNo>
      <CityID>1</CityID>
      <CityName>sample string 58</CityName>
      <CodatRecordID>sample string 48</CodatRecordID>
      <CompanyName>sample string 13</CompanyName>
      <ConversionFactor>9</ConversionFactor>
      <CountryID>1</CountryID>
      <CountryName>sample string 60</CountryName>
      <CreatedBy>sample string 34</CreatedBy>
      <CurrencyID>7</CurrencyID>
      <CurrencyName>sample string 8</CurrencyName>
      <CurrencySymbol>sample string 33</CurrencySymbol>
      <CustomerAddressID>1</CustomerAddressID>
      <CustomerAddressType>1</CustomerAddressType>
      <CustomerCode>sample string 12</CustomerCode>
      <CustomerCompanyName>sample string 56</CustomerCompanyName>
      <CustomerContactName>sample string 37</CustomerContactName>
      <CustomerEmail>sample string 46</CustomerEmail>
      <CustomerEmailID>sample string 53</CustomerEmailID>
      <CustomerFirstName>sample string 51</CustomerFirstName>
      <CustomerID>10</CustomerID>
      <CustomerLastName>sample string 52</CustomerLastName>
      <CustomerName>sample string 11</CustomerName>
      <CustomerPhoneCode>sample string 54</CustomerPhoneCode>
      <CustomerPhoneNo>sample string 55</CustomerPhoneNo>
      <CustomerQuickBookID>1</CustomerQuickBookID>
      <CustomerTypeCode>sample string 76</CustomerTypeCode>
      <CustomerTypeTitle>sample string 77</CustomerTypeTitle>
      <DepartmentCode>sample string 29</DepartmentCode>
      <DepartmentID>28</DepartmentID>
      <Description>sample string 5</Description>
      <Diagnosis>sample string 100</Diagnosis>
      <DueDate>2025-07-17T05:29:32.3673524+00:00</DueDate>
      <ExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</ExpectedRentReturnDate>
      <FieldServiceCustom1>sample string 89</FieldServiceCustom1>
      <FieldServiceCustom10>sample string 98</FieldServiceCustom10>
      <FieldServiceCustom2>sample string 90</FieldServiceCustom2>
      <FieldServiceCustom3>sample string 91</FieldServiceCustom3>
      <FieldServiceCustom4>sample string 92</FieldServiceCustom4>
      <FieldServiceCustom5>sample string 93</FieldServiceCustom5>
      <FieldServiceCustom6>sample string 94</FieldServiceCustom6>
      <FieldServiceCustom7>sample string 95</FieldServiceCustom7>
      <FieldServiceCustom8>sample string 96</FieldServiceCustom8>
      <FieldServiceCustom9>sample string 97</FieldServiceCustom9>
      <InvoiceDate>2025-07-17T05:29:32.3673524+00:00</InvoiceDate>
      <InvoiceID>1</InvoiceID>
      <InvoiceNo>sample string 3</InvoiceNo>
      <InvoiceQuickBookID>1</InvoiceQuickBookID>
      <InvoiceTitle>sample string 4</InvoiceTitle>
      <IsActive>23</IsActive>
      <IsBillingType>1</IsBillingType>
      <IsDeleted>24</IsDeleted>
      <IsPaid>1</IsPaid>
      <IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF>
      <IsReconcile>true</IsReconcile>
      <IsRecurrence>1</IsRecurrence>
      <IsRental>1</IsRental>
      <IsShowCompanyLogo>true</IsShowCompanyLogo>
      <IsShowShippingAddressTitleInQuotationInvoicePDF>true</IsShowShippingAddressTitleInQuotationInvoicePDF>
      <IsUseCompanyAddress>true</IsUseCompanyAddress>
      <LastPaymentMethod>sample string 69</LastPaymentMethod>
      <Liefertermin_DeliveryDate>2025-07-17T05:29:32.3673524+00:00</Liefertermin_DeliveryDate>
      <LoborCostTotalAmount>21</LoborCostTotalAmount>
      <LocationID>27</LocationID>
      <LocationName>sample string 30</LocationName>
      <MiscCostPaidAmount>35</MiscCostPaidAmount>
      <MiscCostRemainingTotalAmount>36</MiscCostRemainingTotalAmount>
      <MiscCostTotalAmount>20</MiscCostTotalAmount>
      <NetTotalAmount>22</NetTotalAmount>
      <Note>sample string 64</Note>
      <OcurrencesCurrent>1</OcurrencesCurrent>
      <OcurrencesTotal>1</OcurrencesTotal>
      <OdooCurrencyID>1</OdooCurrencyID>
      <OdooCustomerID>1</OdooCustomerID>
      <OdooInvoiceID>1</OdooInvoiceID>
      <OpportunityID>1</OpportunityID>
      <OptionGUID>sample string 85</OptionGUID>
      <OptionID>1</OptionID>
      <OriginalExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</OriginalExpectedRentReturnDate>
      <OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec>
      <OriginalRentOutDate>2025-07-17T05:29:32.3673524+00:00</OriginalRentOutDate>
      <OriginalRentTotalAmount>1</OriginalRentTotalAmount>
      <PDFDownloadPath>sample string 39</PDFDownloadPath>
      <PaidAmount>44</PaidAmount>
      <ParentStatusID>71</ParentStatusID>
      <ParentStatusName>sample string 72</ParentStatusName>
      <PartsCostNetTotalAmount>19</PartsCostNetTotalAmount>
      <PaymentMethod>sample string 65</PaymentMethod>
      <PaymentMethodID>1</PaymentMethodID>
      <PaymentRefNo>sample string 66</PaymentRefNo>
      <QuotationID>1</QuotationID>
      <QuotationInvoiceSendOption>sample string 99</QuotationInvoiceSendOption>
      <QuotationNo>sample string 49</QuotationNo>
      <ReccurenceTotalAmount>1</ReccurenceTotalAmount>
      <Recommendations>sample string 68</Recommendations>
      <RecommendationsNetTotalAmount>101</RecommendationsNetTotalAmount>
      <RecurrenceDateofNextOrder>sample string 83</RecurrenceDateofNextOrder>
      <RecurrenceEnd>2025-07-17T05:29:32.3673524+00:00</RecurrenceEnd>
      <RecurrenceEndDate>sample string 81</RecurrenceEndDate>
      <RecurrenceEndTime>sample string 82</RecurrenceEndTime>
      <RecurrenceStartFrom>2025-07-17T05:29:32.3673524+00:00</RecurrenceStartFrom>
      <RecurrenceStartFromDate>sample string 79</RecurrenceStartFromDate>
      <RecurrenceStartFromTime>sample string 80</RecurrenceStartFromTime>
      <RecurrenceTimeofNextOrder>sample string 84</RecurrenceTimeofNextOrder>
      <RefNo>sample string 104</RefNo>
      <RemainingAmount>45</RemainingAmount>
      <RentDays>1</RentDays>
      <RentHours>1</RentHours>
      <RentMinutes>1</RentMinutes>
      <RentMonths>1</RentMonths>
      <RentOutDate>2025-07-17T05:29:32.3673524+00:00</RentOutDate>
      <RentWeeks>1</RentWeeks>
      <RentedReturn>1</RentedReturn>
      <SageDocNo>sample string 31</SageDocNo>
      <SalesOrderID>1</SalesOrderID>
      <SalesOrderNo>sample string 78</SalesOrderNo>
      <ServiceRequestedFor>sample string 105</ServiceRequestedFor>
      <ServiceTemplateID>1</ServiceTemplateID>
      <ServiceTemplateName>sample string 88</ServiceTemplateName>
      <ShipToAddress1>sample string 41</ShipToAddress1>
      <ShipToAddress2>sample string 42</ShipToAddress2>
      <ShipToCityID>1</ShipToCityID>
      <ShipToCityName>sample string 61</ShipToCityName>
      <ShipToCountryID>1</ShipToCountryID>
      <ShipToCountryName>sample string 63</ShipToCountryName>
      <ShipToStateID>1</ShipToStateID>
      <ShipToStateName>sample string 62</ShipToStateName>
      <ShipToZipCode>sample string 43</ShipToZipCode>
      <ShippingAddressTitle>sample string 107</ShippingAddressTitle>
      <StateID>1</StateID>
      <StateName>sample string 59</StateName>
      <StatusID>1</StatusID>
      <StatusName>sample string 50</StatusName>
      <SumDueAmount>75</SumDueAmount>
      <SumPaidAmount>74</SumPaidAmount>
      <SumTotalAmount>73</SumTotalAmount>
      <TotalPaidAmount>70</TotalPaidAmount>
      <TotalRecord>32</TotalRecord>
      <UnleashedGuID>sample string 86</UnleashedGuID>
      <WorkOrderNo>sample string 47</WorkOrderNo>
      <ZipCode>sample string 38</ZipCode>
      <lstAdditionalRecommendations>
        <InvoiceAdditionalRecommendationsDataModel>
          <Description>sample string 15</Description>
          <InvoiceID>1</InvoiceID>
          <InvoiceRecommendationID>1</InvoiceRecommendationID>
          <PartsCode>sample string 3</PartsCode>
          <PartsID>2</PartsID>
          <PartsName>sample string 4</PartsName>
          <Quantity>5</Quantity>
          <TaxAmount>12</TaxAmount>
          <TaxPercentage>11</TaxPercentage>
          <TaxRate>13</TaxRate>
          <TaxRateID>10</TaxRateID>
          <TotalPrice>9</TotalPrice>
          <UOMID>6</UOMID>
          <Unit>sample string 7</Unit>
          <UnitPrice>8</UnitPrice>
          <UnitSellingPrice>14</UnitSellingPrice>
          <Warranty>sample string 16</Warranty>
        </InvoiceAdditionalRecommendationsDataModel>
        <InvoiceAdditionalRecommendationsDataModel>
          <Description>sample string 15</Description>
          <InvoiceID>1</InvoiceID>
          <InvoiceRecommendationID>1</InvoiceRecommendationID>
          <PartsCode>sample string 3</PartsCode>
          <PartsID>2</PartsID>
          <PartsName>sample string 4</PartsName>
          <Quantity>5</Quantity>
          <TaxAmount>12</TaxAmount>
          <TaxPercentage>11</TaxPercentage>
          <TaxRate>13</TaxRate>
          <TaxRateID>10</TaxRateID>
          <TotalPrice>9</TotalPrice>
          <UOMID>6</UOMID>
          <Unit>sample string 7</Unit>
          <UnitPrice>8</UnitPrice>
          <UnitSellingPrice>14</UnitSellingPrice>
          <Warranty>sample string 16</Warranty>
        </InvoiceAdditionalRecommendationsDataModel>
      </lstAdditionalRecommendations>
      <lstFile>
        <WOInvoiceFileDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <FileFullPath>sample string 4</FileFullPath>
          <FileURL>sample string 3</FileURL>
          <InvoiceFileID>1</InvoiceFileID>
          <IsSendAsAttachment>true</IsSendAsAttachment>
          <RenamedFileName>sample string 1</RenamedFileName>
        </WOInvoiceFileDataModel>
        <WOInvoiceFileDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <FileFullPath>sample string 4</FileFullPath>
          <FileURL>sample string 3</FileURL>
          <InvoiceFileID>1</InvoiceFileID>
          <IsSendAsAttachment>true</IsSendAsAttachment>
          <RenamedFileName>sample string 1</RenamedFileName>
        </WOInvoiceFileDataModel>
      </lstFile>
      <lstLabor>
        <WOInvoiceLaborTaskDataModel>
          <CompletedOn>sample string 10</CompletedOn>
          <Description>sample string 3</Description>
          <HourlyRate>1</HourlyRate>
          <HrsEstimate>4</HrsEstimate>
          <HrsSpent>5</HrsSpent>
          <InvoiceLaborTaskId>1</InvoiceLaborTaskId>
          <IsCompleted>true</IsCompleted>
          <LaborCharge>11</LaborCharge>
          <LocationName>sample string 6</LocationName>
          <Name>sample string 2</Name>
          <TaskType>sample string 8</TaskType>
          <UserName>sample string 7</UserName>
        </WOInvoiceLaborTaskDataModel>
        <WOInvoiceLaborTaskDataModel>
          <CompletedOn>sample string 10</CompletedOn>
          <Description>sample string 3</Description>
          <HourlyRate>1</HourlyRate>
          <HrsEstimate>4</HrsEstimate>
          <HrsSpent>5</HrsSpent>
          <InvoiceLaborTaskId>1</InvoiceLaborTaskId>
          <IsCompleted>true</IsCompleted>
          <LaborCharge>11</LaborCharge>
          <LocationName>sample string 6</LocationName>
          <Name>sample string 2</Name>
          <TaskType>sample string 8</TaskType>
          <UserName>sample string 7</UserName>
        </WOInvoiceLaborTaskDataModel>
      </lstLabor>
      <lstMisc>
        <WOInvoiceMiscCostDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <CostAmount>6</CostAmount>
          <Description>sample string 5</Description>
          <InvoiceID>2</InvoiceID>
          <InvoiceMiscCostID>1</InvoiceMiscCostID>
          <MiscCostType>sample string 8</MiscCostType>
          <MiscCostTypeID>4</MiscCostTypeID>
          <PaidAmount>7</PaidAmount>
        </WOInvoiceMiscCostDataModel>
        <WOInvoiceMiscCostDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <CostAmount>6</CostAmount>
          <Description>sample string 5</Description>
          <InvoiceID>2</InvoiceID>
          <InvoiceMiscCostID>1</InvoiceMiscCostID>
          <MiscCostType>sample string 8</MiscCostType>
          <MiscCostTypeID>4</MiscCostTypeID>
          <PaidAmount>7</PaidAmount>
        </WOInvoiceMiscCostDataModel>
      </lstMisc>
      <lstParts>
        <WOInvoicePartsItemDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <Description>sample string 16</Description>
          <InvoiceID>2</InvoiceID>
          <InvoicePartsID>1</InvoicePartsID>
          <IsOptionSheet>true</IsOptionSheet>
          <NetTotalAmount>12</NetTotalAmount>
          <PartsCode>sample string 14</PartsCode>
          <PartsCustom1>sample string 20</PartsCustom1>
          <PartsID>4</PartsID>
          <PartsName>sample string 15</PartsName>
          <Quantity>5</Quantity>
          <QuickBookPartsID>1</QuickBookPartsID>
          <TaxAmount>11</TaxAmount>
          <TaxPercentage>10</TaxPercentage>
          <TaxRateID>9</TaxRateID>
          <TotalPrice>8</TotalPrice>
          <UOM>sample string 17</UOM>
          <UOMID>6</UOMID>
          <Unit>sample string 13</Unit>
          <UnitPrice>7</UnitPrice>
          <Warranty>sample string 18</Warranty>
          <oDooInvPartsID>1</oDooInvPartsID>
          <oDooPartsID>1</oDooPartsID>
          <oDooTaxID>1</oDooTaxID>
        </WOInvoicePartsItemDataModel>
        <WOInvoicePartsItemDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <Description>sample string 16</Description>
          <InvoiceID>2</InvoiceID>
          <InvoicePartsID>1</InvoicePartsID>
          <IsOptionSheet>true</IsOptionSheet>
          <NetTotalAmount>12</NetTotalAmount>
          <PartsCode>sample string 14</PartsCode>
          <PartsCustom1>sample string 20</PartsCustom1>
          <PartsID>4</PartsID>
          <PartsName>sample string 15</PartsName>
          <Quantity>5</Quantity>
          <QuickBookPartsID>1</QuickBookPartsID>
          <TaxAmount>11</TaxAmount>
          <TaxPercentage>10</TaxPercentage>
          <TaxRateID>9</TaxRateID>
          <TotalPrice>8</TotalPrice>
          <UOM>sample string 17</UOM>
          <UOMID>6</UOMID>
          <Unit>sample string 13</Unit>
          <UnitPrice>7</UnitPrice>
          <Warranty>sample string 18</Warranty>
          <oDooInvPartsID>1</oDooInvPartsID>
          <oDooPartsID>1</oDooPartsID>
          <oDooTaxID>1</oDooTaxID>
        </WOInvoicePartsItemDataModel>
      </lstParts>
      <lstRental>
        <WOInvoiceRentalDataModel>
          <AssetCode>sample string 4</AssetCode>
          <AssetID>3</AssetID>
          <AssetName>sample string 5</AssetName>
          <Days>17</Days>
          <DaysAmount>22</DaysAmount>
          <Duration>sample string 9</Duration>
          <DurationDays>10</DurationDays>
          <DurationHours>11</DurationHours>
          <Hours>18</Hours>
          <HoursAmount>23</HoursAmount>
          <InvoiceID>2</InvoiceID>
          <InvoiceRentalID>1</InvoiceRentalID>
          <ItemTypeID>27</ItemTypeID>
          <Location>sample string 8</Location>
          <LocationId>7</LocationId>
          <Minutes>19</Minutes>
          <Months>15</Months>
          <ProductID>28</ProductID>
          <Quantity>6</Quantity>
          <Rate>sample string 12</Rate>
          <RatePrice>13</RatePrice>
          <RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime>
          <TaxAmount>26</TaxAmount>
          <TaxPercentage>25</TaxPercentage>
          <TaxRateID>24</TaxRateID>
          <TotalActualAmount>20</TotalActualAmount>
          <TotalChargedAmount>21</TotalChargedAmount>
          <TotalPrice>14</TotalPrice>
          <Weeks>16</Weeks>
          <lstProductAsset>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
          </lstProductAsset>
        </WOInvoiceRentalDataModel>
        <WOInvoiceRentalDataModel>
          <AssetCode>sample string 4</AssetCode>
          <AssetID>3</AssetID>
          <AssetName>sample string 5</AssetName>
          <Days>17</Days>
          <DaysAmount>22</DaysAmount>
          <Duration>sample string 9</Duration>
          <DurationDays>10</DurationDays>
          <DurationHours>11</DurationHours>
          <Hours>18</Hours>
          <HoursAmount>23</HoursAmount>
          <InvoiceID>2</InvoiceID>
          <InvoiceRentalID>1</InvoiceRentalID>
          <ItemTypeID>27</ItemTypeID>
          <Location>sample string 8</Location>
          <LocationId>7</LocationId>
          <Minutes>19</Minutes>
          <Months>15</Months>
          <ProductID>28</ProductID>
          <Quantity>6</Quantity>
          <Rate>sample string 12</Rate>
          <RatePrice>13</RatePrice>
          <RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime>
          <TaxAmount>26</TaxAmount>
          <TaxPercentage>25</TaxPercentage>
          <TaxRateID>24</TaxRateID>
          <TotalActualAmount>20</TotalActualAmount>
          <TotalChargedAmount>21</TotalChargedAmount>
          <TotalPrice>14</TotalPrice>
          <Weeks>16</Weeks>
          <lstProductAsset>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
          </lstProductAsset>
        </WOInvoiceRentalDataModel>
      </lstRental>
      <lstTags>
        <WOInvoiceTagDataModel>
          <ColorCode>sample string 5</ColorCode>
          <InvoiceTagID>1</InvoiceTagID>
          <TagCode>sample string 4</TagCode>
          <TagID>2</TagID>
          <TagName>sample string 3</TagName>
        </WOInvoiceTagDataModel>
        <WOInvoiceTagDataModel>
          <ColorCode>sample string 5</ColorCode>
          <InvoiceTagID>1</InvoiceTagID>
          <TagCode>sample string 4</TagCode>
          <TagID>2</TagID>
          <TagName>sample string 3</TagName>
        </WOInvoiceTagDataModel>
      </lstTags>
      <oDooUserID>1</oDooUserID>
      <objSignature>
        <WOInvoiceSignatureDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <InvoiceSignatureID>1</InvoiceSignatureID>
          <RenamedFileName>sample string 3</RenamedFileName>
          <SignatoryName>sample string 4</SignatoryName>
          <SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate>
          <SignatureType>5</SignatureType>
          <SignatureURL>sample string 6</SignatureURL>
        </WOInvoiceSignatureDataModel>
        <WOInvoiceSignatureDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <InvoiceSignatureID>1</InvoiceSignatureID>
          <RenamedFileName>sample string 3</RenamedFileName>
          <SignatoryName>sample string 4</SignatoryName>
          <SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate>
          <SignatureType>5</SignatureType>
          <SignatureURL>sample string 6</SignatureURL>
        </WOInvoiceSignatureDataModel>
      </objSignature>
    </WOInvoiceDataModel>
    <WOInvoiceDataModel>
      <ACHIsPaymentSuccess>1</ACHIsPaymentSuccess>
      <ACHShortPaymentURL>sample string 103</ACHShortPaymentURL>
      <AddedBy>25</AddedBy>
      <AddedByName>sample string 67</AddedByName>
      <AddedDate>2025-07-17T05:29:32.3673524+00:00</AddedDate>
      <Address1>sample string 14</Address1>
      <Address2>sample string 15</Address2>
      <Address3>sample string 16</Address3>
      <AutoServiceMasterID>2</AutoServiceMasterID>
      <Bestelldatum_OrderDate>2025-07-17T05:29:32.3673524+00:00</Bestelldatum_OrderDate>
      <BillsEvery>1</BillsEvery>
      <BillsEveryUnit>1</BillsEveryUnit>
      <Brand>sample string 106</Brand>
      <CMMSCompanyID>40</CMMSCompanyID>
      <ChangeOrderID>1</ChangeOrderID>
      <ChangeOrderNo>sample string 87</ChangeOrderNo>
      <CityID>1</CityID>
      <CityName>sample string 58</CityName>
      <CodatRecordID>sample string 48</CodatRecordID>
      <CompanyName>sample string 13</CompanyName>
      <ConversionFactor>9</ConversionFactor>
      <CountryID>1</CountryID>
      <CountryName>sample string 60</CountryName>
      <CreatedBy>sample string 34</CreatedBy>
      <CurrencyID>7</CurrencyID>
      <CurrencyName>sample string 8</CurrencyName>
      <CurrencySymbol>sample string 33</CurrencySymbol>
      <CustomerAddressID>1</CustomerAddressID>
      <CustomerAddressType>1</CustomerAddressType>
      <CustomerCode>sample string 12</CustomerCode>
      <CustomerCompanyName>sample string 56</CustomerCompanyName>
      <CustomerContactName>sample string 37</CustomerContactName>
      <CustomerEmail>sample string 46</CustomerEmail>
      <CustomerEmailID>sample string 53</CustomerEmailID>
      <CustomerFirstName>sample string 51</CustomerFirstName>
      <CustomerID>10</CustomerID>
      <CustomerLastName>sample string 52</CustomerLastName>
      <CustomerName>sample string 11</CustomerName>
      <CustomerPhoneCode>sample string 54</CustomerPhoneCode>
      <CustomerPhoneNo>sample string 55</CustomerPhoneNo>
      <CustomerQuickBookID>1</CustomerQuickBookID>
      <CustomerTypeCode>sample string 76</CustomerTypeCode>
      <CustomerTypeTitle>sample string 77</CustomerTypeTitle>
      <DepartmentCode>sample string 29</DepartmentCode>
      <DepartmentID>28</DepartmentID>
      <Description>sample string 5</Description>
      <Diagnosis>sample string 100</Diagnosis>
      <DueDate>2025-07-17T05:29:32.3673524+00:00</DueDate>
      <ExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</ExpectedRentReturnDate>
      <FieldServiceCustom1>sample string 89</FieldServiceCustom1>
      <FieldServiceCustom10>sample string 98</FieldServiceCustom10>
      <FieldServiceCustom2>sample string 90</FieldServiceCustom2>
      <FieldServiceCustom3>sample string 91</FieldServiceCustom3>
      <FieldServiceCustom4>sample string 92</FieldServiceCustom4>
      <FieldServiceCustom5>sample string 93</FieldServiceCustom5>
      <FieldServiceCustom6>sample string 94</FieldServiceCustom6>
      <FieldServiceCustom7>sample string 95</FieldServiceCustom7>
      <FieldServiceCustom8>sample string 96</FieldServiceCustom8>
      <FieldServiceCustom9>sample string 97</FieldServiceCustom9>
      <InvoiceDate>2025-07-17T05:29:32.3673524+00:00</InvoiceDate>
      <InvoiceID>1</InvoiceID>
      <InvoiceNo>sample string 3</InvoiceNo>
      <InvoiceQuickBookID>1</InvoiceQuickBookID>
      <InvoiceTitle>sample string 4</InvoiceTitle>
      <IsActive>23</IsActive>
      <IsBillingType>1</IsBillingType>
      <IsDeleted>24</IsDeleted>
      <IsPaid>1</IsPaid>
      <IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF>
      <IsReconcile>true</IsReconcile>
      <IsRecurrence>1</IsRecurrence>
      <IsRental>1</IsRental>
      <IsShowCompanyLogo>true</IsShowCompanyLogo>
      <IsShowShippingAddressTitleInQuotationInvoicePDF>true</IsShowShippingAddressTitleInQuotationInvoicePDF>
      <IsUseCompanyAddress>true</IsUseCompanyAddress>
      <LastPaymentMethod>sample string 69</LastPaymentMethod>
      <Liefertermin_DeliveryDate>2025-07-17T05:29:32.3673524+00:00</Liefertermin_DeliveryDate>
      <LoborCostTotalAmount>21</LoborCostTotalAmount>
      <LocationID>27</LocationID>
      <LocationName>sample string 30</LocationName>
      <MiscCostPaidAmount>35</MiscCostPaidAmount>
      <MiscCostRemainingTotalAmount>36</MiscCostRemainingTotalAmount>
      <MiscCostTotalAmount>20</MiscCostTotalAmount>
      <NetTotalAmount>22</NetTotalAmount>
      <Note>sample string 64</Note>
      <OcurrencesCurrent>1</OcurrencesCurrent>
      <OcurrencesTotal>1</OcurrencesTotal>
      <OdooCurrencyID>1</OdooCurrencyID>
      <OdooCustomerID>1</OdooCustomerID>
      <OdooInvoiceID>1</OdooInvoiceID>
      <OpportunityID>1</OpportunityID>
      <OptionGUID>sample string 85</OptionGUID>
      <OptionID>1</OptionID>
      <OriginalExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</OriginalExpectedRentReturnDate>
      <OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec>
      <OriginalRentOutDate>2025-07-17T05:29:32.3673524+00:00</OriginalRentOutDate>
      <OriginalRentTotalAmount>1</OriginalRentTotalAmount>
      <PDFDownloadPath>sample string 39</PDFDownloadPath>
      <PaidAmount>44</PaidAmount>
      <ParentStatusID>71</ParentStatusID>
      <ParentStatusName>sample string 72</ParentStatusName>
      <PartsCostNetTotalAmount>19</PartsCostNetTotalAmount>
      <PaymentMethod>sample string 65</PaymentMethod>
      <PaymentMethodID>1</PaymentMethodID>
      <PaymentRefNo>sample string 66</PaymentRefNo>
      <QuotationID>1</QuotationID>
      <QuotationInvoiceSendOption>sample string 99</QuotationInvoiceSendOption>
      <QuotationNo>sample string 49</QuotationNo>
      <ReccurenceTotalAmount>1</ReccurenceTotalAmount>
      <Recommendations>sample string 68</Recommendations>
      <RecommendationsNetTotalAmount>101</RecommendationsNetTotalAmount>
      <RecurrenceDateofNextOrder>sample string 83</RecurrenceDateofNextOrder>
      <RecurrenceEnd>2025-07-17T05:29:32.3673524+00:00</RecurrenceEnd>
      <RecurrenceEndDate>sample string 81</RecurrenceEndDate>
      <RecurrenceEndTime>sample string 82</RecurrenceEndTime>
      <RecurrenceStartFrom>2025-07-17T05:29:32.3673524+00:00</RecurrenceStartFrom>
      <RecurrenceStartFromDate>sample string 79</RecurrenceStartFromDate>
      <RecurrenceStartFromTime>sample string 80</RecurrenceStartFromTime>
      <RecurrenceTimeofNextOrder>sample string 84</RecurrenceTimeofNextOrder>
      <RefNo>sample string 104</RefNo>
      <RemainingAmount>45</RemainingAmount>
      <RentDays>1</RentDays>
      <RentHours>1</RentHours>
      <RentMinutes>1</RentMinutes>
      <RentMonths>1</RentMonths>
      <RentOutDate>2025-07-17T05:29:32.3673524+00:00</RentOutDate>
      <RentWeeks>1</RentWeeks>
      <RentedReturn>1</RentedReturn>
      <SageDocNo>sample string 31</SageDocNo>
      <SalesOrderID>1</SalesOrderID>
      <SalesOrderNo>sample string 78</SalesOrderNo>
      <ServiceRequestedFor>sample string 105</ServiceRequestedFor>
      <ServiceTemplateID>1</ServiceTemplateID>
      <ServiceTemplateName>sample string 88</ServiceTemplateName>
      <ShipToAddress1>sample string 41</ShipToAddress1>
      <ShipToAddress2>sample string 42</ShipToAddress2>
      <ShipToCityID>1</ShipToCityID>
      <ShipToCityName>sample string 61</ShipToCityName>
      <ShipToCountryID>1</ShipToCountryID>
      <ShipToCountryName>sample string 63</ShipToCountryName>
      <ShipToStateID>1</ShipToStateID>
      <ShipToStateName>sample string 62</ShipToStateName>
      <ShipToZipCode>sample string 43</ShipToZipCode>
      <ShippingAddressTitle>sample string 107</ShippingAddressTitle>
      <StateID>1</StateID>
      <StateName>sample string 59</StateName>
      <StatusID>1</StatusID>
      <StatusName>sample string 50</StatusName>
      <SumDueAmount>75</SumDueAmount>
      <SumPaidAmount>74</SumPaidAmount>
      <SumTotalAmount>73</SumTotalAmount>
      <TotalPaidAmount>70</TotalPaidAmount>
      <TotalRecord>32</TotalRecord>
      <UnleashedGuID>sample string 86</UnleashedGuID>
      <WorkOrderNo>sample string 47</WorkOrderNo>
      <ZipCode>sample string 38</ZipCode>
      <lstAdditionalRecommendations>
        <InvoiceAdditionalRecommendationsDataModel>
          <Description>sample string 15</Description>
          <InvoiceID>1</InvoiceID>
          <InvoiceRecommendationID>1</InvoiceRecommendationID>
          <PartsCode>sample string 3</PartsCode>
          <PartsID>2</PartsID>
          <PartsName>sample string 4</PartsName>
          <Quantity>5</Quantity>
          <TaxAmount>12</TaxAmount>
          <TaxPercentage>11</TaxPercentage>
          <TaxRate>13</TaxRate>
          <TaxRateID>10</TaxRateID>
          <TotalPrice>9</TotalPrice>
          <UOMID>6</UOMID>
          <Unit>sample string 7</Unit>
          <UnitPrice>8</UnitPrice>
          <UnitSellingPrice>14</UnitSellingPrice>
          <Warranty>sample string 16</Warranty>
        </InvoiceAdditionalRecommendationsDataModel>
        <InvoiceAdditionalRecommendationsDataModel>
          <Description>sample string 15</Description>
          <InvoiceID>1</InvoiceID>
          <InvoiceRecommendationID>1</InvoiceRecommendationID>
          <PartsCode>sample string 3</PartsCode>
          <PartsID>2</PartsID>
          <PartsName>sample string 4</PartsName>
          <Quantity>5</Quantity>
          <TaxAmount>12</TaxAmount>
          <TaxPercentage>11</TaxPercentage>
          <TaxRate>13</TaxRate>
          <TaxRateID>10</TaxRateID>
          <TotalPrice>9</TotalPrice>
          <UOMID>6</UOMID>
          <Unit>sample string 7</Unit>
          <UnitPrice>8</UnitPrice>
          <UnitSellingPrice>14</UnitSellingPrice>
          <Warranty>sample string 16</Warranty>
        </InvoiceAdditionalRecommendationsDataModel>
      </lstAdditionalRecommendations>
      <lstFile>
        <WOInvoiceFileDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <FileFullPath>sample string 4</FileFullPath>
          <FileURL>sample string 3</FileURL>
          <InvoiceFileID>1</InvoiceFileID>
          <IsSendAsAttachment>true</IsSendAsAttachment>
          <RenamedFileName>sample string 1</RenamedFileName>
        </WOInvoiceFileDataModel>
        <WOInvoiceFileDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <FileFullPath>sample string 4</FileFullPath>
          <FileURL>sample string 3</FileURL>
          <InvoiceFileID>1</InvoiceFileID>
          <IsSendAsAttachment>true</IsSendAsAttachment>
          <RenamedFileName>sample string 1</RenamedFileName>
        </WOInvoiceFileDataModel>
      </lstFile>
      <lstLabor>
        <WOInvoiceLaborTaskDataModel>
          <CompletedOn>sample string 10</CompletedOn>
          <Description>sample string 3</Description>
          <HourlyRate>1</HourlyRate>
          <HrsEstimate>4</HrsEstimate>
          <HrsSpent>5</HrsSpent>
          <InvoiceLaborTaskId>1</InvoiceLaborTaskId>
          <IsCompleted>true</IsCompleted>
          <LaborCharge>11</LaborCharge>
          <LocationName>sample string 6</LocationName>
          <Name>sample string 2</Name>
          <TaskType>sample string 8</TaskType>
          <UserName>sample string 7</UserName>
        </WOInvoiceLaborTaskDataModel>
        <WOInvoiceLaborTaskDataModel>
          <CompletedOn>sample string 10</CompletedOn>
          <Description>sample string 3</Description>
          <HourlyRate>1</HourlyRate>
          <HrsEstimate>4</HrsEstimate>
          <HrsSpent>5</HrsSpent>
          <InvoiceLaborTaskId>1</InvoiceLaborTaskId>
          <IsCompleted>true</IsCompleted>
          <LaborCharge>11</LaborCharge>
          <LocationName>sample string 6</LocationName>
          <Name>sample string 2</Name>
          <TaskType>sample string 8</TaskType>
          <UserName>sample string 7</UserName>
        </WOInvoiceLaborTaskDataModel>
      </lstLabor>
      <lstMisc>
        <WOInvoiceMiscCostDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <CostAmount>6</CostAmount>
          <Description>sample string 5</Description>
          <InvoiceID>2</InvoiceID>
          <InvoiceMiscCostID>1</InvoiceMiscCostID>
          <MiscCostType>sample string 8</MiscCostType>
          <MiscCostTypeID>4</MiscCostTypeID>
          <PaidAmount>7</PaidAmount>
        </WOInvoiceMiscCostDataModel>
        <WOInvoiceMiscCostDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <CostAmount>6</CostAmount>
          <Description>sample string 5</Description>
          <InvoiceID>2</InvoiceID>
          <InvoiceMiscCostID>1</InvoiceMiscCostID>
          <MiscCostType>sample string 8</MiscCostType>
          <MiscCostTypeID>4</MiscCostTypeID>
          <PaidAmount>7</PaidAmount>
        </WOInvoiceMiscCostDataModel>
      </lstMisc>
      <lstParts>
        <WOInvoicePartsItemDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <Description>sample string 16</Description>
          <InvoiceID>2</InvoiceID>
          <InvoicePartsID>1</InvoicePartsID>
          <IsOptionSheet>true</IsOptionSheet>
          <NetTotalAmount>12</NetTotalAmount>
          <PartsCode>sample string 14</PartsCode>
          <PartsCustom1>sample string 20</PartsCustom1>
          <PartsID>4</PartsID>
          <PartsName>sample string 15</PartsName>
          <Quantity>5</Quantity>
          <QuickBookPartsID>1</QuickBookPartsID>
          <TaxAmount>11</TaxAmount>
          <TaxPercentage>10</TaxPercentage>
          <TaxRateID>9</TaxRateID>
          <TotalPrice>8</TotalPrice>
          <UOM>sample string 17</UOM>
          <UOMID>6</UOMID>
          <Unit>sample string 13</Unit>
          <UnitPrice>7</UnitPrice>
          <Warranty>sample string 18</Warranty>
          <oDooInvPartsID>1</oDooInvPartsID>
          <oDooPartsID>1</oDooPartsID>
          <oDooTaxID>1</oDooTaxID>
        </WOInvoicePartsItemDataModel>
        <WOInvoicePartsItemDataModel>
          <AutoServiceMasterID>3</AutoServiceMasterID>
          <Description>sample string 16</Description>
          <InvoiceID>2</InvoiceID>
          <InvoicePartsID>1</InvoicePartsID>
          <IsOptionSheet>true</IsOptionSheet>
          <NetTotalAmount>12</NetTotalAmount>
          <PartsCode>sample string 14</PartsCode>
          <PartsCustom1>sample string 20</PartsCustom1>
          <PartsID>4</PartsID>
          <PartsName>sample string 15</PartsName>
          <Quantity>5</Quantity>
          <QuickBookPartsID>1</QuickBookPartsID>
          <TaxAmount>11</TaxAmount>
          <TaxPercentage>10</TaxPercentage>
          <TaxRateID>9</TaxRateID>
          <TotalPrice>8</TotalPrice>
          <UOM>sample string 17</UOM>
          <UOMID>6</UOMID>
          <Unit>sample string 13</Unit>
          <UnitPrice>7</UnitPrice>
          <Warranty>sample string 18</Warranty>
          <oDooInvPartsID>1</oDooInvPartsID>
          <oDooPartsID>1</oDooPartsID>
          <oDooTaxID>1</oDooTaxID>
        </WOInvoicePartsItemDataModel>
      </lstParts>
      <lstRental>
        <WOInvoiceRentalDataModel>
          <AssetCode>sample string 4</AssetCode>
          <AssetID>3</AssetID>
          <AssetName>sample string 5</AssetName>
          <Days>17</Days>
          <DaysAmount>22</DaysAmount>
          <Duration>sample string 9</Duration>
          <DurationDays>10</DurationDays>
          <DurationHours>11</DurationHours>
          <Hours>18</Hours>
          <HoursAmount>23</HoursAmount>
          <InvoiceID>2</InvoiceID>
          <InvoiceRentalID>1</InvoiceRentalID>
          <ItemTypeID>27</ItemTypeID>
          <Location>sample string 8</Location>
          <LocationId>7</LocationId>
          <Minutes>19</Minutes>
          <Months>15</Months>
          <ProductID>28</ProductID>
          <Quantity>6</Quantity>
          <Rate>sample string 12</Rate>
          <RatePrice>13</RatePrice>
          <RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime>
          <TaxAmount>26</TaxAmount>
          <TaxPercentage>25</TaxPercentage>
          <TaxRateID>24</TaxRateID>
          <TotalActualAmount>20</TotalActualAmount>
          <TotalChargedAmount>21</TotalChargedAmount>
          <TotalPrice>14</TotalPrice>
          <Weeks>16</Weeks>
          <lstProductAsset>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
          </lstProductAsset>
        </WOInvoiceRentalDataModel>
        <WOInvoiceRentalDataModel>
          <AssetCode>sample string 4</AssetCode>
          <AssetID>3</AssetID>
          <AssetName>sample string 5</AssetName>
          <Days>17</Days>
          <DaysAmount>22</DaysAmount>
          <Duration>sample string 9</Duration>
          <DurationDays>10</DurationDays>
          <DurationHours>11</DurationHours>
          <Hours>18</Hours>
          <HoursAmount>23</HoursAmount>
          <InvoiceID>2</InvoiceID>
          <InvoiceRentalID>1</InvoiceRentalID>
          <ItemTypeID>27</ItemTypeID>
          <Location>sample string 8</Location>
          <LocationId>7</LocationId>
          <Minutes>19</Minutes>
          <Months>15</Months>
          <ProductID>28</ProductID>
          <Quantity>6</Quantity>
          <Rate>sample string 12</Rate>
          <RatePrice>13</RatePrice>
          <RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime>
          <TaxAmount>26</TaxAmount>
          <TaxPercentage>25</TaxPercentage>
          <TaxRateID>24</TaxRateID>
          <TotalActualAmount>20</TotalActualAmount>
          <TotalChargedAmount>21</TotalChargedAmount>
          <TotalPrice>14</TotalPrice>
          <Weeks>16</Weeks>
          <lstProductAsset>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
            <InvoiceRentalProductAssetMappingDataModel>
              <AssetID>1</AssetID>
              <AssetName>sample string 2</AssetName>
              <InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID>
              <InvoiceRentalID>1</InvoiceRentalID>
              <SerialNo>sample string 1</SerialNo>
            </InvoiceRentalProductAssetMappingDataModel>
          </lstProductAsset>
        </WOInvoiceRentalDataModel>
      </lstRental>
      <lstTags>
        <WOInvoiceTagDataModel>
          <ColorCode>sample string 5</ColorCode>
          <InvoiceTagID>1</InvoiceTagID>
          <TagCode>sample string 4</TagCode>
          <TagID>2</TagID>
          <TagName>sample string 3</TagName>
        </WOInvoiceTagDataModel>
        <WOInvoiceTagDataModel>
          <ColorCode>sample string 5</ColorCode>
          <InvoiceTagID>1</InvoiceTagID>
          <TagCode>sample string 4</TagCode>
          <TagID>2</TagID>
          <TagName>sample string 3</TagName>
        </WOInvoiceTagDataModel>
      </lstTags>
      <oDooUserID>1</oDooUserID>
      <objSignature>
        <WOInvoiceSignatureDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <InvoiceSignatureID>1</InvoiceSignatureID>
          <RenamedFileName>sample string 3</RenamedFileName>
          <SignatoryName>sample string 4</SignatoryName>
          <SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate>
          <SignatureType>5</SignatureType>
          <SignatureURL>sample string 6</SignatureURL>
        </WOInvoiceSignatureDataModel>
        <WOInvoiceSignatureDataModel>
          <ActualFileName>sample string 2</ActualFileName>
          <InvoiceSignatureID>1</InvoiceSignatureID>
          <RenamedFileName>sample string 3</RenamedFileName>
          <SignatoryName>sample string 4</SignatoryName>
          <SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate>
          <SignatureType>5</SignatureType>
          <SignatureURL>sample string 6</SignatureURL>
        </WOInvoiceSignatureDataModel>
      </objSignature>
    </WOInvoiceDataModel>
  </WOInvoiceDm>
</WOInvoiceDataModels>

multipart/form-data

Sample:
<WOInvoiceDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord><WOInvoiceDm><WOInvoiceDataModel><ACHIsPaymentSuccess>1</ACHIsPaymentSuccess><ACHShortPaymentURL>sample string 103</ACHShortPaymentURL><AddedBy>25</AddedBy><AddedByName>sample string 67</AddedByName><AddedDate>2025-07-17T05:29:32.3673524+00:00</AddedDate><Address1>sample string 14</Address1><Address2>sample string 15</Address2><Address3>sample string 16</Address3><AutoServiceMasterID>2</AutoServiceMasterID><Bestelldatum_OrderDate>2025-07-17T05:29:32.3673524+00:00</Bestelldatum_OrderDate><BillsEvery>1</BillsEvery><BillsEveryUnit>1</BillsEveryUnit><Brand>sample string 106</Brand><CMMSCompanyID>40</CMMSCompanyID><ChangeOrderID>1</ChangeOrderID><ChangeOrderNo>sample string 87</ChangeOrderNo><CityID>1</CityID><CityName>sample string 58</CityName><CodatRecordID>sample string 48</CodatRecordID><CompanyName>sample string 13</CompanyName><ConversionFactor>9</ConversionFactor><CountryID>1</CountryID><CountryName>sample string 60</CountryName><CreatedBy>sample string 34</CreatedBy><CurrencyID>7</CurrencyID><CurrencyName>sample string 8</CurrencyName><CurrencySymbol>sample string 33</CurrencySymbol><CustomerAddressID>1</CustomerAddressID><CustomerAddressType>1</CustomerAddressType><CustomerCode>sample string 12</CustomerCode><CustomerCompanyName>sample string 56</CustomerCompanyName><CustomerContactName>sample string 37</CustomerContactName><CustomerEmail>sample string 46</CustomerEmail><CustomerEmailID>sample string 53</CustomerEmailID><CustomerFirstName>sample string 51</CustomerFirstName><CustomerID>10</CustomerID><CustomerLastName>sample string 52</CustomerLastName><CustomerName>sample string 11</CustomerName><CustomerPhoneCode>sample string 54</CustomerPhoneCode><CustomerPhoneNo>sample string 55</CustomerPhoneNo><CustomerQuickBookID>1</CustomerQuickBookID><CustomerTypeCode>sample string 76</CustomerTypeCode><CustomerTypeTitle>sample string 77</CustomerTypeTitle><DepartmentCode>sample string 29</DepartmentCode><DepartmentID>28</DepartmentID><Description>sample string 5</Description><Diagnosis>sample string 100</Diagnosis><DueDate>2025-07-17T05:29:32.3673524+00:00</DueDate><ExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</ExpectedRentReturnDate><FieldServiceCustom1>sample string 89</FieldServiceCustom1><FieldServiceCustom10>sample string 98</FieldServiceCustom10><FieldServiceCustom2>sample string 90</FieldServiceCustom2><FieldServiceCustom3>sample string 91</FieldServiceCustom3><FieldServiceCustom4>sample string 92</FieldServiceCustom4><FieldServiceCustom5>sample string 93</FieldServiceCustom5><FieldServiceCustom6>sample string 94</FieldServiceCustom6><FieldServiceCustom7>sample string 95</FieldServiceCustom7><FieldServiceCustom8>sample string 96</FieldServiceCustom8><FieldServiceCustom9>sample string 97</FieldServiceCustom9><InvoiceDate>2025-07-17T05:29:32.3673524+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceNo>sample string 3</InvoiceNo><InvoiceQuickBookID>1</InvoiceQuickBookID><InvoiceTitle>sample string 4</InvoiceTitle><IsActive>23</IsActive><IsBillingType>1</IsBillingType><IsDeleted>24</IsDeleted><IsPaid>1</IsPaid><IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF><IsReconcile>true</IsReconcile><IsRecurrence>1</IsRecurrence><IsRental>1</IsRental><IsShowCompanyLogo>true</IsShowCompanyLogo><IsShowShippingAddressTitleInQuotationInvoicePDF>true</IsShowShippingAddressTitleInQuotationInvoicePDF><IsUseCompanyAddress>true</IsUseCompanyAddress><LastPaymentMethod>sample string 69</LastPaymentMethod><Liefertermin_DeliveryDate>2025-07-17T05:29:32.3673524+00:00</Liefertermin_DeliveryDate><LoborCostTotalAmount>21</LoborCostTotalAmount><LocationID>27</LocationID><LocationName>sample string 30</LocationName><MiscCostPaidAmount>35</MiscCostPaidAmount><MiscCostRemainingTotalAmount>36</MiscCostRemainingTotalAmount><MiscCostTotalAmount>20</MiscCostTotalAmount><NetTotalAmount>22</NetTotalAmount><Note>sample string 64</Note><OcurrencesCurrent>1</OcurrencesCurrent><OcurrencesTotal>1</OcurrencesTotal><OdooCurrencyID>1</OdooCurrencyID><OdooCustomerID>1</OdooCustomerID><OdooInvoiceID>1</OdooInvoiceID><OpportunityID>1</OpportunityID><OptionGUID>sample string 85</OptionGUID><OptionID>1</OptionID><OriginalExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</OriginalExpectedRentReturnDate><OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec><OriginalRentOutDate>2025-07-17T05:29:32.3673524+00:00</OriginalRentOutDate><OriginalRentTotalAmount>1</OriginalRentTotalAmount><PDFDownloadPath>sample string 39</PDFDownloadPath><PaidAmount>44</PaidAmount><ParentStatusID>71</ParentStatusID><ParentStatusName>sample string 72</ParentStatusName><PartsCostNetTotalAmount>19</PartsCostNetTotalAmount><PaymentMethod>sample string 65</PaymentMethod><PaymentMethodID>1</PaymentMethodID><PaymentRefNo>sample string 66</PaymentRefNo><QuotationID>1</QuotationID><QuotationInvoiceSendOption>sample string 99</QuotationInvoiceSendOption><QuotationNo>sample string 49</QuotationNo><ReccurenceTotalAmount>1</ReccurenceTotalAmount><Recommendations>sample string 68</Recommendations><RecommendationsNetTotalAmount>101</RecommendationsNetTotalAmount><RecurrenceDateofNextOrder>sample string 83</RecurrenceDateofNextOrder><RecurrenceEnd>2025-07-17T05:29:32.3673524+00:00</RecurrenceEnd><RecurrenceEndDate>sample string 81</RecurrenceEndDate><RecurrenceEndTime>sample string 82</RecurrenceEndTime><RecurrenceStartFrom>2025-07-17T05:29:32.3673524+00:00</RecurrenceStartFrom><RecurrenceStartFromDate>sample string 79</RecurrenceStartFromDate><RecurrenceStartFromTime>sample string 80</RecurrenceStartFromTime><RecurrenceTimeofNextOrder>sample string 84</RecurrenceTimeofNextOrder><RefNo>sample string 104</RefNo><RemainingAmount>45</RemainingAmount><RentDays>1</RentDays><RentHours>1</RentHours><RentMinutes>1</RentMinutes><RentMonths>1</RentMonths><RentOutDate>2025-07-17T05:29:32.3673524+00:00</RentOutDate><RentWeeks>1</RentWeeks><RentedReturn>1</RentedReturn><SageDocNo>sample string 31</SageDocNo><SalesOrderID>1</SalesOrderID><SalesOrderNo>sample string 78</SalesOrderNo><ServiceRequestedFor>sample string 105</ServiceRequestedFor><ServiceTemplateID>1</ServiceTemplateID><ServiceTemplateName>sample string 88</ServiceTemplateName><ShipToAddress1>sample string 41</ShipToAddress1><ShipToAddress2>sample string 42</ShipToAddress2><ShipToCityID>1</ShipToCityID><ShipToCityName>sample string 61</ShipToCityName><ShipToCountryID>1</ShipToCountryID><ShipToCountryName>sample string 63</ShipToCountryName><ShipToStateID>1</ShipToStateID><ShipToStateName>sample string 62</ShipToStateName><ShipToZipCode>sample string 43</ShipToZipCode><ShippingAddressTitle>sample string 107</ShippingAddressTitle><StateID>1</StateID><StateName>sample string 59</StateName><StatusID>1</StatusID><StatusName>sample string 50</StatusName><SumDueAmount>75</SumDueAmount><SumPaidAmount>74</SumPaidAmount><SumTotalAmount>73</SumTotalAmount><TotalPaidAmount>70</TotalPaidAmount><TotalRecord>32</TotalRecord><UnleashedGuID>sample string 86</UnleashedGuID><WorkOrderNo>sample string 47</WorkOrderNo><ZipCode>sample string 38</ZipCode><lstAdditionalRecommendations><InvoiceAdditionalRecommendationsDataModel><Description>sample string 15</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>12</TaxAmount><TaxPercentage>11</TaxPercentage><TaxRate>13</TaxRate><TaxRateID>10</TaxRateID><TotalPrice>9</TotalPrice><UOMID>6</UOMID><Unit>sample string 7</Unit><UnitPrice>8</UnitPrice><UnitSellingPrice>14</UnitSellingPrice><Warranty>sample string 16</Warranty></InvoiceAdditionalRecommendationsDataModel><InvoiceAdditionalRecommendationsDataModel><Description>sample string 15</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>12</TaxAmount><TaxPercentage>11</TaxPercentage><TaxRate>13</TaxRate><TaxRateID>10</TaxRateID><TotalPrice>9</TotalPrice><UOMID>6</UOMID><Unit>sample string 7</Unit><UnitPrice>8</UnitPrice><UnitSellingPrice>14</UnitSellingPrice><Warranty>sample string 16</Warranty></InvoiceAdditionalRecommendationsDataModel></lstAdditionalRecommendations><lstFile><WOInvoiceFileDataModel><ActualFileName>sample string 2</ActualFileName><FileFullPath>sample string 4</FileFullPath><FileURL>sample string 3</FileURL><InvoiceFileID>1</InvoiceFileID><IsSendAsAttachment>true</IsSendAsAttachment><RenamedFileName>sample string 1</RenamedFileName></WOInvoiceFileDataModel><WOInvoiceFileDataModel><ActualFileName>sample string 2</ActualFileName><FileFullPath>sample string 4</FileFullPath><FileURL>sample string 3</FileURL><InvoiceFileID>1</InvoiceFileID><IsSendAsAttachment>true</IsSendAsAttachment><RenamedFileName>sample string 1</RenamedFileName></WOInvoiceFileDataModel></lstFile><lstLabor><WOInvoiceLaborTaskDataModel><CompletedOn>sample string 10</CompletedOn><Description>sample string 3</Description><HourlyRate>1</HourlyRate><HrsEstimate>4</HrsEstimate><HrsSpent>5</HrsSpent><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsCompleted>true</IsCompleted><LaborCharge>11</LaborCharge><LocationName>sample string 6</LocationName><Name>sample string 2</Name><TaskType>sample string 8</TaskType><UserName>sample string 7</UserName></WOInvoiceLaborTaskDataModel><WOInvoiceLaborTaskDataModel><CompletedOn>sample string 10</CompletedOn><Description>sample string 3</Description><HourlyRate>1</HourlyRate><HrsEstimate>4</HrsEstimate><HrsSpent>5</HrsSpent><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsCompleted>true</IsCompleted><LaborCharge>11</LaborCharge><LocationName>sample string 6</LocationName><Name>sample string 2</Name><TaskType>sample string 8</TaskType><UserName>sample string 7</UserName></WOInvoiceLaborTaskDataModel></lstLabor><lstMisc><WOInvoiceMiscCostDataModel><AutoServiceMasterID>3</AutoServiceMasterID><CostAmount>6</CostAmount><Description>sample string 5</Description><InvoiceID>2</InvoiceID><InvoiceMiscCostID>1</InvoiceMiscCostID><MiscCostType>sample string 8</MiscCostType><MiscCostTypeID>4</MiscCostTypeID><PaidAmount>7</PaidAmount></WOInvoiceMiscCostDataModel><WOInvoiceMiscCostDataModel><AutoServiceMasterID>3</AutoServiceMasterID><CostAmount>6</CostAmount><Description>sample string 5</Description><InvoiceID>2</InvoiceID><InvoiceMiscCostID>1</InvoiceMiscCostID><MiscCostType>sample string 8</MiscCostType><MiscCostTypeID>4</MiscCostTypeID><PaidAmount>7</PaidAmount></WOInvoiceMiscCostDataModel></lstMisc><lstParts><WOInvoicePartsItemDataModel><AutoServiceMasterID>3</AutoServiceMasterID><Description>sample string 16</Description><InvoiceID>2</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>true</IsOptionSheet><NetTotalAmount>12</NetTotalAmount><PartsCode>sample string 14</PartsCode><PartsCustom1>sample string 20</PartsCustom1><PartsID>4</PartsID><PartsName>sample string 15</PartsName><Quantity>5</Quantity><QuickBookPartsID>1</QuickBookPartsID><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOM>sample string 17</UOM><UOMID>6</UOMID><Unit>sample string 13</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 18</Warranty><oDooInvPartsID>1</oDooInvPartsID><oDooPartsID>1</oDooPartsID><oDooTaxID>1</oDooTaxID></WOInvoicePartsItemDataModel><WOInvoicePartsItemDataModel><AutoServiceMasterID>3</AutoServiceMasterID><Description>sample string 16</Description><InvoiceID>2</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>true</IsOptionSheet><NetTotalAmount>12</NetTotalAmount><PartsCode>sample string 14</PartsCode><PartsCustom1>sample string 20</PartsCustom1><PartsID>4</PartsID><PartsName>sample string 15</PartsName><Quantity>5</Quantity><QuickBookPartsID>1</QuickBookPartsID><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOM>sample string 17</UOM><UOMID>6</UOMID><Unit>sample string 13</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 18</Warranty><oDooInvPartsID>1</oDooInvPartsID><oDooPartsID>1</oDooPartsID><oDooTaxID>1</oDooTaxID></WOInvoicePartsItemDataModel></lstParts><lstRental><WOInvoiceRentalDataModel><AssetCode>sample string 4</AssetCode><AssetID>3</AssetID><AssetName>sample string 5</AssetName><Days>17</Days><DaysAmount>22</DaysAmount><Duration>sample string 9</Duration><DurationDays>10</DurationDays><DurationHours>11</DurationHours><Hours>18</Hours><HoursAmount>23</HoursAmount><InvoiceID>2</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>27</ItemTypeID><Location>sample string 8</Location><LocationId>7</LocationId><Minutes>19</Minutes><Months>15</Months><ProductID>28</ProductID><Quantity>6</Quantity><Rate>sample string 12</Rate><RatePrice>13</RatePrice><RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime><TaxAmount>26</TaxAmount><TaxPercentage>25</TaxPercentage><TaxRateID>24</TaxRateID><TotalActualAmount>20</TotalActualAmount><TotalChargedAmount>21</TotalChargedAmount><TotalPrice>14</TotalPrice><Weeks>16</Weeks><lstProductAsset><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel></lstProductAsset></WOInvoiceRentalDataModel><WOInvoiceRentalDataModel><AssetCode>sample string 4</AssetCode><AssetID>3</AssetID><AssetName>sample string 5</AssetName><Days>17</Days><DaysAmount>22</DaysAmount><Duration>sample string 9</Duration><DurationDays>10</DurationDays><DurationHours>11</DurationHours><Hours>18</Hours><HoursAmount>23</HoursAmount><InvoiceID>2</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>27</ItemTypeID><Location>sample string 8</Location><LocationId>7</LocationId><Minutes>19</Minutes><Months>15</Months><ProductID>28</ProductID><Quantity>6</Quantity><Rate>sample string 12</Rate><RatePrice>13</RatePrice><RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime><TaxAmount>26</TaxAmount><TaxPercentage>25</TaxPercentage><TaxRateID>24</TaxRateID><TotalActualAmount>20</TotalActualAmount><TotalChargedAmount>21</TotalChargedAmount><TotalPrice>14</TotalPrice><Weeks>16</Weeks><lstProductAsset><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel></lstProductAsset></WOInvoiceRentalDataModel></lstRental><lstTags><WOInvoiceTagDataModel><ColorCode>sample string 5</ColorCode><InvoiceTagID>1</InvoiceTagID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></WOInvoiceTagDataModel><WOInvoiceTagDataModel><ColorCode>sample string 5</ColorCode><InvoiceTagID>1</InvoiceTagID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></WOInvoiceTagDataModel></lstTags><oDooUserID>1</oDooUserID><objSignature><WOInvoiceSignatureDataModel><ActualFileName>sample string 2</ActualFileName><InvoiceSignatureID>1</InvoiceSignatureID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate><SignatureType>5</SignatureType><SignatureURL>sample string 6</SignatureURL></WOInvoiceSignatureDataModel><WOInvoiceSignatureDataModel><ActualFileName>sample string 2</ActualFileName><InvoiceSignatureID>1</InvoiceSignatureID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate><SignatureType>5</SignatureType><SignatureURL>sample string 6</SignatureURL></WOInvoiceSignatureDataModel></objSignature></WOInvoiceDataModel><WOInvoiceDataModel><ACHIsPaymentSuccess>1</ACHIsPaymentSuccess><ACHShortPaymentURL>sample string 103</ACHShortPaymentURL><AddedBy>25</AddedBy><AddedByName>sample string 67</AddedByName><AddedDate>2025-07-17T05:29:32.3673524+00:00</AddedDate><Address1>sample string 14</Address1><Address2>sample string 15</Address2><Address3>sample string 16</Address3><AutoServiceMasterID>2</AutoServiceMasterID><Bestelldatum_OrderDate>2025-07-17T05:29:32.3673524+00:00</Bestelldatum_OrderDate><BillsEvery>1</BillsEvery><BillsEveryUnit>1</BillsEveryUnit><Brand>sample string 106</Brand><CMMSCompanyID>40</CMMSCompanyID><ChangeOrderID>1</ChangeOrderID><ChangeOrderNo>sample string 87</ChangeOrderNo><CityID>1</CityID><CityName>sample string 58</CityName><CodatRecordID>sample string 48</CodatRecordID><CompanyName>sample string 13</CompanyName><ConversionFactor>9</ConversionFactor><CountryID>1</CountryID><CountryName>sample string 60</CountryName><CreatedBy>sample string 34</CreatedBy><CurrencyID>7</CurrencyID><CurrencyName>sample string 8</CurrencyName><CurrencySymbol>sample string 33</CurrencySymbol><CustomerAddressID>1</CustomerAddressID><CustomerAddressType>1</CustomerAddressType><CustomerCode>sample string 12</CustomerCode><CustomerCompanyName>sample string 56</CustomerCompanyName><CustomerContactName>sample string 37</CustomerContactName><CustomerEmail>sample string 46</CustomerEmail><CustomerEmailID>sample string 53</CustomerEmailID><CustomerFirstName>sample string 51</CustomerFirstName><CustomerID>10</CustomerID><CustomerLastName>sample string 52</CustomerLastName><CustomerName>sample string 11</CustomerName><CustomerPhoneCode>sample string 54</CustomerPhoneCode><CustomerPhoneNo>sample string 55</CustomerPhoneNo><CustomerQuickBookID>1</CustomerQuickBookID><CustomerTypeCode>sample string 76</CustomerTypeCode><CustomerTypeTitle>sample string 77</CustomerTypeTitle><DepartmentCode>sample string 29</DepartmentCode><DepartmentID>28</DepartmentID><Description>sample string 5</Description><Diagnosis>sample string 100</Diagnosis><DueDate>2025-07-17T05:29:32.3673524+00:00</DueDate><ExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</ExpectedRentReturnDate><FieldServiceCustom1>sample string 89</FieldServiceCustom1><FieldServiceCustom10>sample string 98</FieldServiceCustom10><FieldServiceCustom2>sample string 90</FieldServiceCustom2><FieldServiceCustom3>sample string 91</FieldServiceCustom3><FieldServiceCustom4>sample string 92</FieldServiceCustom4><FieldServiceCustom5>sample string 93</FieldServiceCustom5><FieldServiceCustom6>sample string 94</FieldServiceCustom6><FieldServiceCustom7>sample string 95</FieldServiceCustom7><FieldServiceCustom8>sample string 96</FieldServiceCustom8><FieldServiceCustom9>sample string 97</FieldServiceCustom9><InvoiceDate>2025-07-17T05:29:32.3673524+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceNo>sample string 3</InvoiceNo><InvoiceQuickBookID>1</InvoiceQuickBookID><InvoiceTitle>sample string 4</InvoiceTitle><IsActive>23</IsActive><IsBillingType>1</IsBillingType><IsDeleted>24</IsDeleted><IsPaid>1</IsPaid><IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF><IsReconcile>true</IsReconcile><IsRecurrence>1</IsRecurrence><IsRental>1</IsRental><IsShowCompanyLogo>true</IsShowCompanyLogo><IsShowShippingAddressTitleInQuotationInvoicePDF>true</IsShowShippingAddressTitleInQuotationInvoicePDF><IsUseCompanyAddress>true</IsUseCompanyAddress><LastPaymentMethod>sample string 69</LastPaymentMethod><Liefertermin_DeliveryDate>2025-07-17T05:29:32.3673524+00:00</Liefertermin_DeliveryDate><LoborCostTotalAmount>21</LoborCostTotalAmount><LocationID>27</LocationID><LocationName>sample string 30</LocationName><MiscCostPaidAmount>35</MiscCostPaidAmount><MiscCostRemainingTotalAmount>36</MiscCostRemainingTotalAmount><MiscCostTotalAmount>20</MiscCostTotalAmount><NetTotalAmount>22</NetTotalAmount><Note>sample string 64</Note><OcurrencesCurrent>1</OcurrencesCurrent><OcurrencesTotal>1</OcurrencesTotal><OdooCurrencyID>1</OdooCurrencyID><OdooCustomerID>1</OdooCustomerID><OdooInvoiceID>1</OdooInvoiceID><OpportunityID>1</OpportunityID><OptionGUID>sample string 85</OptionGUID><OptionID>1</OptionID><OriginalExpectedRentReturnDate>2025-07-17T05:29:32.3673524+00:00</OriginalExpectedRentReturnDate><OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec><OriginalRentOutDate>2025-07-17T05:29:32.3673524+00:00</OriginalRentOutDate><OriginalRentTotalAmount>1</OriginalRentTotalAmount><PDFDownloadPath>sample string 39</PDFDownloadPath><PaidAmount>44</PaidAmount><ParentStatusID>71</ParentStatusID><ParentStatusName>sample string 72</ParentStatusName><PartsCostNetTotalAmount>19</PartsCostNetTotalAmount><PaymentMethod>sample string 65</PaymentMethod><PaymentMethodID>1</PaymentMethodID><PaymentRefNo>sample string 66</PaymentRefNo><QuotationID>1</QuotationID><QuotationInvoiceSendOption>sample string 99</QuotationInvoiceSendOption><QuotationNo>sample string 49</QuotationNo><ReccurenceTotalAmount>1</ReccurenceTotalAmount><Recommendations>sample string 68</Recommendations><RecommendationsNetTotalAmount>101</RecommendationsNetTotalAmount><RecurrenceDateofNextOrder>sample string 83</RecurrenceDateofNextOrder><RecurrenceEnd>2025-07-17T05:29:32.3673524+00:00</RecurrenceEnd><RecurrenceEndDate>sample string 81</RecurrenceEndDate><RecurrenceEndTime>sample string 82</RecurrenceEndTime><RecurrenceStartFrom>2025-07-17T05:29:32.3673524+00:00</RecurrenceStartFrom><RecurrenceStartFromDate>sample string 79</RecurrenceStartFromDate><RecurrenceStartFromTime>sample string 80</RecurrenceStartFromTime><RecurrenceTimeofNextOrder>sample string 84</RecurrenceTimeofNextOrder><RefNo>sample string 104</RefNo><RemainingAmount>45</RemainingAmount><RentDays>1</RentDays><RentHours>1</RentHours><RentMinutes>1</RentMinutes><RentMonths>1</RentMonths><RentOutDate>2025-07-17T05:29:32.3673524+00:00</RentOutDate><RentWeeks>1</RentWeeks><RentedReturn>1</RentedReturn><SageDocNo>sample string 31</SageDocNo><SalesOrderID>1</SalesOrderID><SalesOrderNo>sample string 78</SalesOrderNo><ServiceRequestedFor>sample string 105</ServiceRequestedFor><ServiceTemplateID>1</ServiceTemplateID><ServiceTemplateName>sample string 88</ServiceTemplateName><ShipToAddress1>sample string 41</ShipToAddress1><ShipToAddress2>sample string 42</ShipToAddress2><ShipToCityID>1</ShipToCityID><ShipToCityName>sample string 61</ShipToCityName><ShipToCountryID>1</ShipToCountryID><ShipToCountryName>sample string 63</ShipToCountryName><ShipToStateID>1</ShipToStateID><ShipToStateName>sample string 62</ShipToStateName><ShipToZipCode>sample string 43</ShipToZipCode><ShippingAddressTitle>sample string 107</ShippingAddressTitle><StateID>1</StateID><StateName>sample string 59</StateName><StatusID>1</StatusID><StatusName>sample string 50</StatusName><SumDueAmount>75</SumDueAmount><SumPaidAmount>74</SumPaidAmount><SumTotalAmount>73</SumTotalAmount><TotalPaidAmount>70</TotalPaidAmount><TotalRecord>32</TotalRecord><UnleashedGuID>sample string 86</UnleashedGuID><WorkOrderNo>sample string 47</WorkOrderNo><ZipCode>sample string 38</ZipCode><lstAdditionalRecommendations><InvoiceAdditionalRecommendationsDataModel><Description>sample string 15</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>12</TaxAmount><TaxPercentage>11</TaxPercentage><TaxRate>13</TaxRate><TaxRateID>10</TaxRateID><TotalPrice>9</TotalPrice><UOMID>6</UOMID><Unit>sample string 7</Unit><UnitPrice>8</UnitPrice><UnitSellingPrice>14</UnitSellingPrice><Warranty>sample string 16</Warranty></InvoiceAdditionalRecommendationsDataModel><InvoiceAdditionalRecommendationsDataModel><Description>sample string 15</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>12</TaxAmount><TaxPercentage>11</TaxPercentage><TaxRate>13</TaxRate><TaxRateID>10</TaxRateID><TotalPrice>9</TotalPrice><UOMID>6</UOMID><Unit>sample string 7</Unit><UnitPrice>8</UnitPrice><UnitSellingPrice>14</UnitSellingPrice><Warranty>sample string 16</Warranty></InvoiceAdditionalRecommendationsDataModel></lstAdditionalRecommendations><lstFile><WOInvoiceFileDataModel><ActualFileName>sample string 2</ActualFileName><FileFullPath>sample string 4</FileFullPath><FileURL>sample string 3</FileURL><InvoiceFileID>1</InvoiceFileID><IsSendAsAttachment>true</IsSendAsAttachment><RenamedFileName>sample string 1</RenamedFileName></WOInvoiceFileDataModel><WOInvoiceFileDataModel><ActualFileName>sample string 2</ActualFileName><FileFullPath>sample string 4</FileFullPath><FileURL>sample string 3</FileURL><InvoiceFileID>1</InvoiceFileID><IsSendAsAttachment>true</IsSendAsAttachment><RenamedFileName>sample string 1</RenamedFileName></WOInvoiceFileDataModel></lstFile><lstLabor><WOInvoiceLaborTaskDataModel><CompletedOn>sample string 10</CompletedOn><Description>sample string 3</Description><HourlyRate>1</HourlyRate><HrsEstimate>4</HrsEstimate><HrsSpent>5</HrsSpent><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsCompleted>true</IsCompleted><LaborCharge>11</LaborCharge><LocationName>sample string 6</LocationName><Name>sample string 2</Name><TaskType>sample string 8</TaskType><UserName>sample string 7</UserName></WOInvoiceLaborTaskDataModel><WOInvoiceLaborTaskDataModel><CompletedOn>sample string 10</CompletedOn><Description>sample string 3</Description><HourlyRate>1</HourlyRate><HrsEstimate>4</HrsEstimate><HrsSpent>5</HrsSpent><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsCompleted>true</IsCompleted><LaborCharge>11</LaborCharge><LocationName>sample string 6</LocationName><Name>sample string 2</Name><TaskType>sample string 8</TaskType><UserName>sample string 7</UserName></WOInvoiceLaborTaskDataModel></lstLabor><lstMisc><WOInvoiceMiscCostDataModel><AutoServiceMasterID>3</AutoServiceMasterID><CostAmount>6</CostAmount><Description>sample string 5</Description><InvoiceID>2</InvoiceID><InvoiceMiscCostID>1</InvoiceMiscCostID><MiscCostType>sample string 8</MiscCostType><MiscCostTypeID>4</MiscCostTypeID><PaidAmount>7</PaidAmount></WOInvoiceMiscCostDataModel><WOInvoiceMiscCostDataModel><AutoServiceMasterID>3</AutoServiceMasterID><CostAmount>6</CostAmount><Description>sample string 5</Description><InvoiceID>2</InvoiceID><InvoiceMiscCostID>1</InvoiceMiscCostID><MiscCostType>sample string 8</MiscCostType><MiscCostTypeID>4</MiscCostTypeID><PaidAmount>7</PaidAmount></WOInvoiceMiscCostDataModel></lstMisc><lstParts><WOInvoicePartsItemDataModel><AutoServiceMasterID>3</AutoServiceMasterID><Description>sample string 16</Description><InvoiceID>2</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>true</IsOptionSheet><NetTotalAmount>12</NetTotalAmount><PartsCode>sample string 14</PartsCode><PartsCustom1>sample string 20</PartsCustom1><PartsID>4</PartsID><PartsName>sample string 15</PartsName><Quantity>5</Quantity><QuickBookPartsID>1</QuickBookPartsID><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOM>sample string 17</UOM><UOMID>6</UOMID><Unit>sample string 13</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 18</Warranty><oDooInvPartsID>1</oDooInvPartsID><oDooPartsID>1</oDooPartsID><oDooTaxID>1</oDooTaxID></WOInvoicePartsItemDataModel><WOInvoicePartsItemDataModel><AutoServiceMasterID>3</AutoServiceMasterID><Description>sample string 16</Description><InvoiceID>2</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>true</IsOptionSheet><NetTotalAmount>12</NetTotalAmount><PartsCode>sample string 14</PartsCode><PartsCustom1>sample string 20</PartsCustom1><PartsID>4</PartsID><PartsName>sample string 15</PartsName><Quantity>5</Quantity><QuickBookPartsID>1</QuickBookPartsID><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOM>sample string 17</UOM><UOMID>6</UOMID><Unit>sample string 13</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 18</Warranty><oDooInvPartsID>1</oDooInvPartsID><oDooPartsID>1</oDooPartsID><oDooTaxID>1</oDooTaxID></WOInvoicePartsItemDataModel></lstParts><lstRental><WOInvoiceRentalDataModel><AssetCode>sample string 4</AssetCode><AssetID>3</AssetID><AssetName>sample string 5</AssetName><Days>17</Days><DaysAmount>22</DaysAmount><Duration>sample string 9</Duration><DurationDays>10</DurationDays><DurationHours>11</DurationHours><Hours>18</Hours><HoursAmount>23</HoursAmount><InvoiceID>2</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>27</ItemTypeID><Location>sample string 8</Location><LocationId>7</LocationId><Minutes>19</Minutes><Months>15</Months><ProductID>28</ProductID><Quantity>6</Quantity><Rate>sample string 12</Rate><RatePrice>13</RatePrice><RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime><TaxAmount>26</TaxAmount><TaxPercentage>25</TaxPercentage><TaxRateID>24</TaxRateID><TotalActualAmount>20</TotalActualAmount><TotalChargedAmount>21</TotalChargedAmount><TotalPrice>14</TotalPrice><Weeks>16</Weeks><lstProductAsset><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel></lstProductAsset></WOInvoiceRentalDataModel><WOInvoiceRentalDataModel><AssetCode>sample string 4</AssetCode><AssetID>3</AssetID><AssetName>sample string 5</AssetName><Days>17</Days><DaysAmount>22</DaysAmount><Duration>sample string 9</Duration><DurationDays>10</DurationDays><DurationHours>11</DurationHours><Hours>18</Hours><HoursAmount>23</HoursAmount><InvoiceID>2</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>27</ItemTypeID><Location>sample string 8</Location><LocationId>7</LocationId><Minutes>19</Minutes><Months>15</Months><ProductID>28</ProductID><Quantity>6</Quantity><Rate>sample string 12</Rate><RatePrice>13</RatePrice><RentOutDateTime>2025-07-17T05:29:32.3673524+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T05:29:32.3673524+00:00</RentReturnDateTime><TaxAmount>26</TaxAmount><TaxPercentage>25</TaxPercentage><TaxRateID>24</TaxRateID><TotalActualAmount>20</TotalActualAmount><TotalChargedAmount>21</TotalChargedAmount><TotalPrice>14</TotalPrice><Weeks>16</Weeks><lstProductAsset><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel><InvoiceRentalProductAssetMappingDataModel><AssetID>1</AssetID><AssetName>sample string 2</AssetName><InvoiceProductAssetMappingRentalID>1</InvoiceProductAssetMappingRentalID><InvoiceRentalID>1</InvoiceRentalID><SerialNo>sample string 1</SerialNo></InvoiceRentalProductAssetMappingDataModel></lstProductAsset></WOInvoiceRentalDataModel></lstRental><lstTags><WOInvoiceTagDataModel><ColorCode>sample string 5</ColorCode><InvoiceTagID>1</InvoiceTagID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></WOInvoiceTagDataModel><WOInvoiceTagDataModel><ColorCode>sample string 5</ColorCode><InvoiceTagID>1</InvoiceTagID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></WOInvoiceTagDataModel></lstTags><oDooUserID>1</oDooUserID><objSignature><WOInvoiceSignatureDataModel><ActualFileName>sample string 2</ActualFileName><InvoiceSignatureID>1</InvoiceSignatureID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate><SignatureType>5</SignatureType><SignatureURL>sample string 6</SignatureURL></WOInvoiceSignatureDataModel><WOInvoiceSignatureDataModel><ActualFileName>sample string 2</ActualFileName><InvoiceSignatureID>1</InvoiceSignatureID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T05:29:32.3673524+00:00</SignatureDate><SignatureType>5</SignatureType><SignatureURL>sample string 6</SignatureURL></WOInvoiceSignatureDataModel></objSignature></WOInvoiceDataModel></WOInvoiceDm></WOInvoiceDataModels>