POST api/WOInvoice/SaveInvoice
API to save work order invoice, send signature file in png format with current request
Request Information
URI Parameters
None.
Body Parameters
WOinvoiceInsertUpdateRequestDataModelName | Description | Type | Additional information |
---|---|---|---|
InvoiceID | integer |
None. |
|
AutoServiceMasterID | integer |
Required |
|
InvoiceNo | string |
Required |
|
InvoiceTitle | string |
None. |
|
Description | string |
None. |
|
InvoiceDate | date |
Required |
|
DueDate | string |
None. |
|
CurrencyID | integer |
None. |
|
ConversionFactor | decimal number |
None. |
|
CustomerID | integer |
Required |
|
LocationID | integer |
None. |
|
DepartmentID | integer |
None. |
|
CompanyName | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
Address3 | string |
None. |
|
IsUseCompanyAddress | boolean |
None. |
|
IsShowCompanyLogo | boolean |
None. |
|
PartsNetTotalAmount | decimal number |
None. |
|
MiscCostTotalAmount | decimal number |
None. |
|
MiscCostPaidAmount | decimal number |
None. |
|
MiscCostRemainingTotalAmount | decimal number |
None. |
|
LoborCostTotalAmount | decimal number |
None. |
|
NetTotalAmount | decimal number |
None. |
|
SendMailToCustomer | boolean |
None. |
|
SendMailToAdmin | boolean |
None. |
|
Note | string |
None. |
|
AddedBy | integer |
None. |
|
CustomerName | string |
None. |
|
LocationName | string |
None. |
|
AddedDate | date |
None. |
|
CreatedBy | string |
None. |
|
CurrencyName | string |
None. |
|
CurrencySymbol | string |
None. |
|
lstParts | Collection of WOInvoicePartsItemRequestDataModel |
None. |
|
lstMiscCost | Collection of WOInvoiceCostRequestDataModel |
None. |
|
lstLaborTask | Collection of WOInvoiceLaborTaskVM |
None. |
|
lstTags | Collection of WOInvoiceTagVM |
None. |
|
SignatoryName | string |
None. |
|
SignatureDate | date |
None. |
|
SignaturePath | string |
None. |
|
IsUploadedFromAPI | integer |
None. |
|
RequiresSignature | boolean |
None. |
|
CustomerContactName | string |
None. |
|
ZipCode | string |
None. |
|
CountryID | integer |
None. |
|
StateID | integer |
None. |
|
CityID | integer |
None. |
|
ShipToAddress1 | string |
None. |
|
ShiptoAddress2 | string |
None. |
|
ShiptoCountryID | integer |
None. |
|
ShiptoStateID | integer |
None. |
|
ShiptoCityID | integer |
None. |
|
ShiptoZipCode | string |
None. |
|
IsPaid | integer |
None. |
|
IsSendPaymentLink | integer |
None. |
|
QuotationID | integer |
None. |
|
StatusID | integer |
None. |
|
PaymentMethodID | integer |
None. |
|
PaymentMethodRefNo | string |
None. |
|
PaymentAmount | decimal number |
None. |
|
IsShowInCustomerPanel | boolean |
None. |
|
CustomerPhoneNo | string |
None. |
|
CustomerEmail | string |
None. |
|
IsAddMiscCostAsExpense | boolean |
None. |
|
ApproveSignatoryName | string |
None. |
|
ApproveSignatureDate | date |
None. |
|
ApproveSignaturePath | string |
None. |
|
EndSignatoryName | string |
None. |
|
EndSignatureDate | date |
None. |
|
EndSignaturePath | string |
None. |
|
Recommendations | string |
None. |
|
CustomerAddressID | integer |
None. |
|
CustomerAddressType | integer |
None. |
|
OptionID | integer |
None. |
|
OptionGUID | string |
None. |
|
objMailingFileLst | Collection of WOInvoiceMailFileVM |
None. |
|
SalesOrderID | integer |
None. |
|
RentOutDate | string |
None. |
|
RentOutTime | string |
None. |
|
ExpectedRentReturnDate | string |
None. |
|
ExpectedRentReturnTime | string |
None. |
|
RentMonths | decimal number |
None. |
|
RentWeeks | decimal number |
None. |
|
RentDays | decimal number |
None. |
|
RentHours | decimal number |
None. |
|
RentMinutes | decimal number |
None. |
|
IsRental | integer |
None. |
|
Rental | Collection of WorkOrderInvoiceRentalVM |
None. |
|
APIKey | string |
None. |
|
IsRecurrence | integer |
None. |
|
RecurrenceStartFromDate | string |
None. |
|
RecurrenceStartFromTime | string |
None. |
|
RecurrenceEndDate | string |
None. |
|
RecurrenceEndTime | string |
None. |
|
BillsEvery | integer |
None. |
|
BillsEveryUnit | integer |
None. |
|
RecurrenceDateofNextOrder | string |
None. |
|
RecurrenceTimeofNextOrder | string |
None. |
|
ReccurenceTotalAmount | decimal number |
None. |
|
OcurrencesCurrent | integer |
None. |
|
OcurrencesTotal | integer |
None. |
|
OriginalInvoiceNo_Rec | integer |
None. |
|
OriginalRentOutDate | string |
None. |
|
OriginalExpectedRentReturnDate | string |
None. |
|
OriginalRentTotalAmount | decimal number |
None. |
|
RecurrenceStatus | integer |
None. |
|
RecurrenceCount | integer |
None. |
|
NextRecurrenceDate | date |
None. |
|
RecurrenceRunMode | integer |
None. |
|
BasedOnDateValue | integer |
None. |
|
lstPayment | Collection of WorkOrderInvoicePaymentVM |
None. |
|
ChangeOrderID | integer |
None. |
|
ServiceTemplateID | integer |
None. |
|
FieldServiceCustom1 | string |
None. |
|
FieldServiceCustom2 | string |
None. |
|
FieldServiceCustom3 | string |
None. |
|
FieldServiceCustom4 | string |
None. |
|
FieldServiceCustom5 | string |
None. |
|
FieldServiceCustom6 | string |
None. |
|
FieldServiceCustom7 | string |
None. |
|
FieldServiceCustom8 | string |
None. |
|
FieldServiceCustom9 | string |
None. |
|
FieldServiceCustom10 | string |
None. |
|
Diagnosis | string |
None. |
|
RecommendationsNetTotalAmount | decimal number |
None. |
|
IsRecommendationDisplayOnPDF | boolean |
None. |
|
AdditionalRecommendations | Collection of InvoiceAdditionalRecommendationsVM |
None. |
Request Formats
application/json, text/json, text/plain, text/html
{ "invoiceID": 1, "autoServiceMasterID": 1, "invoiceNo": "sample string 2", "invoiceTitle": "sample string 3", "description": "sample string 4", "invoiceDate": "2025-07-17T04:46:17.3202948+00:00", "dueDate": "sample string 6", "currencyID": 7, "conversionFactor": 8.0, "customerID": 9, "locationID": 10, "departmentID": 11, "companyName": "sample string 12", "address1": "sample string 13", "address2": "sample string 14", "address3": "sample string 15", "isUseCompanyAddress": true, "isShowCompanyLogo": true, "partsNetTotalAmount": 18.0, "miscCostTotalAmount": 19.0, "miscCostPaidAmount": 20.0, "miscCostRemainingTotalAmount": 21.0, "loborCostTotalAmount": 22.0, "netTotalAmount": 23.0, "sendMailToCustomer": true, "sendMailToAdmin": true, "note": "sample string 26", "addedBy": 27, "customerName": "sample string 28", "locationName": "sample string 29", "addedDate": "2025-07-17T04:46:17.3358897+00:00", "createdBy": "sample string 31", "currencyName": "sample string 32", "currencySymbol": "sample string 33", "lstParts": [ { "invoiceID": 1, "invoicePartsID": 1, "autoServiceMasterID": 1, "partsID": 2, "partsCode": "sample string 3", "partsName": "sample string 4", "quantity": 5.0, "uomid": 1, "unit": "sample string 6", "unitPrice": 7.0, "totalPrice": 8.0, "taxRateID": 9, "taxPercentage": 10.0, "taxAmount": 11.0, "description": "sample string 12", "warranty": "sample string 13", "isOptionSheet": 14 }, { "invoiceID": 1, "invoicePartsID": 1, "autoServiceMasterID": 1, "partsID": 2, "partsCode": "sample string 3", "partsName": "sample string 4", "quantity": 5.0, "uomid": 1, "unit": "sample string 6", "unitPrice": 7.0, "totalPrice": 8.0, "taxRateID": 9, "taxPercentage": 10.0, "taxAmount": 11.0, "description": "sample string 12", "warranty": "sample string 13", "isOptionSheet": 14 } ], "lstMiscCost": [ { "invoiceCostID": 1, "invoiceID": 1, "autoServiceMasterID": 1, "miscCostTypeID": 2, "miscCostType": "sample string 3", "description": "sample string 4", "miscCostAmount": 5.0, "totalAmount": 6.0 }, { "invoiceCostID": 1, "invoiceID": 1, "autoServiceMasterID": 1, "miscCostTypeID": 2, "miscCostType": "sample string 3", "description": "sample string 4", "miscCostAmount": 5.0, "totalAmount": 6.0 } ], "lstLaborTask": [ { "slno": 1, "loborTaskID": 2, "invoiceLaborTaskId": 1, "invoiceID": 1, "autoServiceMasterID": 3, "name": "sample string 4", "description": "sample string 5", "taskType": 1, "taskTypeName": "sample string 6", "hrsEstimated": 1.0, "location": 1, "locationName": "sample string 7", "assignedTo": 1, "results": "sample string 8", "hrsSpent": 1.0, "laborCharge": 1.0, "taxAmount": 1.0, "userName": "sample string 9", "isCompleted": true, "completedOn": "2025-07-17T04:46:17.3358897+00:00", "isAddedByAdmin": true, "hourlyRate": 1.0 }, { "slno": 1, "loborTaskID": 2, "invoiceLaborTaskId": 1, "invoiceID": 1, "autoServiceMasterID": 3, "name": "sample string 4", "description": "sample string 5", "taskType": 1, "taskTypeName": "sample string 6", "hrsEstimated": 1.0, "location": 1, "locationName": "sample string 7", "assignedTo": 1, "results": "sample string 8", "hrsSpent": 1.0, "laborCharge": 1.0, "taxAmount": 1.0, "userName": "sample string 9", "isCompleted": true, "completedOn": "2025-07-17T04:46:17.3358897+00:00", "isAddedByAdmin": true, "hourlyRate": 1.0 } ], "lstTags": [ { "tagID": 1 }, { "tagID": 1 } ], "signatoryName": "sample string 34", "signatureDate": "2025-07-17T04:46:17.3358897+00:00", "signaturePath": "sample string 35", "isUploadedFromAPI": 36, "requiresSignature": true, "customerContactName": "sample string 38", "zipCode": "sample string 39", "countryID": 1, "stateID": 1, "cityID": 1, "shipToAddress1": "sample string 40", "shiptoAddress2": "sample string 41", "shiptoCountryID": 1, "shiptoStateID": 1, "shiptoCityID": 1, "shiptoZipCode": "sample string 42", "isPaid": 1, "isSendPaymentLink": 1, "quotationID": 1, "statusID": 1, "paymentMethodID": 1, "paymentMethodRefNo": "sample string 43", "paymentAmount": 1.0, "isShowInCustomerPanel": true, "customerPhoneNo": "sample string 44", "customerEmail": "sample string 45", "isAddMiscCostAsExpense": true, "approveSignatoryName": "sample string 47", "approveSignatureDate": "2025-07-17T04:46:17.3358897+00:00", "approveSignaturePath": "sample string 48", "endSignatoryName": "sample string 49", "endSignatureDate": "2025-07-17T04:46:17.3358897+00:00", "endSignaturePath": "sample string 50", "recommendations": "sample string 51", "customerAddressID": 1, "customerAddressType": 1, "optionID": 52, "optionGUID": "sample string 53", "objMailingFileLst": [ { "invoiceFileID": 1, "invoiceID": 2, "actualFileName": "sample string 3", "renamedFileName": "sample string 4", "fileType": "sample string 5", "fullFilePath": "sample string 6", "fileRelativePath": "sample string 7", "isSelectedForEmail": true }, { "invoiceFileID": 1, "invoiceID": 2, "actualFileName": "sample string 3", "renamedFileName": "sample string 4", "fileType": "sample string 5", "fullFilePath": "sample string 6", "fileRelativePath": "sample string 7", "isSelectedForEmail": true } ], "salesOrderID": 1, "rentOutDate": "sample string 54", "rentOutTime": "sample string 55", "expectedRentReturnDate": "sample string 56", "expectedRentReturnTime": "sample string 57", "rentMonths": 1.0, "rentWeeks": 1.0, "rentDays": 1.0, "rentHours": 1.0, "rentMinutes": 1.0, "isRental": 1, "rental": [ { "invoiceRentalID": 1, "invoiceID": 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:46:17.3358897+00:00", "rentReturnDateTime": "2025-07-17T04:46:17.3358897+00:00", "taxRateID": 21, "taxPercentage": 22.0, "taxAmount": 23.0, "taxRate": 24.0, "itemTypeID": 25, "productID": 26 }, { "invoiceRentalID": 1, "invoiceID": 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:46:17.3358897+00:00", "rentReturnDateTime": "2025-07-17T04:46:17.3358897+00:00", "taxRateID": 21, "taxPercentage": 22.0, "taxAmount": 23.0, "taxRate": 24.0, "itemTypeID": 25, "productID": 26 } ], "apiKey": "sample string 58", "isRecurrence": 1, "recurrenceStartFromDate": "sample string 59", "recurrenceStartFromTime": "sample string 60", "recurrenceEndDate": "sample string 61", "recurrenceEndTime": "sample string 62", "billsEvery": 1, "billsEveryUnit": 1, "recurrenceDateofNextOrder": "sample string 63", "recurrenceTimeofNextOrder": "sample string 64", "reccurenceTotalAmount": 1.0, "ocurrencesCurrent": 1, "ocurrencesTotal": 1, "originalInvoiceNo_Rec": 1, "originalRentOutDate": "sample string 65", "originalExpectedRentReturnDate": "sample string 66", "originalRentTotalAmount": 1.0, "recurrenceStatus": 1, "recurrenceCount": 1, "nextRecurrenceDate": "2025-07-17T04:46:17.3358897+00:00", "recurrenceRunMode": 1, "basedOnDateValue": 1, "lstPayment": [ { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "paymentModeName": "sample string 4" }, { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "paymentModeName": "sample string 4" } ], "changeOrderID": 1, "serviceTemplateID": 1, "fieldServiceCustom1": "sample string 67", "fieldServiceCustom2": "sample string 68", "fieldServiceCustom3": "sample string 69", "fieldServiceCustom4": "sample string 70", "fieldServiceCustom5": "sample string 71", "fieldServiceCustom6": "sample string 72", "fieldServiceCustom7": "sample string 73", "fieldServiceCustom8": "sample string 74", "fieldServiceCustom9": "sample string 75", "fieldServiceCustom10": "sample string 76", "diagnosis": "sample string 77", "recommendationsNetTotalAmount": 78.0, "isRecommendationDisplayOnPDF": true, "additionalRecommendations": [ { "invoiceID": 1, "invoiceRecommendationID": 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" }, { "invoiceID": 1, "invoiceRecommendationID": 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" } ] }
application/xml, text/xml
<WOinvoiceInsertUpdateRequestDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"> <APIKey>sample string 58</APIKey> <AddedBy>27</AddedBy> <AddedDate>2025-07-17T04:46:17.3358897+00:00</AddedDate> <AdditionalRecommendations> <InvoiceAdditionalRecommendationsVM> <Description>sample string 10</Description> <InvoiceID>1</InvoiceID> <InvoiceRecommendationID>1</InvoiceRecommendationID> <PartsCode>sample string 12</PartsCode> <PartsID>1</PartsID> <PartsName>sample string 13</PartsName> <Quantity>2</Quantity> <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> </InvoiceAdditionalRecommendationsVM> <InvoiceAdditionalRecommendationsVM> <Description>sample string 10</Description> <InvoiceID>1</InvoiceID> <InvoiceRecommendationID>1</InvoiceRecommendationID> <PartsCode>sample string 12</PartsCode> <PartsID>1</PartsID> <PartsName>sample string 13</PartsName> <Quantity>2</Quantity> <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> </InvoiceAdditionalRecommendationsVM> </AdditionalRecommendations> <Address1>sample string 13</Address1> <Address2>sample string 14</Address2> <Address3>sample string 15</Address3> <ApproveSignatoryName>sample string 47</ApproveSignatoryName> <ApproveSignatureDate>2025-07-17T04:46:17.3358897+00:00</ApproveSignatureDate> <ApproveSignaturePath>sample string 48</ApproveSignaturePath> <AutoServiceMasterID>1</AutoServiceMasterID> <BasedOnDateValue>1</BasedOnDateValue> <BillsEvery>1</BillsEvery> <BillsEveryUnit>1</BillsEveryUnit> <ChangeOrderID>1</ChangeOrderID> <CityID>1</CityID> <CompanyName>sample string 12</CompanyName> <ConversionFactor>8</ConversionFactor> <CountryID>1</CountryID> <CreatedBy>sample string 31</CreatedBy> <CurrencyID>7</CurrencyID> <CurrencyName>sample string 32</CurrencyName> <CurrencySymbol>sample string 33</CurrencySymbol> <CustomerAddressID>1</CustomerAddressID> <CustomerAddressType>1</CustomerAddressType> <CustomerContactName>sample string 38</CustomerContactName> <CustomerEmail>sample string 45</CustomerEmail> <CustomerID>9</CustomerID> <CustomerName>sample string 28</CustomerName> <CustomerPhoneNo>sample string 44</CustomerPhoneNo> <DepartmentID>11</DepartmentID> <Description>sample string 4</Description> <Diagnosis>sample string 77</Diagnosis> <DueDate>sample string 6</DueDate> <EndSignatoryName>sample string 49</EndSignatoryName> <EndSignatureDate>2025-07-17T04:46:17.3358897+00:00</EndSignatureDate> <EndSignaturePath>sample string 50</EndSignaturePath> <ExpectedRentReturnDate>sample string 56</ExpectedRentReturnDate> <ExpectedRentReturnTime>sample string 57</ExpectedRentReturnTime> <FieldServiceCustom1>sample string 67</FieldServiceCustom1> <FieldServiceCustom10>sample string 76</FieldServiceCustom10> <FieldServiceCustom2>sample string 68</FieldServiceCustom2> <FieldServiceCustom3>sample string 69</FieldServiceCustom3> <FieldServiceCustom4>sample string 70</FieldServiceCustom4> <FieldServiceCustom5>sample string 71</FieldServiceCustom5> <FieldServiceCustom6>sample string 72</FieldServiceCustom6> <FieldServiceCustom7>sample string 73</FieldServiceCustom7> <FieldServiceCustom8>sample string 74</FieldServiceCustom8> <FieldServiceCustom9>sample string 75</FieldServiceCustom9> <InvoiceDate>2025-07-17T04:46:17.3202948+00:00</InvoiceDate> <InvoiceID>1</InvoiceID> <InvoiceNo>sample string 2</InvoiceNo> <InvoiceTitle>sample string 3</InvoiceTitle> <IsAddMiscCostAsExpense>true</IsAddMiscCostAsExpense> <IsPaid>1</IsPaid> <IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF> <IsRecurrence>1</IsRecurrence> <IsRental>1</IsRental> <IsSendPaymentLink>1</IsSendPaymentLink> <IsShowCompanyLogo>true</IsShowCompanyLogo> <IsShowInCustomerPanel>true</IsShowInCustomerPanel> <IsUploadedFromAPI>36</IsUploadedFromAPI> <IsUseCompanyAddress>true</IsUseCompanyAddress> <LoborCostTotalAmount>22</LoborCostTotalAmount> <LocationID>10</LocationID> <LocationName>sample string 29</LocationName> <MiscCostPaidAmount>20</MiscCostPaidAmount> <MiscCostRemainingTotalAmount>21</MiscCostRemainingTotalAmount> <MiscCostTotalAmount>19</MiscCostTotalAmount> <NetTotalAmount>23</NetTotalAmount> <NextRecurrenceDate>2025-07-17T04:46:17.3358897+00:00</NextRecurrenceDate> <Note>sample string 26</Note> <OcurrencesCurrent>1</OcurrencesCurrent> <OcurrencesTotal>1</OcurrencesTotal> <OptionGUID>sample string 53</OptionGUID> <OptionID>52</OptionID> <OriginalExpectedRentReturnDate>sample string 66</OriginalExpectedRentReturnDate> <OriginalInvoiceNo_Rec>1</OriginalInvoiceNo_Rec> <OriginalRentOutDate>sample string 65</OriginalRentOutDate> <OriginalRentTotalAmount>1</OriginalRentTotalAmount> <PartsNetTotalAmount>18</PartsNetTotalAmount> <PaymentAmount>1</PaymentAmount> <PaymentMethodID>1</PaymentMethodID> <PaymentMethodRefNo>sample string 43</PaymentMethodRefNo> <QuotationID>1</QuotationID> <ReccurenceTotalAmount>1</ReccurenceTotalAmount> <Recommendations>sample string 51</Recommendations> <RecommendationsNetTotalAmount>78</RecommendationsNetTotalAmount> <RecurrenceCount>1</RecurrenceCount> <RecurrenceDateofNextOrder>sample string 63</RecurrenceDateofNextOrder> <RecurrenceEndDate>sample string 61</RecurrenceEndDate> <RecurrenceEndTime>sample string 62</RecurrenceEndTime> <RecurrenceRunMode>1</RecurrenceRunMode> <RecurrenceStartFromDate>sample string 59</RecurrenceStartFromDate> <RecurrenceStartFromTime>sample string 60</RecurrenceStartFromTime> <RecurrenceStatus>1</RecurrenceStatus> <RecurrenceTimeofNextOrder>sample string 64</RecurrenceTimeofNextOrder> <RentDays>1</RentDays> <RentHours>1</RentHours> <RentMinutes>1</RentMinutes> <RentMonths>1</RentMonths> <RentOutDate>sample string 54</RentOutDate> <RentOutTime>sample string 55</RentOutTime> <RentWeeks>1</RentWeeks> <Rental> <WorkOrderInvoiceRentalVM> <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> <InvoiceID>1</InvoiceID> <InvoiceRentalID>1</InvoiceRentalID> <ItemTypeID>25</ItemTypeID> <Location>sample string 6</Location> <LocationId>5</LocationId> <Minutes>18</Minutes> <Months>14</Months> <ProductID>26</ProductID> <Quantity>4</Quantity> <Rate>sample string 10</Rate> <RatePrice>11</RatePrice> <RentOutDateTime>2025-07-17T04:46:17.3358897+00:00</RentOutDateTime> <RentReturnDateTime>2025-07-17T04:46:17.3358897+00:00</RentReturnDateTime> <TaxAmount>23</TaxAmount> <TaxPercentage>22</TaxPercentage> <TaxRate>24</TaxRate> <TaxRateID>21</TaxRateID> <TotalActualAmount>13</TotalActualAmount> <TotalPrice>12</TotalPrice> <Weeks>15</Weeks> </WorkOrderInvoiceRentalVM> <WorkOrderInvoiceRentalVM> <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> <InvoiceID>1</InvoiceID> <InvoiceRentalID>1</InvoiceRentalID> <ItemTypeID>25</ItemTypeID> <Location>sample string 6</Location> <LocationId>5</LocationId> <Minutes>18</Minutes> <Months>14</Months> <ProductID>26</ProductID> <Quantity>4</Quantity> <Rate>sample string 10</Rate> <RatePrice>11</RatePrice> <RentOutDateTime>2025-07-17T04:46:17.3358897+00:00</RentOutDateTime> <RentReturnDateTime>2025-07-17T04:46:17.3358897+00:00</RentReturnDateTime> <TaxAmount>23</TaxAmount> <TaxPercentage>22</TaxPercentage> <TaxRate>24</TaxRate> <TaxRateID>21</TaxRateID> <TotalActualAmount>13</TotalActualAmount> <TotalPrice>12</TotalPrice> <Weeks>15</Weeks> </WorkOrderInvoiceRentalVM> </Rental> <RequiresSignature>true</RequiresSignature> <SalesOrderID>1</SalesOrderID> <SendMailToAdmin>true</SendMailToAdmin> <SendMailToCustomer>true</SendMailToCustomer> <ServiceTemplateID>1</ServiceTemplateID> <ShipToAddress1>sample string 40</ShipToAddress1> <ShiptoAddress2>sample string 41</ShiptoAddress2> <ShiptoCityID>1</ShiptoCityID> <ShiptoCountryID>1</ShiptoCountryID> <ShiptoStateID>1</ShiptoStateID> <ShiptoZipCode>sample string 42</ShiptoZipCode> <SignatoryName>sample string 34</SignatoryName> <SignatureDate>2025-07-17T04:46:17.3358897+00:00</SignatureDate> <SignaturePath>sample string 35</SignaturePath> <StateID>1</StateID> <StatusID>1</StatusID> <ZipCode>sample string 39</ZipCode> <lstLaborTask> <WOInvoiceLaborTaskVM> <AssignedTo>1</AssignedTo> <AutoServiceMasterID>3</AutoServiceMasterID> <CompletedOn>2025-07-17T04:46:17.3358897+00:00</CompletedOn> <Description>sample string 5</Description> <HourlyRate>1</HourlyRate> <HrsEstimated>1</HrsEstimated> <HrsSpent>1</HrsSpent> <InvoiceID>1</InvoiceID> <InvoiceLaborTaskId>1</InvoiceLaborTaskId> <IsAddedByAdmin>true</IsAddedByAdmin> <IsCompleted>true</IsCompleted> <LaborCharge>1</LaborCharge> <LoborTaskID>2</LoborTaskID> <Location>1</Location> <LocationName>sample string 7</LocationName> <Name>sample string 4</Name> <Results>sample string 8</Results> <SLNO>1</SLNO> <TaskType>1</TaskType> <TaskTypeName>sample string 6</TaskTypeName> <TaxAmount>1</TaxAmount> <UserName>sample string 9</UserName> </WOInvoiceLaborTaskVM> <WOInvoiceLaborTaskVM> <AssignedTo>1</AssignedTo> <AutoServiceMasterID>3</AutoServiceMasterID> <CompletedOn>2025-07-17T04:46:17.3358897+00:00</CompletedOn> <Description>sample string 5</Description> <HourlyRate>1</HourlyRate> <HrsEstimated>1</HrsEstimated> <HrsSpent>1</HrsSpent> <InvoiceID>1</InvoiceID> <InvoiceLaborTaskId>1</InvoiceLaborTaskId> <IsAddedByAdmin>true</IsAddedByAdmin> <IsCompleted>true</IsCompleted> <LaborCharge>1</LaborCharge> <LoborTaskID>2</LoborTaskID> <Location>1</Location> <LocationName>sample string 7</LocationName> <Name>sample string 4</Name> <Results>sample string 8</Results> <SLNO>1</SLNO> <TaskType>1</TaskType> <TaskTypeName>sample string 6</TaskTypeName> <TaxAmount>1</TaxAmount> <UserName>sample string 9</UserName> </WOInvoiceLaborTaskVM> </lstLaborTask> <lstMiscCost> <WOInvoiceCostRequestDataModel> <AutoServiceMasterID>1</AutoServiceMasterID> <Description>sample string 4</Description> <InvoiceCostID>1</InvoiceCostID> <InvoiceID>1</InvoiceID> <MiscCostAmount>5</MiscCostAmount> <MiscCostType>sample string 3</MiscCostType> <MiscCostTypeID>2</MiscCostTypeID> <TotalAmount>6</TotalAmount> </WOInvoiceCostRequestDataModel> <WOInvoiceCostRequestDataModel> <AutoServiceMasterID>1</AutoServiceMasterID> <Description>sample string 4</Description> <InvoiceCostID>1</InvoiceCostID> <InvoiceID>1</InvoiceID> <MiscCostAmount>5</MiscCostAmount> <MiscCostType>sample string 3</MiscCostType> <MiscCostTypeID>2</MiscCostTypeID> <TotalAmount>6</TotalAmount> </WOInvoiceCostRequestDataModel> </lstMiscCost> <lstParts> <WOInvoicePartsItemRequestDataModel> <AutoServiceMasterID>1</AutoServiceMasterID> <Description>sample string 12</Description> <InvoiceID>1</InvoiceID> <InvoicePartsID>1</InvoicePartsID> <IsOptionSheet>14</IsOptionSheet> <PartsCode>sample string 3</PartsCode> <PartsID>2</PartsID> <PartsName>sample string 4</PartsName> <Quantity>5</Quantity> <TaxAmount>11</TaxAmount> <TaxPercentage>10</TaxPercentage> <TaxRateID>9</TaxRateID> <TotalPrice>8</TotalPrice> <UOMID>1</UOMID> <Unit>sample string 6</Unit> <UnitPrice>7</UnitPrice> <Warranty>sample string 13</Warranty> </WOInvoicePartsItemRequestDataModel> <WOInvoicePartsItemRequestDataModel> <AutoServiceMasterID>1</AutoServiceMasterID> <Description>sample string 12</Description> <InvoiceID>1</InvoiceID> <InvoicePartsID>1</InvoicePartsID> <IsOptionSheet>14</IsOptionSheet> <PartsCode>sample string 3</PartsCode> <PartsID>2</PartsID> <PartsName>sample string 4</PartsName> <Quantity>5</Quantity> <TaxAmount>11</TaxAmount> <TaxPercentage>10</TaxPercentage> <TaxRateID>9</TaxRateID> <TotalPrice>8</TotalPrice> <UOMID>1</UOMID> <Unit>sample string 6</Unit> <UnitPrice>7</UnitPrice> <Warranty>sample string 13</Warranty> </WOInvoicePartsItemRequestDataModel> </lstParts> <lstPayment> <WorkOrderInvoicePaymentVM> <PaymentAmount>2</PaymentAmount> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 4</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> </WorkOrderInvoicePaymentVM> <WorkOrderInvoicePaymentVM> <PaymentAmount>2</PaymentAmount> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 4</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> </WorkOrderInvoicePaymentVM> </lstPayment> <lstTags> <WOInvoiceTagVM> <TagID>1</TagID> </WOInvoiceTagVM> <WOInvoiceTagVM> <TagID>1</TagID> </WOInvoiceTagVM> </lstTags> <objMailingFileLst> <WOInvoiceMailFileVM> <ActualFileName>sample string 3</ActualFileName> <FileRelativePath>sample string 7</FileRelativePath> <FileType>sample string 5</FileType> <FullFilePath>sample string 6</FullFilePath> <InvoiceFileID>1</InvoiceFileID> <InvoiceID>2</InvoiceID> <IsSelectedForEmail>true</IsSelectedForEmail> <RenamedFileName>sample string 4</RenamedFileName> </WOInvoiceMailFileVM> <WOInvoiceMailFileVM> <ActualFileName>sample string 3</ActualFileName> <FileRelativePath>sample string 7</FileRelativePath> <FileType>sample string 5</FileType> <FullFilePath>sample string 6</FullFilePath> <InvoiceFileID>1</InvoiceFileID> <InvoiceID>2</InvoiceID> <IsSelectedForEmail>true</IsSelectedForEmail> <RenamedFileName>sample string 4</RenamedFileName> </WOInvoiceMailFileVM> </objMailingFileLst> </WOinvoiceInsertUpdateRequestDataModel>
multipart/form-data
<WOinvoiceInsertUpdateRequestDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"><APIKey>sample string 58</APIKey><AddedBy>27</AddedBy><AddedDate>2025-07-17T04:46:17.3358897+00:00</AddedDate><AdditionalRecommendations><InvoiceAdditionalRecommendationsVM><Description>sample string 10</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><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></InvoiceAdditionalRecommendationsVM><InvoiceAdditionalRecommendationsVM><Description>sample string 10</Description><InvoiceID>1</InvoiceID><InvoiceRecommendationID>1</InvoiceRecommendationID><PartsCode>sample string 12</PartsCode><PartsID>1</PartsID><PartsName>sample string 13</PartsName><Quantity>2</Quantity><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></InvoiceAdditionalRecommendationsVM></AdditionalRecommendations><Address1>sample string 13</Address1><Address2>sample string 14</Address2><Address3>sample string 15</Address3><ApproveSignatoryName>sample string 47</ApproveSignatoryName><ApproveSignatureDate>2025-07-17T04:46:17.3358897+00:00</ApproveSignatureDate><ApproveSignaturePath>sample string 48</ApproveSignaturePath><AutoServiceMasterID>1</AutoServiceMasterID><BasedOnDateValue>1</BasedOnDateValue><BillsEvery>1</BillsEvery><BillsEveryUnit>1</BillsEveryUnit><ChangeOrderID>1</ChangeOrderID><CityID>1</CityID><CompanyName>sample string 12</CompanyName><ConversionFactor>8</ConversionFactor><CountryID>1</CountryID><CreatedBy>sample string 31</CreatedBy><CurrencyID>7</CurrencyID><CurrencyName>sample string 32</CurrencyName><CurrencySymbol>sample string 33</CurrencySymbol><CustomerAddressID>1</CustomerAddressID><CustomerAddressType>1</CustomerAddressType><CustomerContactName>sample string 38</CustomerContactName><CustomerEmail>sample string 45</CustomerEmail><CustomerID>9</CustomerID><CustomerName>sample string 28</CustomerName><CustomerPhoneNo>sample string 44</CustomerPhoneNo><DepartmentID>11</DepartmentID><Description>sample string 4</Description><Diagnosis>sample string 77</Diagnosis><DueDate>sample string 6</DueDate><EndSignatoryName>sample string 49</EndSignatoryName><EndSignatureDate>2025-07-17T04:46:17.3358897+00:00</EndSignatureDate><EndSignaturePath>sample string 50</EndSignaturePath><ExpectedRentReturnDate>sample string 56</ExpectedRentReturnDate><ExpectedRentReturnTime>sample string 57</ExpectedRentReturnTime><FieldServiceCustom1>sample string 67</FieldServiceCustom1><FieldServiceCustom10>sample string 76</FieldServiceCustom10><FieldServiceCustom2>sample string 68</FieldServiceCustom2><FieldServiceCustom3>sample string 69</FieldServiceCustom3><FieldServiceCustom4>sample string 70</FieldServiceCustom4><FieldServiceCustom5>sample string 71</FieldServiceCustom5><FieldServiceCustom6>sample string 72</FieldServiceCustom6><FieldServiceCustom7>sample string 73</FieldServiceCustom7><FieldServiceCustom8>sample string 74</FieldServiceCustom8><FieldServiceCustom9>sample string 75</FieldServiceCustom9><InvoiceDate>2025-07-17T04:46:17.3202948+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceNo>sample string 2</InvoiceNo><InvoiceTitle>sample string 3</InvoiceTitle><IsAddMiscCostAsExpense>true</IsAddMiscCostAsExpense><IsPaid>1</IsPaid><IsRecommendationDisplayOnPDF>true</IsRecommendationDisplayOnPDF><IsRecurrence>1</IsRecurrence><IsRental>1</IsRental><IsSendPaymentLink>1</IsSendPaymentLink><IsShowCompanyLogo>true</IsShowCompanyLogo><IsShowInCustomerPanel>true</IsShowInCustomerPanel><IsUploadedFromAPI>36</IsUploadedFromAPI><IsUseCompanyAddress>true</IsUseCompanyAddress><LoborCostTotalAmount>22</LoborCostTotalAmount><LocationID>10</LocationID><LocationName>sample string 29</LocationName><MiscCostPaidAmount>20</MiscCostPaidAmount><MiscCostRemainingTotalAmount>21</MiscCostRemainingTotalAmount><MiscCostTotalAmount>19</MiscCostTotalAmount><NetTotalAmount>23</NetTotalAmount><NextRecurrenceDate>2025-07-17T04:46:17.3358897+00:00</NextRecurrenceDate><Note>sample string 26</Note><OcurrencesCurrent>1</OcurrencesCurrent><OcurrencesTotal>1</OcurrencesTotal><OptionGUID>sample string 53</OptionGUID><OptionID>52</OptionID><OriginalExpectedRentReturnDate>sample string 66</OriginalExpectedRentReturnDate><OriginalInvoiceNo_Rec>1</OriginalInvoiceNo_Rec><OriginalRentOutDate>sample string 65</OriginalRentOutDate><OriginalRentTotalAmount>1</OriginalRentTotalAmount><PartsNetTotalAmount>18</PartsNetTotalAmount><PaymentAmount>1</PaymentAmount><PaymentMethodID>1</PaymentMethodID><PaymentMethodRefNo>sample string 43</PaymentMethodRefNo><QuotationID>1</QuotationID><ReccurenceTotalAmount>1</ReccurenceTotalAmount><Recommendations>sample string 51</Recommendations><RecommendationsNetTotalAmount>78</RecommendationsNetTotalAmount><RecurrenceCount>1</RecurrenceCount><RecurrenceDateofNextOrder>sample string 63</RecurrenceDateofNextOrder><RecurrenceEndDate>sample string 61</RecurrenceEndDate><RecurrenceEndTime>sample string 62</RecurrenceEndTime><RecurrenceRunMode>1</RecurrenceRunMode><RecurrenceStartFromDate>sample string 59</RecurrenceStartFromDate><RecurrenceStartFromTime>sample string 60</RecurrenceStartFromTime><RecurrenceStatus>1</RecurrenceStatus><RecurrenceTimeofNextOrder>sample string 64</RecurrenceTimeofNextOrder><RentDays>1</RentDays><RentHours>1</RentHours><RentMinutes>1</RentMinutes><RentMonths>1</RentMonths><RentOutDate>sample string 54</RentOutDate><RentOutTime>sample string 55</RentOutTime><RentWeeks>1</RentWeeks><Rental><WorkOrderInvoiceRentalVM><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><InvoiceID>1</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:46:17.3358897+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:46:17.3358897+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></WorkOrderInvoiceRentalVM><WorkOrderInvoiceRentalVM><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><InvoiceID>1</InvoiceID><InvoiceRentalID>1</InvoiceRentalID><ItemTypeID>25</ItemTypeID><Location>sample string 6</Location><LocationId>5</LocationId><Minutes>18</Minutes><Months>14</Months><ProductID>26</ProductID><Quantity>4</Quantity><Rate>sample string 10</Rate><RatePrice>11</RatePrice><RentOutDateTime>2025-07-17T04:46:17.3358897+00:00</RentOutDateTime><RentReturnDateTime>2025-07-17T04:46:17.3358897+00:00</RentReturnDateTime><TaxAmount>23</TaxAmount><TaxPercentage>22</TaxPercentage><TaxRate>24</TaxRate><TaxRateID>21</TaxRateID><TotalActualAmount>13</TotalActualAmount><TotalPrice>12</TotalPrice><Weeks>15</Weeks></WorkOrderInvoiceRentalVM></Rental><RequiresSignature>true</RequiresSignature><SalesOrderID>1</SalesOrderID><SendMailToAdmin>true</SendMailToAdmin><SendMailToCustomer>true</SendMailToCustomer><ServiceTemplateID>1</ServiceTemplateID><ShipToAddress1>sample string 40</ShipToAddress1><ShiptoAddress2>sample string 41</ShiptoAddress2><ShiptoCityID>1</ShiptoCityID><ShiptoCountryID>1</ShiptoCountryID><ShiptoStateID>1</ShiptoStateID><ShiptoZipCode>sample string 42</ShiptoZipCode><SignatoryName>sample string 34</SignatoryName><SignatureDate>2025-07-17T04:46:17.3358897+00:00</SignatureDate><SignaturePath>sample string 35</SignaturePath><StateID>1</StateID><StatusID>1</StatusID><ZipCode>sample string 39</ZipCode><lstLaborTask><WOInvoiceLaborTaskVM><AssignedTo>1</AssignedTo><AutoServiceMasterID>3</AutoServiceMasterID><CompletedOn>2025-07-17T04:46:17.3358897+00:00</CompletedOn><Description>sample string 5</Description><HourlyRate>1</HourlyRate><HrsEstimated>1</HrsEstimated><HrsSpent>1</HrsSpent><InvoiceID>1</InvoiceID><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsAddedByAdmin>true</IsAddedByAdmin><IsCompleted>true</IsCompleted><LaborCharge>1</LaborCharge><LoborTaskID>2</LoborTaskID><Location>1</Location><LocationName>sample string 7</LocationName><Name>sample string 4</Name><Results>sample string 8</Results><SLNO>1</SLNO><TaskType>1</TaskType><TaskTypeName>sample string 6</TaskTypeName><TaxAmount>1</TaxAmount><UserName>sample string 9</UserName></WOInvoiceLaborTaskVM><WOInvoiceLaborTaskVM><AssignedTo>1</AssignedTo><AutoServiceMasterID>3</AutoServiceMasterID><CompletedOn>2025-07-17T04:46:17.3358897+00:00</CompletedOn><Description>sample string 5</Description><HourlyRate>1</HourlyRate><HrsEstimated>1</HrsEstimated><HrsSpent>1</HrsSpent><InvoiceID>1</InvoiceID><InvoiceLaborTaskId>1</InvoiceLaborTaskId><IsAddedByAdmin>true</IsAddedByAdmin><IsCompleted>true</IsCompleted><LaborCharge>1</LaborCharge><LoborTaskID>2</LoborTaskID><Location>1</Location><LocationName>sample string 7</LocationName><Name>sample string 4</Name><Results>sample string 8</Results><SLNO>1</SLNO><TaskType>1</TaskType><TaskTypeName>sample string 6</TaskTypeName><TaxAmount>1</TaxAmount><UserName>sample string 9</UserName></WOInvoiceLaborTaskVM></lstLaborTask><lstMiscCost><WOInvoiceCostRequestDataModel><AutoServiceMasterID>1</AutoServiceMasterID><Description>sample string 4</Description><InvoiceCostID>1</InvoiceCostID><InvoiceID>1</InvoiceID><MiscCostAmount>5</MiscCostAmount><MiscCostType>sample string 3</MiscCostType><MiscCostTypeID>2</MiscCostTypeID><TotalAmount>6</TotalAmount></WOInvoiceCostRequestDataModel><WOInvoiceCostRequestDataModel><AutoServiceMasterID>1</AutoServiceMasterID><Description>sample string 4</Description><InvoiceCostID>1</InvoiceCostID><InvoiceID>1</InvoiceID><MiscCostAmount>5</MiscCostAmount><MiscCostType>sample string 3</MiscCostType><MiscCostTypeID>2</MiscCostTypeID><TotalAmount>6</TotalAmount></WOInvoiceCostRequestDataModel></lstMiscCost><lstParts><WOInvoicePartsItemRequestDataModel><AutoServiceMasterID>1</AutoServiceMasterID><Description>sample string 12</Description><InvoiceID>1</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOMID>1</UOMID><Unit>sample string 6</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 13</Warranty></WOInvoicePartsItemRequestDataModel><WOInvoicePartsItemRequestDataModel><AutoServiceMasterID>1</AutoServiceMasterID><Description>sample string 12</Description><InvoiceID>1</InvoiceID><InvoicePartsID>1</InvoicePartsID><IsOptionSheet>14</IsOptionSheet><PartsCode>sample string 3</PartsCode><PartsID>2</PartsID><PartsName>sample string 4</PartsName><Quantity>5</Quantity><TaxAmount>11</TaxAmount><TaxPercentage>10</TaxPercentage><TaxRateID>9</TaxRateID><TotalPrice>8</TotalPrice><UOMID>1</UOMID><Unit>sample string 6</Unit><UnitPrice>7</UnitPrice><Warranty>sample string 13</Warranty></WOInvoicePartsItemRequestDataModel></lstParts><lstPayment><WorkOrderInvoicePaymentVM><PaymentAmount>2</PaymentAmount><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 4</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo></WorkOrderInvoicePaymentVM><WorkOrderInvoicePaymentVM><PaymentAmount>2</PaymentAmount><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 4</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo></WorkOrderInvoicePaymentVM></lstPayment><lstTags><WOInvoiceTagVM><TagID>1</TagID></WOInvoiceTagVM><WOInvoiceTagVM><TagID>1</TagID></WOInvoiceTagVM></lstTags><objMailingFileLst><WOInvoiceMailFileVM><ActualFileName>sample string 3</ActualFileName><FileRelativePath>sample string 7</FileRelativePath><FileType>sample string 5</FileType><FullFilePath>sample string 6</FullFilePath><InvoiceFileID>1</InvoiceFileID><InvoiceID>2</InvoiceID><IsSelectedForEmail>true</IsSelectedForEmail><RenamedFileName>sample string 4</RenamedFileName></WOInvoiceMailFileVM><WOInvoiceMailFileVM><ActualFileName>sample string 3</ActualFileName><FileRelativePath>sample string 7</FileRelativePath><FileType>sample string 5</FileType><FullFilePath>sample string 6</FullFilePath><InvoiceFileID>1</InvoiceFileID><InvoiceID>2</InvoiceID><IsSelectedForEmail>true</IsSelectedForEmail><RenamedFileName>sample string 4</RenamedFileName></WOInvoiceMailFileVM></objMailingFileLst></WOinvoiceInsertUpdateRequestDataModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
CommonResponseDataModelName | Description | Type | Additional information |
---|---|---|---|
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
{ "returnID": 1, "message": "sample string 2", "successful": true, "code": 4, "totalRecord": 5 }
application/xml, text/xml
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <Code>4</Code> <Message>sample string 2</Message> <ReturnID>1</ReturnID> <Successful>true</Successful> <TotalRecord>5</TotalRecord> </CommonResponseDataModel>
multipart/form-data
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord></CommonResponseDataModel>