POST api/Quotation/SaveQuotation

Api to save quotation

Request Information

URI Parameters

None.

Body Parameters

QuotationInsertUpdateModel
NameDescriptionTypeAdditional information
objRequestModel

Collection of QuotationInsertUpdateRequestModel

None.

APIKey

string

None.

Request Formats

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

Sample:
{
  "objRequestModel": [
    {
      "quotationID": 1,
      "quotationNo": "sample string 1",
      "requestID": 1,
      "requestTypeID": 1,
      "description": "sample string 2",
      "quotationDate": "2025-07-17T04:05:35.1897171+00:00",
      "expiryDate": "2025-07-17T04:05:35.1897171+00:00",
      "currencyID": 4,
      "conversionFactor": 5.0,
      "customerID": 6,
      "customerPhoneNo": "sample string 7",
      "customerEmail": "sample string 8",
      "locationID": 9,
      "departmentID": 1,
      "companyName": "sample string 10",
      "address1": "sample string 11",
      "address2": "sample string 12",
      "address3": "sample string 13",
      "customerContactName": "sample string 14",
      "partsNetTotalAmount": 15.0,
      "miscCostTotalAmount": 16.0,
      "loborCostTotalAmount": 17.0,
      "netTotalAmount": 18.0,
      "note": "sample string 19",
      "addedBy": 20,
      "signatoryName": "sample string 21",
      "signatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "signaturePath": "sample string 22",
      "isUploadedFromAPI": 23,
      "zipCode": "sample string 24",
      "countryID": 1,
      "stateID": 1,
      "cityID": 1,
      "shipToAddress1": "sample string 25",
      "shiptoAddress2": "sample string 26",
      "shiptoCountryID": 1,
      "shiptoStateID": 1,
      "shiptoCityID": 1,
      "shiptoZipCode": "sample string 27",
      "statusID": 28,
      "isShowInCustomerPanel": true,
      "lstFileJson": "sample string 30",
      "sendMailToCustomer": true,
      "sendMailToAdmin": true,
      "lstParts": [
        {
          "quotationID": 1,
          "quotationPartsID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13",
          "isOptionSheet": 14
        },
        {
          "quotationID": 1,
          "quotationPartsID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13",
          "isOptionSheet": 14
        }
      ],
      "lstMiscCost": [
        {
          "quotationCostID": 1,
          "quotationID": 1,
          "miscCostTypeID": 1,
          "description": "sample string 2",
          "miscCostAmount": 3.0
        },
        {
          "quotationCostID": 1,
          "quotationID": 1,
          "miscCostTypeID": 1,
          "description": "sample string 2",
          "miscCostAmount": 3.0
        }
      ],
      "lstLaborTask": [
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "hrsEstimated": 3.0,
          "laborCharge": 4.0,
          "totalAmount": 5.0,
          "quotationLaborTaskId": 1
        },
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "hrsEstimated": 3.0,
          "laborCharge": 4.0,
          "totalAmount": 5.0,
          "quotationLaborTaskId": 1
        }
      ],
      "autoServiceMasterID": 1,
      "approveSignatoryName": "sample string 33",
      "approveSignatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "approveSignaturePath": "sample string 34",
      "endSignatoryName": "sample string 35",
      "endSignatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "endSignaturePath": "sample string 36",
      "lstTags": [
        {
          "tagID": 1
        },
        {
          "tagID": 1
        }
      ],
      "createdFrom": 37,
      "recommendations": "sample string 38",
      "customerAddressID": 1,
      "customerAddressType": 1,
      "optionID": 39,
      "optionGUID": "sample string 40",
      "objMailingFileLst": [
        {
          "quotationFileID": 1,
          "quotationID": 2,
          "userID": 3,
          "isSignature": true,
          "actualFileName": "sample string 5",
          "renamedFileName": "sample string 6",
          "addedDate": "2025-07-17T04:05:35.1897171+00:00",
          "addedByName": "sample string 7",
          "fileType": "sample string 8",
          "fullFilePath": "sample string 9",
          "fileRelativePath": "sample string 10",
          "isSelectedForEmail": true
        },
        {
          "quotationFileID": 1,
          "quotationID": 2,
          "userID": 3,
          "isSignature": true,
          "actualFileName": "sample string 5",
          "renamedFileName": "sample string 6",
          "addedDate": "2025-07-17T04:05:35.1897171+00:00",
          "addedByName": "sample string 7",
          "fileType": "sample string 8",
          "fullFilePath": "sample string 9",
          "fileRelativePath": "sample string 10",
          "isSelectedForEmail": true
        }
      ],
      "rentOutDate": "sample string 41",
      "rentOutTime": "sample string 42",
      "expectedRentReturnDate": "sample string 43",
      "expectedRentReturnTime": "sample string 44",
      "rentMonths": 1.0,
      "rentWeeks": 1.0,
      "rentDays": 1.0,
      "rentHours": 1.0,
      "rentMinutes": 1.0,
      "isRental": 1,
      "rental": [
        {
          "quotationRentalID": 1,
          "quotationID": 1,
          "assetId": 1,
          "assetCode": "sample string 2",
          "assetName": "sample string 3",
          "quantity": 4.0,
          "locationId": 5,
          "location": "sample string 6",
          "duration": "sample string 7",
          "durationDays": 8.0,
          "durationHours": 9.0,
          "rate": "sample string 10",
          "ratePrice": 11.0,
          "totalPrice": 12.0,
          "totalActualAmount": 13.0,
          "months": 14.0,
          "weeks": 15.0,
          "days": 16.0,
          "hours": 17.0,
          "minutes": 18.0,
          "daysAmount": 19.0,
          "hoursAmount": 20.0,
          "rentOutDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "rentReturnDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "taxRateID": 21,
          "taxPercentage": 22.0,
          "taxAmount": 23.0,
          "taxRate": 24.0,
          "itemTypeID": 25,
          "productID": 26
        },
        {
          "quotationRentalID": 1,
          "quotationID": 1,
          "assetId": 1,
          "assetCode": "sample string 2",
          "assetName": "sample string 3",
          "quantity": 4.0,
          "locationId": 5,
          "location": "sample string 6",
          "duration": "sample string 7",
          "durationDays": 8.0,
          "durationHours": 9.0,
          "rate": "sample string 10",
          "ratePrice": 11.0,
          "totalPrice": 12.0,
          "totalActualAmount": 13.0,
          "months": 14.0,
          "weeks": 15.0,
          "days": 16.0,
          "hours": 17.0,
          "minutes": 18.0,
          "daysAmount": 19.0,
          "hoursAmount": 20.0,
          "rentOutDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "rentReturnDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "taxRateID": 21,
          "taxPercentage": 22.0,
          "taxAmount": 23.0,
          "taxRate": 24.0,
          "itemTypeID": 25,
          "productID": 26
        }
      ],
      "isRecurrence": 1,
      "recurrenceStartFromDate": "sample string 45",
      "recurrenceStartFromTime": "sample string 46",
      "recurrenceEndDate": "sample string 47",
      "recurrenceEndTime": "sample string 48",
      "billsEvery": 1,
      "billsEveryUnit": 1,
      "recurrenceDateofNextOrder": "sample string 49",
      "recurrenceTimeofNextOrder": "sample string 50",
      "reccurenceTotalAmount": 1.0,
      "ocurrencesCurrent": 1,
      "ocurrencesTotal": 1,
      "originalQuotationNo_Rec": 1,
      "originalRentOutDate": "sample string 51",
      "originalExpectedRentReturnDate": "sample string 52",
      "originalRentTotalAmount": 1.0,
      "recurrenceRunMode": 1,
      "basedOnDateValue": 1,
      "recurrenceStatus": 1,
      "opportunityID": 1,
      "serviceTemplateID": 1,
      "fieldServiceCustom1": "sample string 53",
      "fieldServiceCustom2": "sample string 54",
      "fieldServiceCustom3": "sample string 55",
      "fieldServiceCustom4": "sample string 56",
      "fieldServiceCustom5": "sample string 57",
      "fieldServiceCustom6": "sample string 58",
      "fieldServiceCustom7": "sample string 59",
      "fieldServiceCustom8": "sample string 60",
      "fieldServiceCustom9": "sample string 61",
      "fieldServiceCustom10": "sample string 62",
      "diagnosis": "sample string 63",
      "recommendationsNetTotalAmount": 64.0,
      "isRecommendationDisplayOnPDF": true,
      "additionalRecommendations": [
        {
          "quotationID": 1,
          "quotationRecommendationID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13"
        },
        {
          "quotationID": 1,
          "quotationRecommendationID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13"
        }
      ],
      "rfpid": 1,
      "takeOffSoftwareID": 1
    },
    {
      "quotationID": 1,
      "quotationNo": "sample string 1",
      "requestID": 1,
      "requestTypeID": 1,
      "description": "sample string 2",
      "quotationDate": "2025-07-17T04:05:35.1897171+00:00",
      "expiryDate": "2025-07-17T04:05:35.1897171+00:00",
      "currencyID": 4,
      "conversionFactor": 5.0,
      "customerID": 6,
      "customerPhoneNo": "sample string 7",
      "customerEmail": "sample string 8",
      "locationID": 9,
      "departmentID": 1,
      "companyName": "sample string 10",
      "address1": "sample string 11",
      "address2": "sample string 12",
      "address3": "sample string 13",
      "customerContactName": "sample string 14",
      "partsNetTotalAmount": 15.0,
      "miscCostTotalAmount": 16.0,
      "loborCostTotalAmount": 17.0,
      "netTotalAmount": 18.0,
      "note": "sample string 19",
      "addedBy": 20,
      "signatoryName": "sample string 21",
      "signatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "signaturePath": "sample string 22",
      "isUploadedFromAPI": 23,
      "zipCode": "sample string 24",
      "countryID": 1,
      "stateID": 1,
      "cityID": 1,
      "shipToAddress1": "sample string 25",
      "shiptoAddress2": "sample string 26",
      "shiptoCountryID": 1,
      "shiptoStateID": 1,
      "shiptoCityID": 1,
      "shiptoZipCode": "sample string 27",
      "statusID": 28,
      "isShowInCustomerPanel": true,
      "lstFileJson": "sample string 30",
      "sendMailToCustomer": true,
      "sendMailToAdmin": true,
      "lstParts": [
        {
          "quotationID": 1,
          "quotationPartsID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13",
          "isOptionSheet": 14
        },
        {
          "quotationID": 1,
          "quotationPartsID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13",
          "isOptionSheet": 14
        }
      ],
      "lstMiscCost": [
        {
          "quotationCostID": 1,
          "quotationID": 1,
          "miscCostTypeID": 1,
          "description": "sample string 2",
          "miscCostAmount": 3.0
        },
        {
          "quotationCostID": 1,
          "quotationID": 1,
          "miscCostTypeID": 1,
          "description": "sample string 2",
          "miscCostAmount": 3.0
        }
      ],
      "lstLaborTask": [
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "hrsEstimated": 3.0,
          "laborCharge": 4.0,
          "totalAmount": 5.0,
          "quotationLaborTaskId": 1
        },
        {
          "name": "sample string 1",
          "description": "sample string 2",
          "hrsEstimated": 3.0,
          "laborCharge": 4.0,
          "totalAmount": 5.0,
          "quotationLaborTaskId": 1
        }
      ],
      "autoServiceMasterID": 1,
      "approveSignatoryName": "sample string 33",
      "approveSignatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "approveSignaturePath": "sample string 34",
      "endSignatoryName": "sample string 35",
      "endSignatureDate": "2025-07-17T04:05:35.1897171+00:00",
      "endSignaturePath": "sample string 36",
      "lstTags": [
        {
          "tagID": 1
        },
        {
          "tagID": 1
        }
      ],
      "createdFrom": 37,
      "recommendations": "sample string 38",
      "customerAddressID": 1,
      "customerAddressType": 1,
      "optionID": 39,
      "optionGUID": "sample string 40",
      "objMailingFileLst": [
        {
          "quotationFileID": 1,
          "quotationID": 2,
          "userID": 3,
          "isSignature": true,
          "actualFileName": "sample string 5",
          "renamedFileName": "sample string 6",
          "addedDate": "2025-07-17T04:05:35.1897171+00:00",
          "addedByName": "sample string 7",
          "fileType": "sample string 8",
          "fullFilePath": "sample string 9",
          "fileRelativePath": "sample string 10",
          "isSelectedForEmail": true
        },
        {
          "quotationFileID": 1,
          "quotationID": 2,
          "userID": 3,
          "isSignature": true,
          "actualFileName": "sample string 5",
          "renamedFileName": "sample string 6",
          "addedDate": "2025-07-17T04:05:35.1897171+00:00",
          "addedByName": "sample string 7",
          "fileType": "sample string 8",
          "fullFilePath": "sample string 9",
          "fileRelativePath": "sample string 10",
          "isSelectedForEmail": true
        }
      ],
      "rentOutDate": "sample string 41",
      "rentOutTime": "sample string 42",
      "expectedRentReturnDate": "sample string 43",
      "expectedRentReturnTime": "sample string 44",
      "rentMonths": 1.0,
      "rentWeeks": 1.0,
      "rentDays": 1.0,
      "rentHours": 1.0,
      "rentMinutes": 1.0,
      "isRental": 1,
      "rental": [
        {
          "quotationRentalID": 1,
          "quotationID": 1,
          "assetId": 1,
          "assetCode": "sample string 2",
          "assetName": "sample string 3",
          "quantity": 4.0,
          "locationId": 5,
          "location": "sample string 6",
          "duration": "sample string 7",
          "durationDays": 8.0,
          "durationHours": 9.0,
          "rate": "sample string 10",
          "ratePrice": 11.0,
          "totalPrice": 12.0,
          "totalActualAmount": 13.0,
          "months": 14.0,
          "weeks": 15.0,
          "days": 16.0,
          "hours": 17.0,
          "minutes": 18.0,
          "daysAmount": 19.0,
          "hoursAmount": 20.0,
          "rentOutDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "rentReturnDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "taxRateID": 21,
          "taxPercentage": 22.0,
          "taxAmount": 23.0,
          "taxRate": 24.0,
          "itemTypeID": 25,
          "productID": 26
        },
        {
          "quotationRentalID": 1,
          "quotationID": 1,
          "assetId": 1,
          "assetCode": "sample string 2",
          "assetName": "sample string 3",
          "quantity": 4.0,
          "locationId": 5,
          "location": "sample string 6",
          "duration": "sample string 7",
          "durationDays": 8.0,
          "durationHours": 9.0,
          "rate": "sample string 10",
          "ratePrice": 11.0,
          "totalPrice": 12.0,
          "totalActualAmount": 13.0,
          "months": 14.0,
          "weeks": 15.0,
          "days": 16.0,
          "hours": 17.0,
          "minutes": 18.0,
          "daysAmount": 19.0,
          "hoursAmount": 20.0,
          "rentOutDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "rentReturnDateTime": "2025-07-17T04:05:35.2053635+00:00",
          "taxRateID": 21,
          "taxPercentage": 22.0,
          "taxAmount": 23.0,
          "taxRate": 24.0,
          "itemTypeID": 25,
          "productID": 26
        }
      ],
      "isRecurrence": 1,
      "recurrenceStartFromDate": "sample string 45",
      "recurrenceStartFromTime": "sample string 46",
      "recurrenceEndDate": "sample string 47",
      "recurrenceEndTime": "sample string 48",
      "billsEvery": 1,
      "billsEveryUnit": 1,
      "recurrenceDateofNextOrder": "sample string 49",
      "recurrenceTimeofNextOrder": "sample string 50",
      "reccurenceTotalAmount": 1.0,
      "ocurrencesCurrent": 1,
      "ocurrencesTotal": 1,
      "originalQuotationNo_Rec": 1,
      "originalRentOutDate": "sample string 51",
      "originalExpectedRentReturnDate": "sample string 52",
      "originalRentTotalAmount": 1.0,
      "recurrenceRunMode": 1,
      "basedOnDateValue": 1,
      "recurrenceStatus": 1,
      "opportunityID": 1,
      "serviceTemplateID": 1,
      "fieldServiceCustom1": "sample string 53",
      "fieldServiceCustom2": "sample string 54",
      "fieldServiceCustom3": "sample string 55",
      "fieldServiceCustom4": "sample string 56",
      "fieldServiceCustom5": "sample string 57",
      "fieldServiceCustom6": "sample string 58",
      "fieldServiceCustom7": "sample string 59",
      "fieldServiceCustom8": "sample string 60",
      "fieldServiceCustom9": "sample string 61",
      "fieldServiceCustom10": "sample string 62",
      "diagnosis": "sample string 63",
      "recommendationsNetTotalAmount": 64.0,
      "isRecommendationDisplayOnPDF": true,
      "additionalRecommendations": [
        {
          "quotationID": 1,
          "quotationRecommendationID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13"
        },
        {
          "quotationID": 1,
          "quotationRecommendationID": 1,
          "partsID": 1,
          "quantity": 2.0,
          "uomid": 1,
          "unitPrice": 3.0,
          "unit": "sample string 4",
          "totalPrice": 5.0,
          "taxRateID": 6,
          "taxPercentage": 7.0,
          "taxAmount": 8.0,
          "totalAmount": 9.0,
          "description": "sample string 10",
          "warranty": "sample string 11",
          "partsCode": "sample string 12",
          "partsName": "sample string 13"
        }
      ],
      "rfpid": 1,
      "takeOffSoftwareID": 1
    }
  ],
  "apiKey": "sample string 1"
}

