Validates a quote candidate against the fmP-2 business rules. Creates/updates the quote associated with a given WorkOrder if the candidate passes the validation. Recalculates quote totals. If quote ID is set to -99, the system forcefully creates a new quote record. Otherwise, the system tries to update the existing quote.
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| Tax1ID | integer | None. | |
| Tax1Name | string | None. | |
| Tax1Value | decimal number | None. | |
| Tax2ID | integer | None. | |
| Tax2Name | string | None. | |
| Tax2Value | decimal number | None. | |
| Tax3ID | integer | None. | |
| Tax3Name | string | None. | |
| Tax3Value | decimal number | None. | |
| Tax4ID | integer | None. | |
| Tax4Name | string | None. | |
| Tax4Value | decimal number | None. | |
| Tax5ID | integer | None. | |
| Tax5Name | string | None. | |
| Tax5Value | decimal number | None. | |
| Currency | ICurrency | None. | |
| Id | integer | None. | |
| Description | string | None. | |
| LocationNumber | string | None. | |
| VendorCompanyName | string | None. | |
| VendorCode | string | None. | |
| LineItems | Collection of LineItemFragment | None. | |
| Equipment | IVendorEquipment | None. |
{
"Tax1ID": 1,
"Tax1Name": "sample string 5",
"Tax1Value": 1.0,
"Tax2ID": 1,
"Tax2Name": "sample string 6",
"Tax2Value": 1.0,
"Tax3ID": 1,
"Tax3Name": "sample string 7",
"Tax3Value": 1.0,
"Tax4ID": 1,
"Tax4Name": "sample string 8",
"Tax4Value": 1.0,
"Tax5ID": 1,
"Tax5Name": "sample string 9",
"Tax5Value": 1.0,
"Currency": null,
"Id": 12,
"Description": "sample string 15",
"LocationNumber": "sample string 17",
"VendorCompanyName": "sample string 18",
"VendorCode": "sample string 19",
"LineItems": [
{
"IsIncurred": true,
"Option": "sample string 13",
"ChargeTypeId": 5,
"PartBrand": "sample string 6",
"PartModel": "sample string 7",
"PartName": "sample string 8",
"PartNumber": "sample string 9",
"PartSKU": "sample string 10",
"WarrantyInfo": "sample string 11",
"Quantity": 1.0,
"Item": "sample string 14",
"UnitCost": 1.0,
"ChargeType": "sample string 17",
"Manufacturer": "sample string 18",
"ManufacturerOther": "sample string 19",
"OEMPart": "sample string 20",
"OEMPartOther": "sample string 21",
"ListPrice": 1.0,
"PAPrice": 1.0,
"ItemUrl": "sample string 22",
"PricingPartNumber": "sample string 23",
"Id": 25,
"CreateDateTime": "2025-11-02T01:49:54.9091732Z",
"CreateUser": "sample string 27",
"Description": "sample string 28",
"ServiceDate": "2025-11-02T01:49:54.9091732Z",
"ServiceDateFormat": "sample string 29",
"ShowServiceDate": true,
"EquipmentID": 1,
"EquipmentName": "sample string 30"
},
{
"IsIncurred": true,
"Option": "sample string 13",
"ChargeTypeId": 5,
"PartBrand": "sample string 6",
"PartModel": "sample string 7",
"PartName": "sample string 8",
"PartNumber": "sample string 9",
"PartSKU": "sample string 10",
"WarrantyInfo": "sample string 11",
"Quantity": 1.0,
"Item": "sample string 14",
"UnitCost": 1.0,
"ChargeType": "sample string 17",
"Manufacturer": "sample string 18",
"ManufacturerOther": "sample string 19",
"OEMPart": "sample string 20",
"OEMPartOther": "sample string 21",
"ListPrice": 1.0,
"PAPrice": 1.0,
"ItemUrl": "sample string 22",
"PricingPartNumber": "sample string 23",
"Id": 25,
"CreateDateTime": "2025-11-02T01:49:54.9091732Z",
"CreateUser": "sample string 27",
"Description": "sample string 28",
"ServiceDate": "2025-11-02T01:49:54.9091732Z",
"ServiceDateFormat": "sample string 29",
"ShowServiceDate": true,
"EquipmentID": 1,
"EquipmentName": "sample string 30"
}
],
"Equipment": null
}
<UpdateQuoteFragment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.Entities.Financial.Quote">
<ApprovedByContactID>1</ApprovedByContactID>
<ApprovedDate>2025-11-02T01:49:54.893497+00:00</ApprovedDate>
<CreateDateTime>2025-11-02T01:49:54.893497+00:00</CreateDateTime>
<CreateUser>sample string 14</CreateUser>
<Currency i:nil="true" />
<Description>sample string 15</Description>
<Equipment i:nil="true" />
<EscalatedTo>1</EscalatedTo>
<EstimatedLaborCost>1</EstimatedLaborCost>
<EstimatedMaterialCost>1</EstimatedMaterialCost>
<EstimatedPartsAndOtherCost>1</EstimatedPartsAndOtherCost>
<EstimatedPartsCost>1</EstimatedPartsCost>
<EstimatedTotal>1</EstimatedTotal>
<ExchangeRate>20</ExchangeRate>
<Id>12</Id>
<IncurredLaborCost>1</IncurredLaborCost>
<IncurredMaterialCost>1</IncurredMaterialCost>
<IncurredPartsAndOtherCost>1</IncurredPartsAndOtherCost>
<IncurredPartsCost>1</IncurredPartsCost>
<IncurredTotal>1</IncurredTotal>
<IsInactive>true</IsInactive>
<LanguageID>3</LanguageID>
<LineItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.Entities.Financial">
<d2p1:LineItemFragment>
<d2p1:ChargeType>sample string 17</d2p1:ChargeType>
<d2p1:ChargeTypeId>5</d2p1:ChargeTypeId>
<d2p1:ClientLineItemCost>1</d2p1:ClientLineItemCost>
<d2p1:ClientQuantity>1</d2p1:ClientQuantity>
<d2p1:ClientUnitCost>1</d2p1:ClientUnitCost>
<d2p1:CreateDateTime>2025-11-02T01:49:54.9091732+00:00</d2p1:CreateDateTime>
<d2p1:CreateUser>sample string 27</d2p1:CreateUser>
<d2p1:Deactivate>true</d2p1:Deactivate>
<d2p1:Description>sample string 28</d2p1:Description>
<d2p1:EquipmentID>1</d2p1:EquipmentID>
<d2p1:EquipmentName>sample string 30</d2p1:EquipmentName>
<d2p1:Id>25</d2p1:Id>
<d2p1:IsIncurred>true</d2p1:IsIncurred>
<d2p1:IsMarkupOrTaxationLineItem>true</d2p1:IsMarkupOrTaxationLineItem>
<d2p1:Item>sample string 14</d2p1:Item>
<d2p1:ItemUrl>sample string 22</d2p1:ItemUrl>
<d2p1:LaborRateType>sample string 14</d2p1:LaborRateType>
<d2p1:LanguageId>3</d2p1:LanguageId>
<d2p1:LineItemCost>1</d2p1:LineItemCost>
<d2p1:LineItemTypeId>5</d2p1:LineItemTypeId>
<d2p1:LineItemTypeName>sample string 17</d2p1:LineItemTypeName>
<d2p1:ListPrice>1</d2p1:ListPrice>
<d2p1:Manufacturer>sample string 18</d2p1:Manufacturer>
<d2p1:ManufacturerOther>sample string 19</d2p1:ManufacturerOther>
<d2p1:OEMPart>sample string 20</d2p1:OEMPart>
<d2p1:OEMPartOther>sample string 21</d2p1:OEMPartOther>
<d2p1:Option>sample string 13</d2p1:Option>
<d2p1:PAPrice>1</d2p1:PAPrice>
<d2p1:PartBrand>sample string 6</d2p1:PartBrand>
<d2p1:PartModel>sample string 7</d2p1:PartModel>
<d2p1:PartName>sample string 8</d2p1:PartName>
<d2p1:PartNumber>sample string 9</d2p1:PartNumber>
<d2p1:PartSKU>sample string 10</d2p1:PartSKU>
<d2p1:PreMarkupLineItemCost>1</d2p1:PreMarkupLineItemCost>
<d2p1:PreMarkupQuantity>1</d2p1:PreMarkupQuantity>
<d2p1:PreMarkupUnitCost>1</d2p1:PreMarkupUnitCost>
<d2p1:PricingPartNumber>sample string 23</d2p1:PricingPartNumber>
<d2p1:Quantity>1</d2p1:Quantity>
<d2p1:Removed>true</d2p1:Removed>
<d2p1:ServiceDate>2025-11-02T01:49:54.9091732+00:00</d2p1:ServiceDate>
<d2p1:ServiceDateFormat>sample string 29</d2p1:ServiceDateFormat>
<d2p1:ShowServiceDate>true</d2p1:ShowServiceDate>
<d2p1:SkillLevel>sample string 13</d2p1:SkillLevel>
<d2p1:Submitted>true</d2p1:Submitted>
<d2p1:UnitCost>1</d2p1:UnitCost>
<d2p1:WarrantyInfo>sample string 11</d2p1:WarrantyInfo>
</d2p1:LineItemFragment>
<d2p1:LineItemFragment>
<d2p1:ChargeType>sample string 17</d2p1:ChargeType>
<d2p1:ChargeTypeId>5</d2p1:ChargeTypeId>
<d2p1:ClientLineItemCost>1</d2p1:ClientLineItemCost>
<d2p1:ClientQuantity>1</d2p1:ClientQuantity>
<d2p1:ClientUnitCost>1</d2p1:ClientUnitCost>
<d2p1:CreateDateTime>2025-11-02T01:49:54.9091732+00:00</d2p1:CreateDateTime>
<d2p1:CreateUser>sample string 27</d2p1:CreateUser>
<d2p1:Deactivate>true</d2p1:Deactivate>
<d2p1:Description>sample string 28</d2p1:Description>
<d2p1:EquipmentID>1</d2p1:EquipmentID>
<d2p1:EquipmentName>sample string 30</d2p1:EquipmentName>
<d2p1:Id>25</d2p1:Id>
<d2p1:IsIncurred>true</d2p1:IsIncurred>
<d2p1:IsMarkupOrTaxationLineItem>true</d2p1:IsMarkupOrTaxationLineItem>
<d2p1:Item>sample string 14</d2p1:Item>
<d2p1:ItemUrl>sample string 22</d2p1:ItemUrl>
<d2p1:LaborRateType>sample string 14</d2p1:LaborRateType>
<d2p1:LanguageId>3</d2p1:LanguageId>
<d2p1:LineItemCost>1</d2p1:LineItemCost>
<d2p1:LineItemTypeId>5</d2p1:LineItemTypeId>
<d2p1:LineItemTypeName>sample string 17</d2p1:LineItemTypeName>
<d2p1:ListPrice>1</d2p1:ListPrice>
<d2p1:Manufacturer>sample string 18</d2p1:Manufacturer>
<d2p1:ManufacturerOther>sample string 19</d2p1:ManufacturerOther>
<d2p1:OEMPart>sample string 20</d2p1:OEMPart>
<d2p1:OEMPartOther>sample string 21</d2p1:OEMPartOther>
<d2p1:Option>sample string 13</d2p1:Option>
<d2p1:PAPrice>1</d2p1:PAPrice>
<d2p1:PartBrand>sample string 6</d2p1:PartBrand>
<d2p1:PartModel>sample string 7</d2p1:PartModel>
<d2p1:PartName>sample string 8</d2p1:PartName>
<d2p1:PartNumber>sample string 9</d2p1:PartNumber>
<d2p1:PartSKU>sample string 10</d2p1:PartSKU>
<d2p1:PreMarkupLineItemCost>1</d2p1:PreMarkupLineItemCost>
<d2p1:PreMarkupQuantity>1</d2p1:PreMarkupQuantity>
<d2p1:PreMarkupUnitCost>1</d2p1:PreMarkupUnitCost>
<d2p1:PricingPartNumber>sample string 23</d2p1:PricingPartNumber>
<d2p1:Quantity>1</d2p1:Quantity>
<d2p1:Removed>true</d2p1:Removed>
<d2p1:ServiceDate>2025-11-02T01:49:54.9091732+00:00</d2p1:ServiceDate>
<d2p1:ServiceDateFormat>sample string 29</d2p1:ServiceDateFormat>
<d2p1:ShowServiceDate>true</d2p1:ShowServiceDate>
<d2p1:SkillLevel>sample string 13</d2p1:SkillLevel>
<d2p1:Submitted>true</d2p1:Submitted>
<d2p1:UnitCost>1</d2p1:UnitCost>
<d2p1:WarrantyInfo>sample string 11</d2p1:WarrantyInfo>
</d2p1:LineItemFragment>
</LineItems>
<LocationNumber>sample string 17</LocationNumber>
<Number>sample string 4</Number>
<Order>1</Order>
<PreMarkupDescription>sample string 16</PreMarkupDescription>
<RejectedDate>2025-11-02T01:49:54.893497+00:00</RejectedDate>
<SalesTax>1</SalesTax>
<SubTotal>1</SubTotal>
<SubmittedDate>2025-11-02T01:49:54.893497+00:00</SubmittedDate>
<Tax1ID>1</Tax1ID>
<Tax1Name>sample string 5</Tax1Name>
<Tax1Value>1</Tax1Value>
<Tax2ID>1</Tax2ID>
<Tax2Name>sample string 6</Tax2Name>
<Tax2Value>1</Tax2Value>
<Tax3ID>1</Tax3ID>
<Tax3Name>sample string 7</Tax3Name>
<Tax3Value>1</Tax3Value>
<Tax4ID>1</Tax4ID>
<Tax4Name>sample string 8</Tax4Name>
<Tax4Value>1</Tax4Value>
<Tax5ID>1</Tax5ID>
<Tax5Name>sample string 9</Tax5Name>
<Tax5Value>1</Tax5Value>
<Total>1</Total>
<TotalCost>1</TotalCost>
<TotalFreightCost>1</TotalFreightCost>
<TotalHandlingCost>1</TotalHandlingCost>
<TotalLaborCost>1</TotalLaborCost>
<TotalMaterialCost>1</TotalMaterialCost>
<TotalPartsAndOtherCost>1</TotalPartsAndOtherCost>
<TotalPartsCost>1</TotalPartsCost>
<TotalShippingCost>1</TotalShippingCost>
<VendorCode>sample string 19</VendorCode>
<VendorCompanyName>sample string 18</VendorCompanyName>
<VendorId>11</VendorId>
<VendorTotalTax>1</VendorTotalTax>
<WorkOrder i:nil="true" />
<WorkOrderID>2</WorkOrderID>
</UpdateQuoteFragment>
Sample not available.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Order | integer | None. | |
| SubmittedDate | date | None. | |
| RejectedDate | date | None. | |
| ApprovedDate | date | None. | |
| IncurredLaborCost | decimal number | None. | |
| IncurredPartsCost | decimal number | None. | |
| IncurredMaterialCost | decimal number | None. | |
| IncurredPartsAndOtherCost | decimal number | None. | |
| IncurredTotal | decimal number | None. | |
| EstimatedLaborCost | decimal number | None. | |
| EstimatedPartsCost | decimal number | None. | |
| EstimatedMaterialCost | decimal number | None. | |
| EstimatedPartsAndOtherCost | decimal number | None. | |
| EstimatedTotal | decimal number | None. | |
| SubTotal | decimal number | None. | |
| SalesTax | decimal number | None. | |
| VendorTotalTax | decimal number | None. | |
| Total | decimal number | None. | |
| TotalCost | decimal number | None. | |
| TotalLaborCost | decimal number | None. | |
| TotalPartsAndOtherCost | decimal number | None. | |
| TotalFreightCost | decimal number | None. | |
| TotalHandlingCost | decimal number | None. | |
| TotalMaterialCost | decimal number | None. | |
| TotalPartsCost | decimal number | None. | |
| TotalShippingCost | decimal number | None. | |
| Tax1ID | integer | None. | |
| Tax1Name | string | None. | |
| Tax1Value | decimal number | None. | |
| Tax2ID | integer | None. | |
| Tax2Name | string | None. | |
| Tax2Value | decimal number | None. | |
| Tax3ID | integer | None. | |
| Tax3Name | string | None. | |
| Tax3Value | decimal number | None. | |
| Tax4ID | integer | None. | |
| Tax4Name | string | None. | |
| Tax4Value | decimal number | None. | |
| Tax5ID | integer | None. | |
| Tax5Name | string | None. | |
| Tax5Value | decimal number | None. | |
| Currency | ICurrency | None. | |
| WorkOrder | IWorkOrder | None. | |
| Id | integer | None. | |
| CreateDateTime | date | None. | |
| CreateUser | string | None. | |
| Description | string | None. | |
| LocationNumber | string | None. | |
| VendorCompanyName | string | None. | |
| VendorCode | string | None. | |
| LineItems | Collection of LineItemFragment | None. | |
| Equipment | IVendorEquipment | None. |
{
"Order": 1,
"SubmittedDate": "2025-11-02T01:49:54.9716311Z",
"RejectedDate": "2025-11-02T01:49:54.9716311Z",
"ApprovedDate": "2025-11-02T01:49:54.9716311Z",
"IncurredLaborCost": 1.0,
"IncurredPartsCost": 1.0,
"IncurredMaterialCost": 1.0,
"IncurredPartsAndOtherCost": 1.0,
"IncurredTotal": 1.0,
"EstimatedLaborCost": 1.0,
"EstimatedPartsCost": 1.0,
"EstimatedMaterialCost": 1.0,
"EstimatedPartsAndOtherCost": 1.0,
"EstimatedTotal": 1.0,
"SubTotal": 1.0,
"SalesTax": 1.0,
"VendorTotalTax": 1.0,
"Total": 1.0,
"TotalCost": 1.0,
"TotalLaborCost": 1.0,
"TotalPartsAndOtherCost": 1.0,
"TotalFreightCost": 1.0,
"TotalHandlingCost": 1.0,
"TotalMaterialCost": 1.0,
"TotalPartsCost": 1.0,
"TotalShippingCost": 1.0,
"Tax1ID": 1,
"Tax1Name": "sample string 5",
"Tax1Value": 1.0,
"Tax2ID": 1,
"Tax2Name": "sample string 6",
"Tax2Value": 1.0,
"Tax3ID": 1,
"Tax3Name": "sample string 7",
"Tax3Value": 1.0,
"Tax4ID": 1,
"Tax4Name": "sample string 8",
"Tax4Value": 1.0,
"Tax5ID": 1,
"Tax5Name": "sample string 9",
"Tax5Value": 1.0,
"Currency": null,
"WorkOrder": null,
"Id": 12,
"CreateDateTime": "2025-11-02T01:49:54.9716311Z",
"CreateUser": "sample string 14",
"Description": "sample string 15",
"LocationNumber": "sample string 17",
"VendorCompanyName": "sample string 18",
"VendorCode": "sample string 19",
"LineItems": [
{
"IsIncurred": true,
"Option": "sample string 13",
"ChargeTypeId": 5,
"PartBrand": "sample string 6",
"PartModel": "sample string 7",
"PartName": "sample string 8",
"PartNumber": "sample string 9",
"PartSKU": "sample string 10",
"WarrantyInfo": "sample string 11",
"Quantity": 1.0,
"Item": "sample string 14",
"UnitCost": 1.0,
"ChargeType": "sample string 17",
"Manufacturer": "sample string 18",
"ManufacturerOther": "sample string 19",
"OEMPart": "sample string 20",
"OEMPartOther": "sample string 21",
"ListPrice": 1.0,
"PAPrice": 1.0,
"ItemUrl": "sample string 22",
"PricingPartNumber": "sample string 23",
"Id": 25,
"CreateDateTime": "2025-11-02T01:49:54.9716311Z",
"CreateUser": "sample string 27",
"Description": "sample string 28",
"ServiceDate": "2025-11-02T01:49:54.9716311Z",
"ServiceDateFormat": "sample string 29",
"ShowServiceDate": true,
"EquipmentID": 1,
"EquipmentName": "sample string 30"
},
{
"IsIncurred": true,
"Option": "sample string 13",
"ChargeTypeId": 5,
"PartBrand": "sample string 6",
"PartModel": "sample string 7",
"PartName": "sample string 8",
"PartNumber": "sample string 9",
"PartSKU": "sample string 10",
"WarrantyInfo": "sample string 11",
"Quantity": 1.0,
"Item": "sample string 14",
"UnitCost": 1.0,
"ChargeType": "sample string 17",
"Manufacturer": "sample string 18",
"ManufacturerOther": "sample string 19",
"OEMPart": "sample string 20",
"OEMPartOther": "sample string 21",
"ListPrice": 1.0,
"PAPrice": 1.0,
"ItemUrl": "sample string 22",
"PricingPartNumber": "sample string 23",
"Id": 25,
"CreateDateTime": "2025-11-02T01:49:54.9716311Z",
"CreateUser": "sample string 27",
"Description": "sample string 28",
"ServiceDate": "2025-11-02T01:49:54.9716311Z",
"ServiceDateFormat": "sample string 29",
"ShowServiceDate": true,
"EquipmentID": 1,
"EquipmentName": "sample string 30"
}
],
"Equipment": null
}
<QuoteFragment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.Entities.Financial.Quote">
<ApprovedDate>2025-11-02T01:49:54.9716311+00:00</ApprovedDate>
<CreateDateTime>2025-11-02T01:49:54.9716311+00:00</CreateDateTime>
<CreateUser>sample string 14</CreateUser>
<Currency i:nil="true" />
<Description>sample string 15</Description>
<Equipment i:nil="true" />
<EstimatedLaborCost>1</EstimatedLaborCost>
<EstimatedMaterialCost>1</EstimatedMaterialCost>
<EstimatedPartsAndOtherCost>1</EstimatedPartsAndOtherCost>
<EstimatedPartsCost>1</EstimatedPartsCost>
<EstimatedTotal>1</EstimatedTotal>
<Id>12</Id>
<IncurredLaborCost>1</IncurredLaborCost>
<IncurredMaterialCost>1</IncurredMaterialCost>
<IncurredPartsAndOtherCost>1</IncurredPartsAndOtherCost>
<IncurredPartsCost>1</IncurredPartsCost>
<IncurredTotal>1</IncurredTotal>
<LineItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.Entities.Financial">
<d2p1:LineItemFragment>
<d2p1:ChargeType>sample string 17</d2p1:ChargeType>
<d2p1:ChargeTypeId>5</d2p1:ChargeTypeId>
<d2p1:ClientLineItemCost>1</d2p1:ClientLineItemCost>
<d2p1:ClientQuantity>1</d2p1:ClientQuantity>
<d2p1:ClientUnitCost>1</d2p1:ClientUnitCost>
<d2p1:CreateDateTime>2025-11-02T01:49:54.9716311+00:00</d2p1:CreateDateTime>
<d2p1:CreateUser>sample string 27</d2p1:CreateUser>
<d2p1:Deactivate>true</d2p1:Deactivate>
<d2p1:Description>sample string 28</d2p1:Description>
<d2p1:EquipmentID>1</d2p1:EquipmentID>
<d2p1:EquipmentName>sample string 30</d2p1:EquipmentName>
<d2p1:Id>25</d2p1:Id>
<d2p1:IsIncurred>true</d2p1:IsIncurred>
<d2p1:IsMarkupOrTaxationLineItem>true</d2p1:IsMarkupOrTaxationLineItem>
<d2p1:Item>sample string 14</d2p1:Item>
<d2p1:ItemUrl>sample string 22</d2p1:ItemUrl>
<d2p1:LaborRateType>sample string 14</d2p1:LaborRateType>
<d2p1:LanguageId>3</d2p1:LanguageId>
<d2p1:LineItemCost>1</d2p1:LineItemCost>
<d2p1:LineItemTypeId>5</d2p1:LineItemTypeId>
<d2p1:LineItemTypeName>sample string 17</d2p1:LineItemTypeName>
<d2p1:ListPrice>1</d2p1:ListPrice>
<d2p1:Manufacturer>sample string 18</d2p1:Manufacturer>
<d2p1:ManufacturerOther>sample string 19</d2p1:ManufacturerOther>
<d2p1:OEMPart>sample string 20</d2p1:OEMPart>
<d2p1:OEMPartOther>sample string 21</d2p1:OEMPartOther>
<d2p1:Option>sample string 13</d2p1:Option>
<d2p1:PAPrice>1</d2p1:PAPrice>
<d2p1:PartBrand>sample string 6</d2p1:PartBrand>
<d2p1:PartModel>sample string 7</d2p1:PartModel>
<d2p1:PartName>sample string 8</d2p1:PartName>
<d2p1:PartNumber>sample string 9</d2p1:PartNumber>
<d2p1:PartSKU>sample string 10</d2p1:PartSKU>
<d2p1:PreMarkupLineItemCost>1</d2p1:PreMarkupLineItemCost>
<d2p1:PreMarkupQuantity>1</d2p1:PreMarkupQuantity>
<d2p1:PreMarkupUnitCost>1</d2p1:PreMarkupUnitCost>
<d2p1:PricingPartNumber>sample string 23</d2p1:PricingPartNumber>
<d2p1:Quantity>1</d2p1:Quantity>
<d2p1:Removed>true</d2p1:Removed>
<d2p1:ServiceDate>2025-11-02T01:49:54.9716311+00:00</d2p1:ServiceDate>
<d2p1:ServiceDateFormat>sample string 29</d2p1:ServiceDateFormat>
<d2p1:ShowServiceDate>true</d2p1:ShowServiceDate>
<d2p1:SkillLevel>sample string 13</d2p1:SkillLevel>
<d2p1:Submitted>true</d2p1:Submitted>
<d2p1:UnitCost>1</d2p1:UnitCost>
<d2p1:WarrantyInfo>sample string 11</d2p1:WarrantyInfo>
</d2p1:LineItemFragment>
<d2p1:LineItemFragment>
<d2p1:ChargeType>sample string 17</d2p1:ChargeType>
<d2p1:ChargeTypeId>5</d2p1:ChargeTypeId>
<d2p1:ClientLineItemCost>1</d2p1:ClientLineItemCost>
<d2p1:ClientQuantity>1</d2p1:ClientQuantity>
<d2p1:ClientUnitCost>1</d2p1:ClientUnitCost>
<d2p1:CreateDateTime>2025-11-02T01:49:54.9716311+00:00</d2p1:CreateDateTime>
<d2p1:CreateUser>sample string 27</d2p1:CreateUser>
<d2p1:Deactivate>true</d2p1:Deactivate>
<d2p1:Description>sample string 28</d2p1:Description>
<d2p1:EquipmentID>1</d2p1:EquipmentID>
<d2p1:EquipmentName>sample string 30</d2p1:EquipmentName>
<d2p1:Id>25</d2p1:Id>
<d2p1:IsIncurred>true</d2p1:IsIncurred>
<d2p1:IsMarkupOrTaxationLineItem>true</d2p1:IsMarkupOrTaxationLineItem>
<d2p1:Item>sample string 14</d2p1:Item>
<d2p1:ItemUrl>sample string 22</d2p1:ItemUrl>
<d2p1:LaborRateType>sample string 14</d2p1:LaborRateType>
<d2p1:LanguageId>3</d2p1:LanguageId>
<d2p1:LineItemCost>1</d2p1:LineItemCost>
<d2p1:LineItemTypeId>5</d2p1:LineItemTypeId>
<d2p1:LineItemTypeName>sample string 17</d2p1:LineItemTypeName>
<d2p1:ListPrice>1</d2p1:ListPrice>
<d2p1:Manufacturer>sample string 18</d2p1:Manufacturer>
<d2p1:ManufacturerOther>sample string 19</d2p1:ManufacturerOther>
<d2p1:OEMPart>sample string 20</d2p1:OEMPart>
<d2p1:OEMPartOther>sample string 21</d2p1:OEMPartOther>
<d2p1:Option>sample string 13</d2p1:Option>
<d2p1:PAPrice>1</d2p1:PAPrice>
<d2p1:PartBrand>sample string 6</d2p1:PartBrand>
<d2p1:PartModel>sample string 7</d2p1:PartModel>
<d2p1:PartName>sample string 8</d2p1:PartName>
<d2p1:PartNumber>sample string 9</d2p1:PartNumber>
<d2p1:PartSKU>sample string 10</d2p1:PartSKU>
<d2p1:PreMarkupLineItemCost>1</d2p1:PreMarkupLineItemCost>
<d2p1:PreMarkupQuantity>1</d2p1:PreMarkupQuantity>
<d2p1:PreMarkupUnitCost>1</d2p1:PreMarkupUnitCost>
<d2p1:PricingPartNumber>sample string 23</d2p1:PricingPartNumber>
<d2p1:Quantity>1</d2p1:Quantity>
<d2p1:Removed>true</d2p1:Removed>
<d2p1:ServiceDate>2025-11-02T01:49:54.9716311+00:00</d2p1:ServiceDate>
<d2p1:ServiceDateFormat>sample string 29</d2p1:ServiceDateFormat>
<d2p1:ShowServiceDate>true</d2p1:ShowServiceDate>
<d2p1:SkillLevel>sample string 13</d2p1:SkillLevel>
<d2p1:Submitted>true</d2p1:Submitted>
<d2p1:UnitCost>1</d2p1:UnitCost>
<d2p1:WarrantyInfo>sample string 11</d2p1:WarrantyInfo>
</d2p1:LineItemFragment>
</LineItems>
<LocationNumber>sample string 17</LocationNumber>
<Order>1</Order>
<RejectedDate>2025-11-02T01:49:54.9716311+00:00</RejectedDate>
<SalesTax>1</SalesTax>
<SubTotal>1</SubTotal>
<SubmittedDate>2025-11-02T01:49:54.9716311+00:00</SubmittedDate>
<Tax1ID>1</Tax1ID>
<Tax1Name>sample string 5</Tax1Name>
<Tax1Value>1</Tax1Value>
<Tax2ID>1</Tax2ID>
<Tax2Name>sample string 6</Tax2Name>
<Tax2Value>1</Tax2Value>
<Tax3ID>1</Tax3ID>
<Tax3Name>sample string 7</Tax3Name>
<Tax3Value>1</Tax3Value>
<Tax4ID>1</Tax4ID>
<Tax4Name>sample string 8</Tax4Name>
<Tax4Value>1</Tax4Value>
<Tax5ID>1</Tax5ID>
<Tax5Name>sample string 9</Tax5Name>
<Tax5Value>1</Tax5Value>
<Total>1</Total>
<TotalCost>1</TotalCost>
<TotalFreightCost>1</TotalFreightCost>
<TotalHandlingCost>1</TotalHandlingCost>
<TotalLaborCost>1</TotalLaborCost>
<TotalMaterialCost>1</TotalMaterialCost>
<TotalPartsAndOtherCost>1</TotalPartsAndOtherCost>
<TotalPartsCost>1</TotalPartsCost>
<TotalShippingCost>1</TotalShippingCost>
<VendorCode>sample string 19</VendorCode>
<VendorCompanyName>sample string 18</VendorCompanyName>
<VendorTotalTax>1</VendorTotalTax>
<WorkOrder i:nil="true" />
</QuoteFragment>