application/xml, text/xml

Sample:
<QuotationInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel">
  <APIKey>sample string 1</APIKey>
  <objRequestModel>
    <QuotationInsertUpdateRequestModel>
      <AddedBy>20</AddedBy>
      <AdditionalRecommendations>
        <QuotationAdditionalRecommendationsVM>
          <Description>sample string 10</Description>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRecommendationID>1</QuotationRecommendationID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationAdditionalRecommendationsVM>
        <QuotationAdditionalRecommendationsVM>
          <Description>sample string 10</Description>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRecommendationID>1</QuotationRecommendationID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationAdditionalRecommendationsVM>
      </AdditionalRecommendations>
      <Address1>sample string 11</Address1>
      <Address2>sample string 12</Address2>
      <Address3>sample string 13</Address3>
      <ApproveSignatoryName>sample string 33</ApproveSignatoryName>
      <ApproveSignatureDate>2025-07-17T04:05:35.1897171+00:00</ApproveSignatureDate>
      <ApproveSignaturePath>sample string 34</ApproveSignaturePath>
      <AutoServiceMasterID>1</AutoServiceMasterID>
      <BasedOnDateValue>1</BasedOnDateValue>
      <BillsEvery>1</BillsEvery>
      <BillsEveryUnit>1</BillsEveryUnit>
      <CityID>1</CityID>
      <CompanyName>sample string 10</CompanyName>
      <ConversionFactor>5</ConversionFactor>
      <CountryID>1</CountryID>
      <CreatedFrom>37</CreatedFrom>
      <CurrencyID>4</CurrencyID>
      <CustomerAddressID>1</CustomerAddressID>
      <CustomerAddressType>1</CustomerAddressType>
      <CustomerContactName>sample string 14</CustomerContactName>
      <CustomerEmail>sample string 8</CustomerEmail>
      <CustomerID>6</CustomerID>
      <CustomerPhoneNo>sample string 7</CustomerPhoneNo>
      <DepartmentID>1</DepartmentID>
      <Description>sample string 2</Description>
      <Diagnosis>sample string 63</Diagnosis>
      <EndSignatoryName>sample string 35</EndSignatoryName>
      <EndSignatureDate>2025-07-17T04:05:35.1897171+00:00</EndSignatureDate>
      <EndSignaturePath>sample string 36</EndSignaturePath>
      <ExpectedRentReturnDate>sample string 43</ExpectedRentReturnDate>
      <ExpectedRentReturnTime>sample string 44</ExpectedRentReturnTime>
      <ExpiryDate>2025-07-17T04:05:35.1897171+00:00</ExpiryDate>
      <FieldServiceCustom1>sample string 53</FieldServiceCustom1>
      <FieldServiceCustom10>sample string 62</FieldServiceCustom10>
      <FieldServiceCustom2>sample string 54</FieldServiceCustom2>
      <FieldServiceCustom3>sample string 55</FieldServiceCustom3>
      <FieldServiceCustom4>sample string 56</FieldServiceCustom4>
      <FieldServiceCustom5>sample string 57</FieldServiceCustom5>
      <FieldServiceCustom6>sample string 58</FieldServiceCustom6>
      <FieldServiceCustom7>sample string 59</FieldServiceCustom7>
      <FieldServiceCustom8>sample string 60</FieldServiceCustom8>
      <FieldServiceCustom9>sample string 61</FieldServiceCustom9>
      <IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF>
      <IsRecurrence>1</IsRecurrence>
      <IsRental>1</IsRental>
      <IsShowInCustomerPanel>true</IsShowInCustomerPanel>
      <IsUploadedFromAPI>23</IsUploadedFromAPI>
      <LoborCostTotalAmount>17</LoborCostTotalAmount>
      <LocationID>9</LocationID>
      <MiscCostTotalAmount>16</MiscCostTotalAmount>
      <NetTotalAmount>18</NetTotalAmount>
      <Note>sample string 19</Note>
      <OcurrencesCurrent>1</OcurrencesCurrent>
      <OcurrencesTotal>1</OcurrencesTotal>
      <OpportunityID>1</OpportunityID>
      <OptionGUID>sample string 40</OptionGUID>
      <OptionID>39</OptionID>
      <OriginalExpectedRentReturnDate>sample string 52</OriginalExpectedRentReturnDate>
      <OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec>
      <OriginalRentOutDate>sample string 51</OriginalRentOutDate>
      <OriginalRentTotalAmount>1</OriginalRentTotalAmount>
      <PartsNetTotalAmount>15</PartsNetTotalAmount>
      <QuotationDate>2025-07-17T04:05:35.1897171+00:00</QuotationDate>
      <QuotationID>1</QuotationID>
      <QuotationNo>sample string 1</QuotationNo>
      <RFPID>1</RFPID>
      <ReccurenceTotalAmount>1</ReccurenceTotalAmount>
      <Recommendations>sample string 38</Recommendations>
      <RecommendationsNetTotalAmount>64</RecommendationsNetTotalAmount>
      <RecurrenceDateofNextOrder>sample string 49</RecurrenceDateofNextOrder>
      <RecurrenceEndDate>sample string 47</RecurrenceEndDate>
      <RecurrenceEndTime>sample string 48</RecurrenceEndTime>
      <RecurrenceRunMode>1</RecurrenceRunMode>
      <RecurrenceStartFromDate>sample string 45</RecurrenceStartFromDate>
      <RecurrenceStartFromTime>sample string 46</RecurrenceStartFromTime>
      <RecurrenceStatus>1</RecurrenceStatus>
      <RecurrenceTimeofNextOrder>sample string 50</RecurrenceTimeofNextOrder>
      <RentDays>1</RentDays>
      <RentHours>1</RentHours>
      <RentMinutes>1</RentMinutes>
      <RentMonths>1</RentMonths>
      <RentOutDate>sample string 41</RentOutDate>
      <RentOutTime>sample string 42</RentOutTime>
      <RentWeeks>1</RentWeeks>
      <Rental>
        <QuotationRentalVM>
          <AssetCode>sample string 2</AssetCode>
          <AssetId>1</AssetId>
          <AssetName>sample string 3</AssetName>
          <Days>16</Days>
          <DaysAmount>19</DaysAmount>
          <Duration>sample string 7</Duration>
          <DurationDays>8</DurationDays>
          <DurationHours>9</DurationHours>
          <Hours>17</Hours>
          <HoursAmount>20</HoursAmount>
          <ItemTypeID>25</ItemTypeID>
          <Location>sample string 6</Location>
          <LocationId>5</LocationId>
          <Minutes>18</Minutes>
          <Months>14</Months>
          <ProductID>26</ProductID>
          <Quantity>4</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRentalID>1</QuotationRentalID>
          <Rate>sample string 10</Rate>
          <RatePrice>11</RatePrice>
          <RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime>
          <TaxAmount>23</TaxAmount>
          <TaxPercentage>22</TaxPercentage>
          <TaxRate>24</TaxRate>
          <TaxRateID>21</TaxRateID>
          <TotalActualAmount>13</TotalActualAmount>
          <TotalPrice>12</TotalPrice>
          <Weeks>15</Weeks>
        </QuotationRentalVM>
        <QuotationRentalVM>
          <AssetCode>sample string 2</AssetCode>
          <AssetId>1</AssetId>
          <AssetName>sample string 3</AssetName>
          <Days>16</Days>
          <DaysAmount>19</DaysAmount>
          <Duration>sample string 7</Duration>
          <DurationDays>8</DurationDays>
          <DurationHours>9</DurationHours>
          <Hours>17</Hours>
          <HoursAmount>20</HoursAmount>
          <ItemTypeID>25</ItemTypeID>
          <Location>sample string 6</Location>
          <LocationId>5</LocationId>
          <Minutes>18</Minutes>
          <Months>14</Months>
          <ProductID>26</ProductID>
          <Quantity>4</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRentalID>1</QuotationRentalID>
          <Rate>sample string 10</Rate>
          <RatePrice>11</RatePrice>
          <RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime>
          <TaxAmount>23</TaxAmount>
          <TaxPercentage>22</TaxPercentage>
          <TaxRate>24</TaxRate>
          <TaxRateID>21</TaxRateID>
          <TotalActualAmount>13</TotalActualAmount>
          <TotalPrice>12</TotalPrice>
          <Weeks>15</Weeks>
        </QuotationRentalVM>
      </Rental>
      <RequestID>1</RequestID>
      <RequestTypeID>1</RequestTypeID>
      <SendMailToAdmin>true</SendMailToAdmin>
      <SendMailToCustomer>true</SendMailToCustomer>
      <ServiceTemplateID>1</ServiceTemplateID>
      <ShipToAddress1>sample string 25</ShipToAddress1>
      <ShiptoAddress2>sample string 26</ShiptoAddress2>
      <ShiptoCityID>1</ShiptoCityID>
      <ShiptoCountryID>1</ShiptoCountryID>
      <ShiptoStateID>1</ShiptoStateID>
      <ShiptoZipCode>sample string 27</ShiptoZipCode>
      <SignatoryName>sample string 21</SignatoryName>
      <SignatureDate>2025-07-17T04:05:35.1897171+00:00</SignatureDate>
      <SignaturePath>sample string 22</SignaturePath>
      <StateID>1</StateID>
      <StatusID>28</StatusID>
      <TakeOffSoftwareID>1</TakeOffSoftwareID>
      <ZipCode>sample string 24</ZipCode>
      <lstFileJson>sample string 30</lstFileJson>
      <lstLaborTask>
        <QuotationLaborTaskVM>
          <Description>sample string 2</Description>
          <HrsEstimated>3</HrsEstimated>
          <LaborCharge>4</LaborCharge>
          <Name>sample string 1</Name>
          <QuotationLaborTaskId>1</QuotationLaborTaskId>
          <TotalAmount>5</TotalAmount>
        </QuotationLaborTaskVM>
        <QuotationLaborTaskVM>
          <Description>sample string 2</Description>
          <HrsEstimated>3</HrsEstimated>
          <LaborCharge>4</LaborCharge>
          <Name>sample string 1</Name>
          <QuotationLaborTaskId>1</QuotationLaborTaskId>
          <TotalAmount>5</TotalAmount>
        </QuotationLaborTaskVM>
      </lstLaborTask>
      <lstMiscCost>
        <QuotationMiscCostVM>
          <Description>sample string 2</Description>
          <MiscCostAmount>3</MiscCostAmount>
          <MiscCostTypeID>1</MiscCostTypeID>
          <QuotationCostID>1</QuotationCostID>
          <QuotationID>1</QuotationID>
        </QuotationMiscCostVM>
        <QuotationMiscCostVM>
          <Description>sample string 2</Description>
          <MiscCostAmount>3</MiscCostAmount>
          <MiscCostTypeID>1</MiscCostTypeID>
          <QuotationCostID>1</QuotationCostID>
          <QuotationID>1</QuotationID>
        </QuotationMiscCostVM>
      </lstMiscCost>
      <lstParts>
        <QuotationPartsVM>
          <Description>sample string 10</Description>
          <IsOptionSheet>14</IsOptionSheet>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationPartsID>1</QuotationPartsID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationPartsVM>
        <QuotationPartsVM>
          <Description>sample string 10</Description>
          <IsOptionSheet>14</IsOptionSheet>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationPartsID>1</QuotationPartsID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationPartsVM>
      </lstParts>
      <lstTags>
        <TagVM>
          <TagID>1</TagID>
        </TagVM>
        <TagVM>
          <TagID>1</TagID>
        </TagVM>
      </lstTags>
      <objMailingFileLst>
        <QuotationMailFileVM>
          <ActualFileName>sample string 5</ActualFileName>
          <AddedByName>sample string 7</AddedByName>
          <AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate>
          <FileRelativePath>sample string 10</FileRelativePath>
          <FileType>sample string 8</FileType>
          <FullFilePath>sample string 9</FullFilePath>
          <IsSelectedForEmail>true</IsSelectedForEmail>
          <IsSignature>true</IsSignature>
          <QuotationFileID>1</QuotationFileID>
          <QuotationID>2</QuotationID>
          <RenamedFileName>sample string 6</RenamedFileName>
          <UserID>3</UserID>
        </QuotationMailFileVM>
        <QuotationMailFileVM>
          <ActualFileName>sample string 5</ActualFileName>
          <AddedByName>sample string 7</AddedByName>
          <AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate>
          <FileRelativePath>sample string 10</FileRelativePath>
          <FileType>sample string 8</FileType>
          <FullFilePath>sample string 9</FullFilePath>
          <IsSelectedForEmail>true</IsSelectedForEmail>
          <IsSignature>true</IsSignature>
          <QuotationFileID>1</QuotationFileID>
          <QuotationID>2</QuotationID>
          <RenamedFileName>sample string 6</RenamedFileName>
          <UserID>3</UserID>
        </QuotationMailFileVM>
      </objMailingFileLst>
    </QuotationInsertUpdateRequestModel>
    <QuotationInsertUpdateRequestModel>
      <AddedBy>20</AddedBy>
      <AdditionalRecommendations>
        <QuotationAdditionalRecommendationsVM>
          <Description>sample string 10</Description>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRecommendationID>1</QuotationRecommendationID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationAdditionalRecommendationsVM>
        <QuotationAdditionalRecommendationsVM>
          <Description>sample string 10</Description>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRecommendationID>1</QuotationRecommendationID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationAdditionalRecommendationsVM>
      </AdditionalRecommendations>
      <Address1>sample string 11</Address1>
      <Address2>sample string 12</Address2>
      <Address3>sample string 13</Address3>
      <ApproveSignatoryName>sample string 33</ApproveSignatoryName>
      <ApproveSignatureDate>2025-07-17T04:05:35.1897171+00:00</ApproveSignatureDate>
      <ApproveSignaturePath>sample string 34</ApproveSignaturePath>
      <AutoServiceMasterID>1</AutoServiceMasterID>
      <BasedOnDateValue>1</BasedOnDateValue>
      <BillsEvery>1</BillsEvery>
      <BillsEveryUnit>1</BillsEveryUnit>
      <CityID>1</CityID>
      <CompanyName>sample string 10</CompanyName>
      <ConversionFactor>5</ConversionFactor>
      <CountryID>1</CountryID>
      <CreatedFrom>37</CreatedFrom>
      <CurrencyID>4</CurrencyID>
      <CustomerAddressID>1</CustomerAddressID>
      <CustomerAddressType>1</CustomerAddressType>
      <CustomerContactName>sample string 14</CustomerContactName>
      <CustomerEmail>sample string 8</CustomerEmail>
      <CustomerID>6</CustomerID>
      <CustomerPhoneNo>sample string 7</CustomerPhoneNo>
      <DepartmentID>1</DepartmentID>
      <Description>sample string 2</Description>
      <Diagnosis>sample string 63</Diagnosis>
      <EndSignatoryName>sample string 35</EndSignatoryName>
      <EndSignatureDate>2025-07-17T04:05:35.1897171+00:00</EndSignatureDate>
      <EndSignaturePath>sample string 36</EndSignaturePath>
      <ExpectedRentReturnDate>sample string 43</ExpectedRentReturnDate>
      <ExpectedRentReturnTime>sample string 44</ExpectedRentReturnTime>
      <ExpiryDate>2025-07-17T04:05:35.1897171+00:00</ExpiryDate>
      <FieldServiceCustom1>sample string 53</FieldServiceCustom1>
      <FieldServiceCustom10>sample string 62</FieldServiceCustom10>
      <FieldServiceCustom2>sample string 54</FieldServiceCustom2>
      <FieldServiceCustom3>sample string 55</FieldServiceCustom3>
      <FieldServiceCustom4>sample string 56</FieldServiceCustom4>
      <FieldServiceCustom5>sample string 57</FieldServiceCustom5>
      <FieldServiceCustom6>sample string 58</FieldServiceCustom6>
      <FieldServiceCustom7>sample string 59</FieldServiceCustom7>
      <FieldServiceCustom8>sample string 60</FieldServiceCustom8>
      <FieldServiceCustom9>sample string 61</FieldServiceCustom9>
      <IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF>
      <IsRecurrence>1</IsRecurrence>
      <IsRental>1</IsRental>
      <IsShowInCustomerPanel>true</IsShowInCustomerPanel>
      <IsUploadedFromAPI>23</IsUploadedFromAPI>
      <LoborCostTotalAmount>17</LoborCostTotalAmount>
      <LocationID>9</LocationID>
      <MiscCostTotalAmount>16</MiscCostTotalAmount>
      <NetTotalAmount>18</NetTotalAmount>
      <Note>sample string 19</Note>
      <OcurrencesCurrent>1</OcurrencesCurrent>
      <OcurrencesTotal>1</OcurrencesTotal>
      <OpportunityID>1</OpportunityID>
      <OptionGUID>sample string 40</OptionGUID>
      <OptionID>39</OptionID>
      <OriginalExpectedRentReturnDate>sample string 52</OriginalExpectedRentReturnDate>
      <OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec>
      <OriginalRentOutDate>sample string 51</OriginalRentOutDate>
      <OriginalRentTotalAmount>1</OriginalRentTotalAmount>
      <PartsNetTotalAmount>15</PartsNetTotalAmount>
      <QuotationDate>2025-07-17T04:05:35.1897171+00:00</QuotationDate>
      <QuotationID>1</QuotationID>
      <QuotationNo>sample string 1</QuotationNo>
      <RFPID>1</RFPID>
      <ReccurenceTotalAmount>1</ReccurenceTotalAmount>
      <Recommendations>sample string 38</Recommendations>
      <RecommendationsNetTotalAmount>64</RecommendationsNetTotalAmount>
      <RecurrenceDateofNextOrder>sample string 49</RecurrenceDateofNextOrder>
      <RecurrenceEndDate>sample string 47</RecurrenceEndDate>
      <RecurrenceEndTime>sample string 48</RecurrenceEndTime>
      <RecurrenceRunMode>1</RecurrenceRunMode>
      <RecurrenceStartFromDate>sample string 45</RecurrenceStartFromDate>
      <RecurrenceStartFromTime>sample string 46</RecurrenceStartFromTime>
      <RecurrenceStatus>1</RecurrenceStatus>
      <RecurrenceTimeofNextOrder>sample string 50</RecurrenceTimeofNextOrder>
      <RentDays>1</RentDays>
      <RentHours>1</RentHours>
      <RentMinutes>1</RentMinutes>
      <RentMonths>1</RentMonths>
      <RentOutDate>sample string 41</RentOutDate>
      <RentOutTime>sample string 42</RentOutTime>
      <RentWeeks>1</RentWeeks>
      <Rental>
        <QuotationRentalVM>
          <AssetCode>sample string 2</AssetCode>
          <AssetId>1</AssetId>
          <AssetName>sample string 3</AssetName>
          <Days>16</Days>
          <DaysAmount>19</DaysAmount>
          <Duration>sample string 7</Duration>
          <DurationDays>8</DurationDays>
          <DurationHours>9</DurationHours>
          <Hours>17</Hours>
          <HoursAmount>20</HoursAmount>
          <ItemTypeID>25</ItemTypeID>
          <Location>sample string 6</Location>
          <LocationId>5</LocationId>
          <Minutes>18</Minutes>
          <Months>14</Months>
          <ProductID>26</ProductID>
          <Quantity>4</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRentalID>1</QuotationRentalID>
          <Rate>sample string 10</Rate>
          <RatePrice>11</RatePrice>
          <RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime>
          <TaxAmount>23</TaxAmount>
          <TaxPercentage>22</TaxPercentage>
          <TaxRate>24</TaxRate>
          <TaxRateID>21</TaxRateID>
          <TotalActualAmount>13</TotalActualAmount>
          <TotalPrice>12</TotalPrice>
          <Weeks>15</Weeks>
        </QuotationRentalVM>
        <QuotationRentalVM>
          <AssetCode>sample string 2</AssetCode>
          <AssetId>1</AssetId>
          <AssetName>sample string 3</AssetName>
          <Days>16</Days>
          <DaysAmount>19</DaysAmount>
          <Duration>sample string 7</Duration>
          <DurationDays>8</DurationDays>
          <DurationHours>9</DurationHours>
          <Hours>17</Hours>
          <HoursAmount>20</HoursAmount>
          <ItemTypeID>25</ItemTypeID>
          <Location>sample string 6</Location>
          <LocationId>5</LocationId>
          <Minutes>18</Minutes>
          <Months>14</Months>
          <ProductID>26</ProductID>
          <Quantity>4</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationRentalID>1</QuotationRentalID>
          <Rate>sample string 10</Rate>
          <RatePrice>11</RatePrice>
          <RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime>
          <RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime>
          <TaxAmount>23</TaxAmount>
          <TaxPercentage>22</TaxPercentage>
          <TaxRate>24</TaxRate>
          <TaxRateID>21</TaxRateID>
          <TotalActualAmount>13</TotalActualAmount>
          <TotalPrice>12</TotalPrice>
          <Weeks>15</Weeks>
        </QuotationRentalVM>
      </Rental>
      <RequestID>1</RequestID>
      <RequestTypeID>1</RequestTypeID>
      <SendMailToAdmin>true</SendMailToAdmin>
      <SendMailToCustomer>true</SendMailToCustomer>
      <ServiceTemplateID>1</ServiceTemplateID>
      <ShipToAddress1>sample string 25</ShipToAddress1>
      <ShiptoAddress2>sample string 26</ShiptoAddress2>
      <ShiptoCityID>1</ShiptoCityID>
      <ShiptoCountryID>1</ShiptoCountryID>
      <ShiptoStateID>1</ShiptoStateID>
      <ShiptoZipCode>sample string 27</ShiptoZipCode>
      <SignatoryName>sample string 21</SignatoryName>
      <SignatureDate>2025-07-17T04:05:35.1897171+00:00</SignatureDate>
      <SignaturePath>sample string 22</SignaturePath>
      <StateID>1</StateID>
      <StatusID>28</StatusID>
      <TakeOffSoftwareID>1</TakeOffSoftwareID>
      <ZipCode>sample string 24</ZipCode>
      <lstFileJson>sample string 30</lstFileJson>
      <lstLaborTask>
        <QuotationLaborTaskVM>
          <Description>sample string 2</Description>
          <HrsEstimated>3</HrsEstimated>
          <LaborCharge>4</LaborCharge>
          <Name>sample string 1</Name>
          <QuotationLaborTaskId>1</QuotationLaborTaskId>
          <TotalAmount>5</TotalAmount>
        </QuotationLaborTaskVM>
        <QuotationLaborTaskVM>
          <Description>sample string 2</Description>
          <HrsEstimated>3</HrsEstimated>
          <LaborCharge>4</LaborCharge>
          <Name>sample string 1</Name>
          <QuotationLaborTaskId>1</QuotationLaborTaskId>
          <TotalAmount>5</TotalAmount>
        </QuotationLaborTaskVM>
      </lstLaborTask>
      <lstMiscCost>
        <QuotationMiscCostVM>
          <Description>sample string 2</Description>
          <MiscCostAmount>3</MiscCostAmount>
          <MiscCostTypeID>1</MiscCostTypeID>
          <QuotationCostID>1</QuotationCostID>
          <QuotationID>1</QuotationID>
        </QuotationMiscCostVM>
        <QuotationMiscCostVM>
          <Description>sample string 2</Description>
          <MiscCostAmount>3</MiscCostAmount>
          <MiscCostTypeID>1</MiscCostTypeID>
          <QuotationCostID>1</QuotationCostID>
          <QuotationID>1</QuotationID>
        </QuotationMiscCostVM>
      </lstMiscCost>
      <lstParts>
        <QuotationPartsVM>
          <Description>sample string 10</Description>
          <IsOptionSheet>14</IsOptionSheet>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationPartsID>1</QuotationPartsID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationPartsVM>
        <QuotationPartsVM>
          <Description>sample string 10</Description>
          <IsOptionSheet>14</IsOptionSheet>
          <PartsCode>sample string 12</PartsCode>
          <PartsID>1</PartsID>
          <PartsName>sample string 13</PartsName>
          <Quantity>2</Quantity>
          <QuotationID>1</QuotationID>
          <QuotationPartsID>1</QuotationPartsID>
          <TaxAmount>8</TaxAmount>
          <TaxPercentage>7</TaxPercentage>
          <TaxRateID>6</TaxRateID>
          <TotalAmount>9</TotalAmount>
          <TotalPrice>5</TotalPrice>
          <UOMID>1</UOMID>
          <Unit>sample string 4</Unit>
          <UnitPrice>3</UnitPrice>
          <Warranty>sample string 11</Warranty>
        </QuotationPartsVM>
      </lstParts>
      <lstTags>
        <TagVM>
          <TagID>1</TagID>
        </TagVM>
        <TagVM>
          <TagID>1</TagID>
        </TagVM>
      </lstTags>
      <objMailingFileLst>
        <QuotationMailFileVM>
          <ActualFileName>sample string 5</ActualFileName>
          <AddedByName>sample string 7</AddedByName>
          <AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate>
          <FileRelativePath>sample string 10</FileRelativePath>
          <FileType>sample string 8</FileType>
          <FullFilePath>sample string 9</FullFilePath>
          <IsSelectedForEmail>true</IsSelectedForEmail>
          <IsSignature>true</IsSignature>
          <QuotationFileID>1</QuotationFileID>
          <QuotationID>2</QuotationID>
          <RenamedFileName>sample string 6</RenamedFileName>
          <UserID>3</UserID>
        </QuotationMailFileVM>
        <QuotationMailFileVM>
          <ActualFileName>sample string 5</ActualFileName>
          <AddedByName>sample string 7</AddedByName>
          <AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate>
          <FileRelativePath>sample string 10</FileRelativePath>
          <FileType>sample string 8</FileType>
          <FullFilePath>sample string 9</FullFilePath>
          <IsSelectedForEmail>true</IsSelectedForEmail>
          <IsSignature>true</IsSignature>
          <QuotationFileID>1</QuotationFileID>
          <QuotationID>2</QuotationID>
          <RenamedFileName>sample string 6</RenamedFileName>
          <UserID>3</UserID>
        </QuotationMailFileVM>
      </objMailingFileLst>
    </QuotationInsertUpdateRequestModel>
  </objRequestModel>
</QuotationInsertUpdateModel>

multipart/form-data

Sample:
<QuotationInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"><APIKey>sample string 1</APIKey><objRequestModel><QuotationInsertUpdateRequestModel><AddedBy>20</AddedBy><AdditionalRecommendations><QuotationAdditionalRecommendationsVM><Description>sample string 10</Description><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationRecommendationID>1</QuotationRecommendationID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationAdditionalRecommendationsVM><QuotationAdditionalRecommendationsVM><Description>sample string 10</Description><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationRecommendationID>1</QuotationRecommendationID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationAdditionalRecommendationsVM></AdditionalRecommendations><Address1>sample string 11</Address1><Address2>sample string 12</Address2><Address3>sample string 13</Address3><ApproveSignatoryName>sample string 33</ApproveSignatoryName><ApproveSignatureDate>2025-07-17T04:05:35.1897171+00:00</ApproveSignatureDate><ApproveSignaturePath>sample string 34</ApproveSignaturePath><AutoServiceMasterID>1</AutoServiceMasterID><BasedOnDateValue>1</BasedOnDateValue><BillsEvery>1</BillsEvery><BillsEveryUnit>1</BillsEveryUnit><CityID>1</CityID><CompanyName>sample string 10</CompanyName><ConversionFactor>5</ConversionFactor><CountryID>1</CountryID><CreatedFrom>37</CreatedFrom><CurrencyID>4</CurrencyID><CustomerAddressID>1</CustomerAddressID><CustomerAddressType>1</CustomerAddressType><CustomerContactName>sample string 14</CustomerContactName><CustomerEmail>sample string 8</CustomerEmail><CustomerID>6</CustomerID><CustomerPhoneNo>sample string 7</CustomerPhoneNo><DepartmentID>1</DepartmentID><Description>sample string 2</Description><Diagnosis>sample string 63</Diagnosis><EndSignatoryName>sample string 35</EndSignatoryName><EndSignatureDate>2025-07-17T04:05:35.1897171+00:00</EndSignatureDate><EndSignaturePath>sample string 36</EndSignaturePath><ExpectedRentReturnDate>sample string 43</ExpectedRentReturnDate><ExpectedRentReturnTime>sample string 44</ExpectedRentReturnTime><ExpiryDate>2025-07-17T04:05:35.1897171+00:00</ExpiryDate><FieldServiceCustom1>sample string 53</FieldServiceCustom1><FieldServiceCustom10>sample string 62</FieldServiceCustom10><FieldServiceCustom2>sample string 54</FieldServiceCustom2><FieldServiceCustom3>sample string 55</FieldServiceCustom3><FieldServiceCustom4>sample string 56</FieldServiceCustom4><FieldServiceCustom5>sample string 57</FieldServiceCustom5><FieldServiceCustom6>sample string 58</FieldServiceCustom6><FieldServiceCustom7>sample string 59</FieldServiceCustom7><FieldServiceCustom8>sample string 60</FieldServiceCustom8><FieldServiceCustom9>sample string 61</FieldServiceCustom9><IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF><IsRecurrence>1</IsRecurrence><IsRental>1</IsRental><IsShowInCustomerPanel>true</IsShowInCustomerPanel><IsUploadedFromAPI>23</IsUploadedFromAPI><LoborCostTotalAmount>17</LoborCostTotalAmount><LocationID>9</LocationID><MiscCostTotalAmount>16</MiscCostTotalAmount><NetTotalAmount>18</NetTotalAmount><Note>sample string 19</Note><OcurrencesCurrent>1</OcurrencesCurrent><OcurrencesTotal>1</OcurrencesTotal><OpportunityID>1</OpportunityID><OptionGUID>sample string 40</OptionGUID><OptionID>39</OptionID><OriginalExpectedRentReturnDate>sample string 52</OriginalExpectedRentReturnDate><OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec><OriginalRentOutDate>sample string 51</OriginalRentOutDate><OriginalRentTotalAmount>1</OriginalRentTotalAmount><PartsNetTotalAmount>15</PartsNetTotalAmount><QuotationDate>2025-07-17T04:05:35.1897171+00:00</QuotationDate><QuotationID>1</QuotationID><QuotationNo>sample string 1</QuotationNo><RFPID>1</RFPID><ReccurenceTotalAmount>1</ReccurenceTotalAmount><Recommendations>sample string 38</Recommendations><RecommendationsNetTotalAmount>64</RecommendationsNetTotalAmount><RecurrenceDateofNextOrder>sample string 49</RecurrenceDateofNextOrder><RecurrenceEndDate>sample string 47</RecurrenceEndDate><RecurrenceEndTime>sample string 48</RecurrenceEndTime><RecurrenceRunMode>1</RecurrenceRunMode><RecurrenceStartFromDate>sample string 45</RecurrenceStartFromDate><RecurrenceStartFromTime>sample string 46</RecurrenceStartFromTime><RecurrenceStatus>1</RecurrenceStatus><RecurrenceTimeofNextOrder>sample string 50</RecurrenceTimeofNextOrder><RentDays>1</RentDays><RentHours>1</RentHours><RentMinutes>1</RentMinutes><RentMonths>1</RentMonths><RentOutDate>sample string 41</RentOutDate><RentOutTime>sample string 42</RentOutTime><RentWeeks>1</RentWeeks><Rental><QuotationRentalVM><AssetCode>sample string 2</AssetCode><AssetId>1</AssetId><AssetName>sample string 3</AssetName><Days>16</Days><DaysAmount>19</DaysAmount><Duration>sample string 7</Duration><DurationDays>8</DurationDays><DurationHours>9</DurationHours><Hours>17</Hours><HoursAmount>20</HoursAmount><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><QuotationID>1</QuotationID><QuotationRentalID>1</QuotationRentalID><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></QuotationRentalVM><QuotationRentalVM><AssetCode>sample string 2</AssetCode><AssetId>1</AssetId><AssetName>sample string 3</AssetName><Days>16</Days><DaysAmount>19</DaysAmount><Duration>sample string 7</Duration><DurationDays>8</DurationDays><DurationHours>9</DurationHours><Hours>17</Hours><HoursAmount>20</HoursAmount><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><QuotationID>1</QuotationID><QuotationRentalID>1</QuotationRentalID><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></QuotationRentalVM></Rental><RequestID>1</RequestID><RequestTypeID>1</RequestTypeID><SendMailToAdmin>true</SendMailToAdmin><SendMailToCustomer>true</SendMailToCustomer><ServiceTemplateID>1</ServiceTemplateID><ShipToAddress1>sample string 25</ShipToAddress1><ShiptoAddress2>sample string 26</ShiptoAddress2><ShiptoCityID>1</ShiptoCityID><ShiptoCountryID>1</ShiptoCountryID><ShiptoStateID>1</ShiptoStateID><ShiptoZipCode>sample string 27</ShiptoZipCode><SignatoryName>sample string 21</SignatoryName><SignatureDate>2025-07-17T04:05:35.1897171+00:00</SignatureDate><SignaturePath>sample string 22</SignaturePath><StateID>1</StateID><StatusID>28</StatusID><TakeOffSoftwareID>1</TakeOffSoftwareID><ZipCode>sample string 24</ZipCode><lstFileJson>sample string 30</lstFileJson><lstLaborTask><QuotationLaborTaskVM><Description>sample string 2</Description><HrsEstimated>3</HrsEstimated><LaborCharge>4</LaborCharge><Name>sample string 1</Name><QuotationLaborTaskId>1</QuotationLaborTaskId><TotalAmount>5</TotalAmount></QuotationLaborTaskVM><QuotationLaborTaskVM><Description>sample string 2</Description><HrsEstimated>3</HrsEstimated><LaborCharge>4</LaborCharge><Name>sample string 1</Name><QuotationLaborTaskId>1</QuotationLaborTaskId><TotalAmount>5</TotalAmount></QuotationLaborTaskVM></lstLaborTask><lstMiscCost><QuotationMiscCostVM><Description>sample string 2</Description><MiscCostAmount>3</MiscCostAmount><MiscCostTypeID>1</MiscCostTypeID><QuotationCostID>1</QuotationCostID><QuotationID>1</QuotationID></QuotationMiscCostVM><QuotationMiscCostVM><Description>sample string 2</Description><MiscCostAmount>3</MiscCostAmount><MiscCostTypeID>1</MiscCostTypeID><QuotationCostID>1</QuotationCostID><QuotationID>1</QuotationID></QuotationMiscCostVM></lstMiscCost><lstParts><QuotationPartsVM><Description>sample string 10</Description><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationPartsID>1</QuotationPartsID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationPartsVM><QuotationPartsVM><Description>sample string 10</Description><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationPartsID>1</QuotationPartsID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationPartsVM></lstParts><lstTags><TagVM><TagID>1</TagID></TagVM><TagVM><TagID>1</TagID></TagVM></lstTags><objMailingFileLst><QuotationMailFileVM><ActualFileName>sample string 5</ActualFileName><AddedByName>sample string 7</AddedByName><AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate><FileRelativePath>sample string 10</FileRelativePath><FileType>sample string 8</FileType><FullFilePath>sample string 9</FullFilePath><IsSelectedForEmail>true</IsSelectedForEmail><IsSignature>true</IsSignature><QuotationFileID>1</QuotationFileID><QuotationID>2</QuotationID><RenamedFileName>sample string 6</RenamedFileName><UserID>3</UserID></QuotationMailFileVM><QuotationMailFileVM><ActualFileName>sample string 5</ActualFileName><AddedByName>sample string 7</AddedByName><AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate><FileRelativePath>sample string 10</FileRelativePath><FileType>sample string 8</FileType><FullFilePath>sample string 9</FullFilePath><IsSelectedForEmail>true</IsSelectedForEmail><IsSignature>true</IsSignature><QuotationFileID>1</QuotationFileID><QuotationID>2</QuotationID><RenamedFileName>sample string 6</RenamedFileName><UserID>3</UserID></QuotationMailFileVM></objMailingFileLst></QuotationInsertUpdateRequestModel><QuotationInsertUpdateRequestModel><AddedBy>20</AddedBy><AdditionalRecommendations><QuotationAdditionalRecommendationsVM><Description>sample string 10</Description><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationRecommendationID>1</QuotationRecommendationID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationAdditionalRecommendationsVM><QuotationAdditionalRecommendationsVM><Description>sample string 10</Description><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationRecommendationID>1</QuotationRecommendationID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationAdditionalRecommendationsVM></AdditionalRecommendations><Address1>sample string 11</Address1><Address2>sample string 12</Address2><Address3>sample string 13</Address3><ApproveSignatoryName>sample string 33</ApproveSignatoryName><ApproveSignatureDate>2025-07-17T04:05:35.1897171+00:00</ApproveSignatureDate><ApproveSignaturePath>sample string 34</ApproveSignaturePath><AutoServiceMasterID>1</AutoServiceMasterID><BasedOnDateValue>1</BasedOnDateValue><BillsEvery>1</BillsEvery><BillsEveryUnit>1</BillsEveryUnit><CityID>1</CityID><CompanyName>sample string 10</CompanyName><ConversionFactor>5</ConversionFactor><CountryID>1</CountryID><CreatedFrom>37</CreatedFrom><CurrencyID>4</CurrencyID><CustomerAddressID>1</CustomerAddressID><CustomerAddressType>1</CustomerAddressType><CustomerContactName>sample string 14</CustomerContactName><CustomerEmail>sample string 8</CustomerEmail><CustomerID>6</CustomerID><CustomerPhoneNo>sample string 7</CustomerPhoneNo><DepartmentID>1</DepartmentID><Description>sample string 2</Description><Diagnosis>sample string 63</Diagnosis><EndSignatoryName>sample string 35</EndSignatoryName><EndSignatureDate>2025-07-17T04:05:35.1897171+00:00</EndSignatureDate><EndSignaturePath>sample string 36</EndSignaturePath><ExpectedRentReturnDate>sample string 43</ExpectedRentReturnDate><ExpectedRentReturnTime>sample string 44</ExpectedRentReturnTime><ExpiryDate>2025-07-17T04:05:35.1897171+00:00</ExpiryDate><FieldServiceCustom1>sample string 53</FieldServiceCustom1><FieldServiceCustom10>sample string 62</FieldServiceCustom10><FieldServiceCustom2>sample string 54</FieldServiceCustom2><FieldServiceCustom3>sample string 55</FieldServiceCustom3><FieldServiceCustom4>sample string 56</FieldServiceCustom4><FieldServiceCustom5>sample string 57</FieldServiceCustom5><FieldServiceCustom6>sample string 58</FieldServiceCustom6><FieldServiceCustom7>sample string 59</FieldServiceCustom7><FieldServiceCustom8>sample string 60</FieldServiceCustom8><FieldServiceCustom9>sample string 61</FieldServiceCustom9><IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF><IsRecurrence>1</IsRecurrence><IsRental>1</IsRental><IsShowInCustomerPanel>true</IsShowInCustomerPanel><IsUploadedFromAPI>23</IsUploadedFromAPI><LoborCostTotalAmount>17</LoborCostTotalAmount><LocationID>9</LocationID><MiscCostTotalAmount>16</MiscCostTotalAmount><NetTotalAmount>18</NetTotalAmount><Note>sample string 19</Note><OcurrencesCurrent>1</OcurrencesCurrent><OcurrencesTotal>1</OcurrencesTotal><OpportunityID>1</OpportunityID><OptionGUID>sample string 40</OptionGUID><OptionID>39</OptionID><OriginalExpectedRentReturnDate>sample string 52</OriginalExpectedRentReturnDate><OriginalQuotationNo_Rec>1</OriginalQuotationNo_Rec><OriginalRentOutDate>sample string 51</OriginalRentOutDate><OriginalRentTotalAmount>1</OriginalRentTotalAmount><PartsNetTotalAmount>15</PartsNetTotalAmount><QuotationDate>2025-07-17T04:05:35.1897171+00:00</QuotationDate><QuotationID>1</QuotationID><QuotationNo>sample string 1</QuotationNo><RFPID>1</RFPID><ReccurenceTotalAmount>1</ReccurenceTotalAmount><Recommendations>sample string 38</Recommendations><RecommendationsNetTotalAmount>64</RecommendationsNetTotalAmount><RecurrenceDateofNextOrder>sample string 49</RecurrenceDateofNextOrder><RecurrenceEndDate>sample string 47</RecurrenceEndDate><RecurrenceEndTime>sample string 48</RecurrenceEndTime><RecurrenceRunMode>1</RecurrenceRunMode><RecurrenceStartFromDate>sample string 45</RecurrenceStartFromDate><RecurrenceStartFromTime>sample string 46</RecurrenceStartFromTime><RecurrenceStatus>1</RecurrenceStatus><RecurrenceTimeofNextOrder>sample string 50</RecurrenceTimeofNextOrder><RentDays>1</RentDays><RentHours>1</RentHours><RentMinutes>1</RentMinutes><RentMonths>1</RentMonths><RentOutDate>sample string 41</RentOutDate><RentOutTime>sample string 42</RentOutTime><RentWeeks>1</RentWeeks><Rental><QuotationRentalVM><AssetCode>sample string 2</AssetCode><AssetId>1</AssetId><AssetName>sample string 3</AssetName><Days>16</Days><DaysAmount>19</DaysAmount><Duration>sample string 7</Duration><DurationDays>8</DurationDays><DurationHours>9</DurationHours><Hours>17</Hours><HoursAmount>20</HoursAmount><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><QuotationID>1</QuotationID><QuotationRentalID>1</QuotationRentalID><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></QuotationRentalVM><QuotationRentalVM><AssetCode>sample string 2</AssetCode><AssetId>1</AssetId><AssetName>sample string 3</AssetName><Days>16</Days><DaysAmount>19</DaysAmount><Duration>sample string 7</Duration><DurationDays>8</DurationDays><DurationHours>9</DurationHours><Hours>17</Hours><HoursAmount>20</HoursAmount><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><QuotationID>1</QuotationID><QuotationRentalID>1</QuotationRentalID><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:05:35.2053635+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:05:35.2053635+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></QuotationRentalVM></Rental><RequestID>1</RequestID><RequestTypeID>1</RequestTypeID><SendMailToAdmin>true</SendMailToAdmin><SendMailToCustomer>true</SendMailToCustomer><ServiceTemplateID>1</ServiceTemplateID><ShipToAddress1>sample string 25</ShipToAddress1><ShiptoAddress2>sample string 26</ShiptoAddress2><ShiptoCityID>1</ShiptoCityID><ShiptoCountryID>1</ShiptoCountryID><ShiptoStateID>1</ShiptoStateID><ShiptoZipCode>sample string 27</ShiptoZipCode><SignatoryName>sample string 21</SignatoryName><SignatureDate>2025-07-17T04:05:35.1897171+00:00</SignatureDate><SignaturePath>sample string 22</SignaturePath><StateID>1</StateID><StatusID>28</StatusID><TakeOffSoftwareID>1</TakeOffSoftwareID><ZipCode>sample string 24</ZipCode><lstFileJson>sample string 30</lstFileJson><lstLaborTask><QuotationLaborTaskVM><Description>sample string 2</Description><HrsEstimated>3</HrsEstimated><LaborCharge>4</LaborCharge><Name>sample string 1</Name><QuotationLaborTaskId>1</QuotationLaborTaskId><TotalAmount>5</TotalAmount></QuotationLaborTaskVM><QuotationLaborTaskVM><Description>sample string 2</Description><HrsEstimated>3</HrsEstimated><LaborCharge>4</LaborCharge><Name>sample string 1</Name><QuotationLaborTaskId>1</QuotationLaborTaskId><TotalAmount>5</TotalAmount></QuotationLaborTaskVM></lstLaborTask><lstMiscCost><QuotationMiscCostVM><Description>sample string 2</Description><MiscCostAmount>3</MiscCostAmount><MiscCostTypeID>1</MiscCostTypeID><QuotationCostID>1</QuotationCostID><QuotationID>1</QuotationID></QuotationMiscCostVM><QuotationMiscCostVM><Description>sample string 2</Description><MiscCostAmount>3</MiscCostAmount><MiscCostTypeID>1</MiscCostTypeID><QuotationCostID>1</QuotationCostID><QuotationID>1</QuotationID></QuotationMiscCostVM></lstMiscCost><lstParts><QuotationPartsVM><Description>sample string 10</Description><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationPartsID>1</QuotationPartsID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationPartsVM><QuotationPartsVM><Description>sample string 10</Description><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><QuotationID>1</QuotationID><QuotationPartsID>1</QuotationPartsID><TaxAmount>8</TaxAmount><TaxPercentage>7</TaxPercentage><TaxRateID>6</TaxRateID><TotalAmount>9</TotalAmount><TotalPrice>5</TotalPrice><UOMID>1</UOMID><Unit>sample string 4</Unit><UnitPrice>3</UnitPrice><Warranty>sample string 11</Warranty></QuotationPartsVM></lstParts><lstTags><TagVM><TagID>1</TagID></TagVM><TagVM><TagID>1</TagID></TagVM></lstTags><objMailingFileLst><QuotationMailFileVM><ActualFileName>sample string 5</ActualFileName><AddedByName>sample string 7</AddedByName><AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate><FileRelativePath>sample string 10</FileRelativePath><FileType>sample string 8</FileType><FullFilePath>sample string 9</FullFilePath><IsSelectedForEmail>true</IsSelectedForEmail><IsSignature>true</IsSignature><QuotationFileID>1</QuotationFileID><QuotationID>2</QuotationID><RenamedFileName>sample string 6</RenamedFileName><UserID>3</UserID></QuotationMailFileVM><QuotationMailFileVM><ActualFileName>sample string 5</ActualFileName><AddedByName>sample string 7</AddedByName><AddedDate>2025-07-17T04:05:35.1897171+00:00</AddedDate><FileRelativePath>sample string 10</FileRelativePath><FileType>sample string 8</FileType><FullFilePath>sample string 9</FullFilePath><IsSelectedForEmail>true</IsSelectedForEmail><IsSignature>true</IsSignature><QuotationFileID>1</QuotationFileID><QuotationID>2</QuotationID><RenamedFileName>sample string 6</RenamedFileName><UserID>3</UserID></QuotationMailFileVM></objMailingFileLst></QuotationInsertUpdateRequestModel></objRequestModel></QuotationInsertUpdateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QuotationInsertUpdateResponseDataModel
NameDescriptionTypeAdditional information
QuotationID

integer

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:
{
  "quotationID": 1,
  "returnID": 2,
  "message": "sample string 3",
  "successful": true,
  "code": 5,
  "totalRecord": 6
}

application/xml, text/xml

Sample:
<QuotationInsertUpdateResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <Code>5</Code>
  <Message>sample string 3</Message>
  <ReturnID>2</ReturnID>
  <Successful>true</Successful>
  <TotalRecord>6</TotalRecord>
  <QuotationID>1</QuotationID>
</QuotationInsertUpdateResponseDataModel>

multipart/form-data

Sample:
<QuotationInsertUpdateResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>5</Code><Message>sample string 3</Message><ReturnID>2</ReturnID><Successful>true</Successful><TotalRecord>6</TotalRecord><QuotationID>1</QuotationID></QuotationInsertUpdateResponseDataModel>