POST api/WayBillInvoice/SaveInvoice
Request Information
URI Parameters
None.
Body Parameters
WayBillInvoiceInsertUpdateModelName | Description | Type | Additional information |
---|---|---|---|
objRequestModel | WayBillInvoiceInsertUpdateRequestModel |
None. |
|
SearchObject | WayBillInvoiceSearchRequestModel |
None. |
|
WayBillInvoiceDeleteModel | WayBillDeleteModel |
None. |
|
APIKey | string |
None. |
Request Formats
application/json, text/json, text/plain, text/html
Sample:
{ "objRequestModel": { "invoiceID": 1, "invoiceCode": "sample string 2", "shippingGuide": "sample string 3", "invoiceTitle": "sample string 4", "invoiceDate": "2025-07-17T04:39:01.5516159+00:00", "dueDate": "2025-07-17T04:39:01.5516159+00:00", "customerID": 7, "delivertFirstName": "sample string 8", "delivertLastName": "sample string 9", "deliveryPhone": "sample string 10", "deliveryMail": "sample string 11", "deliveryDistrict": "sample string 12", "deliveryAddress1": "sample string 13", "deliveryAddress2": "sample string 14", "deliveryZipcode": "sample string 15", "deliveryCountry": 16, "deliveryState": 17, "deliveryCity": 18, "deliveryLatitude": "sample string 19", "deliveryLongitude": "sample string 20", "deliveryIdentification": "sample string 21", "currencyID": 22, "pickupFirstName": "sample string 23", "pickupLastName": "sample string 24", "pickupPhone": "sample string 25", "pickupDistrict": "sample string 26", "pickupAddress1": "sample string 27", "pickupAddress2": "sample string 28", "pickupZipcode": "sample string 29", "pickupCountry": 30, "pickupState": 31, "pickupCity": 32, "pickupLatitude": "sample string 33", "pickupLongitude": "sample string 34", "orderTotalAmount": "sample string 35", "status": 36, "note": "sample string 37", "mailTocustomer": true, "mailToAdmin": true, "showInCustomerPanel": true, "isActive": true, "isDeleted": true, "addedBy": 43, "modifiedBy": 44, "billToAddress1": "sample string 45", "billToAddress2": "sample string 46", "billToZipcode": "sample string 47", "billToCountryID": "sample string 48", "billToStateID": "sample string 49", "billToCityID": "sample string 50", "sendMailToCustomer": true, "sendMailToAdmin": true, "isShowInCustomerPanel": true, "partsJson": "sample string 54", "fileJson": "sample string 55", "conversionFactor": 56.0, "comment": "sample string 57", "deliveryRechnungAddress": "sample string 58", "pickupRechnungAddress": "sample string 59", "paymentJson": "sample string 60", "mappingJson": "sample string 61", "signatoryName": "sample string 62", "signatureDate": "2025-07-17T04:39:01.5516159+00:00", "signatureTime": "sample string 64", "signaturePath": "sample string 65", "existingSignatureName": "sample string 66", "approvalSignatoryName": "sample string 67", "approvalSignatureDate": "2025-07-17T04:39:01.5516159+00:00", "approvalSignatureTime": "sample string 69", "approvalSignaturePath": "sample string 70", "existingApprovalSignatureName": "sample string 71", "endSignatoryName": "sample string 72", "endSignatureDate": "2025-07-17T04:39:01.5516159+00:00", "endSignatureTime": "sample string 74", "endSignaturePath": "sample string 75", "existingEndSignatureName": "sample string 76", "paymentMethodID": 77, "paymentAmount": 78.0, "paymentRefNo": "sample string 79", "wayBillIds": "sample string 80", "billingToDistrict": "sample string 81", "masterInvoiceID": 82 }, "searchObject": { "invoiceID": 1, "pageNumber": 2, "pageSize": 3, "cmmsCompanyId": 4, "customerID": 5, "statusID": 6, "invoiceFromDate": "sample string 7", "invoiceToDate": "sample string 8", "requestFrom": "sample string 9", "invoiceCode": "sample string 10", "userId": "sample string 11" }, "wayBillInvoiceDeleteModel": { "invoiceID": 1, "modifiedby": 2 }, "apiKey": "sample string 1" }
application/xml, text/xml
Sample:
<WayBillInvoiceInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"> <APIKey>sample string 1</APIKey> <SearchObject> <CMMSCompanyId>4</CMMSCompanyId> <InvoiceCode>sample string 10</InvoiceCode> <InvoiceFromDate>sample string 7</InvoiceFromDate> <InvoiceID>1</InvoiceID> <InvoiceToDate>sample string 8</InvoiceToDate> <PageNumber>2</PageNumber> <PageSize>3</PageSize> <RequestFrom>sample string 9</RequestFrom> <StatusID>6</StatusID> <UserId>sample string 11</UserId> <customerID>5</customerID> </SearchObject> <WayBillInvoiceDeleteModel> <InvoiceID>1</InvoiceID> <Modifiedby>2</Modifiedby> </WayBillInvoiceDeleteModel> <objRequestModel> <AddedBy>43</AddedBy> <ApprovalSignatoryName>sample string 67</ApprovalSignatoryName> <ApprovalSignatureDate>2025-07-17T04:39:01.5516159+00:00</ApprovalSignatureDate> <ApprovalSignaturePath>sample string 70</ApprovalSignaturePath> <ApprovalSignatureTime>sample string 69</ApprovalSignatureTime> <BillToAddress1>sample string 45</BillToAddress1> <BillToAddress2>sample string 46</BillToAddress2> <BillToCityID>sample string 50</BillToCityID> <BillToCountryID>sample string 48</BillToCountryID> <BillToStateID>sample string 49</BillToStateID> <BillToZipcode>sample string 47</BillToZipcode> <BillingToDistrict>sample string 81</BillingToDistrict> <Comment>sample string 57</Comment> <ConversionFactor>56</ConversionFactor> <CurrencyID>22</CurrencyID> <CustomerID>7</CustomerID> <DelivertFirstName>sample string 8</DelivertFirstName> <DelivertLastName>sample string 9</DelivertLastName> <DeliveryAddress1>sample string 13</DeliveryAddress1> <DeliveryAddress2>sample string 14</DeliveryAddress2> <DeliveryCity>18</DeliveryCity> <DeliveryCountry>16</DeliveryCountry> <DeliveryDistrict>sample string 12</DeliveryDistrict> <DeliveryIdentification>sample string 21</DeliveryIdentification> <DeliveryLatitude>sample string 19</DeliveryLatitude> <DeliveryLongitude>sample string 20</DeliveryLongitude> <DeliveryMail>sample string 11</DeliveryMail> <DeliveryPhone>sample string 10</DeliveryPhone> <DeliveryRechnungAddress>sample string 58</DeliveryRechnungAddress> <DeliveryState>17</DeliveryState> <DeliveryZipcode>sample string 15</DeliveryZipcode> <DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate> <EndSignatoryName>sample string 72</EndSignatoryName> <EndSignatureDate>2025-07-17T04:39:01.5516159+00:00</EndSignatureDate> <EndSignaturePath>sample string 75</EndSignaturePath> <EndSignatureTime>sample string 74</EndSignatureTime> <ExistingApprovalSignatureName>sample string 71</ExistingApprovalSignatureName> <ExistingEndSignatureName>sample string 76</ExistingEndSignatureName> <ExistingSignatureName>sample string 66</ExistingSignatureName> <FileJson>sample string 55</FileJson> <InvoiceCode>sample string 2</InvoiceCode> <InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate> <InvoiceID>1</InvoiceID> <InvoiceTitle>sample string 4</InvoiceTitle> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsShowInCustomerPanel>true</IsShowInCustomerPanel> <MailToAdmin>true</MailToAdmin> <MailTocustomer>true</MailTocustomer> <MappingJson>sample string 61</MappingJson> <MasterInvoiceID>82</MasterInvoiceID> <ModifiedBy>44</ModifiedBy> <Note>sample string 37</Note> <OrderTotalAmount>sample string 35</OrderTotalAmount> <PartsJson>sample string 54</PartsJson> <PaymentAmount>78</PaymentAmount> <PaymentJson>sample string 60</PaymentJson> <PaymentMethodID>77</PaymentMethodID> <PaymentRefNo>sample string 79</PaymentRefNo> <PickupAddress1>sample string 27</PickupAddress1> <PickupAddress2>sample string 28</PickupAddress2> <PickupCity>32</PickupCity> <PickupCountry>30</PickupCountry> <PickupDistrict>sample string 26</PickupDistrict> <PickupFirstName>sample string 23</PickupFirstName> <PickupLastName>sample string 24</PickupLastName> <PickupLatitude>sample string 33</PickupLatitude> <PickupLongitude>sample string 34</PickupLongitude> <PickupPhone>sample string 25</PickupPhone> <PickupState>31</PickupState> <PickupZipcode>sample string 29</PickupZipcode> <SendMailToAdmin>true</SendMailToAdmin> <SendMailToCustomer>true</SendMailToCustomer> <ShippingGuide>sample string 3</ShippingGuide> <ShowInCustomerPanel>true</ShowInCustomerPanel> <SignatoryName>sample string 62</SignatoryName> <SignatureDate>2025-07-17T04:39:01.5516159+00:00</SignatureDate> <SignaturePath>sample string 65</SignaturePath> <SignatureTime>sample string 64</SignatureTime> <Status>36</Status> <WayBillIds>sample string 80</WayBillIds> <pickupRechnungAddress>sample string 59</pickupRechnungAddress> </objRequestModel> </WayBillInvoiceInsertUpdateModel>
multipart/form-data
Sample:
<WayBillInvoiceInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"><APIKey>sample string 1</APIKey><SearchObject><CMMSCompanyId>4</CMMSCompanyId><InvoiceCode>sample string 10</InvoiceCode><InvoiceFromDate>sample string 7</InvoiceFromDate><InvoiceID>1</InvoiceID><InvoiceToDate>sample string 8</InvoiceToDate><PageNumber>2</PageNumber><PageSize>3</PageSize><RequestFrom>sample string 9</RequestFrom><StatusID>6</StatusID><UserId>sample string 11</UserId><customerID>5</customerID></SearchObject><WayBillInvoiceDeleteModel><InvoiceID>1</InvoiceID><Modifiedby>2</Modifiedby></WayBillInvoiceDeleteModel><objRequestModel><AddedBy>43</AddedBy><ApprovalSignatoryName>sample string 67</ApprovalSignatoryName><ApprovalSignatureDate>2025-07-17T04:39:01.5516159+00:00</ApprovalSignatureDate><ApprovalSignaturePath>sample string 70</ApprovalSignaturePath><ApprovalSignatureTime>sample string 69</ApprovalSignatureTime><BillToAddress1>sample string 45</BillToAddress1><BillToAddress2>sample string 46</BillToAddress2><BillToCityID>sample string 50</BillToCityID><BillToCountryID>sample string 48</BillToCountryID><BillToStateID>sample string 49</BillToStateID><BillToZipcode>sample string 47</BillToZipcode><BillingToDistrict>sample string 81</BillingToDistrict><Comment>sample string 57</Comment><ConversionFactor>56</ConversionFactor><CurrencyID>22</CurrencyID><CustomerID>7</CustomerID><DelivertFirstName>sample string 8</DelivertFirstName><DelivertLastName>sample string 9</DelivertLastName><DeliveryAddress1>sample string 13</DeliveryAddress1><DeliveryAddress2>sample string 14</DeliveryAddress2><DeliveryCity>18</DeliveryCity><DeliveryCountry>16</DeliveryCountry><DeliveryDistrict>sample string 12</DeliveryDistrict><DeliveryIdentification>sample string 21</DeliveryIdentification><DeliveryLatitude>sample string 19</DeliveryLatitude><DeliveryLongitude>sample string 20</DeliveryLongitude><DeliveryMail>sample string 11</DeliveryMail><DeliveryPhone>sample string 10</DeliveryPhone><DeliveryRechnungAddress>sample string 58</DeliveryRechnungAddress><DeliveryState>17</DeliveryState><DeliveryZipcode>sample string 15</DeliveryZipcode><DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate><EndSignatoryName>sample string 72</EndSignatoryName><EndSignatureDate>2025-07-17T04:39:01.5516159+00:00</EndSignatureDate><EndSignaturePath>sample string 75</EndSignaturePath><EndSignatureTime>sample string 74</EndSignatureTime><ExistingApprovalSignatureName>sample string 71</ExistingApprovalSignatureName><ExistingEndSignatureName>sample string 76</ExistingEndSignatureName><ExistingSignatureName>sample string 66</ExistingSignatureName><FileJson>sample string 55</FileJson><InvoiceCode>sample string 2</InvoiceCode><InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceTitle>sample string 4</InvoiceTitle><IsActive>true</IsActive><IsDeleted>true</IsDeleted><IsShowInCustomerPanel>true</IsShowInCustomerPanel><MailToAdmin>true</MailToAdmin><MailTocustomer>true</MailTocustomer><MappingJson>sample string 61</MappingJson><MasterInvoiceID>82</MasterInvoiceID><ModifiedBy>44</ModifiedBy><Note>sample string 37</Note><OrderTotalAmount>sample string 35</OrderTotalAmount><PartsJson>sample string 54</PartsJson><PaymentAmount>78</PaymentAmount><PaymentJson>sample string 60</PaymentJson><PaymentMethodID>77</PaymentMethodID><PaymentRefNo>sample string 79</PaymentRefNo><PickupAddress1>sample string 27</PickupAddress1><PickupAddress2>sample string 28</PickupAddress2><PickupCity>32</PickupCity><PickupCountry>30</PickupCountry><PickupDistrict>sample string 26</PickupDistrict><PickupFirstName>sample string 23</PickupFirstName><PickupLastName>sample string 24</PickupLastName><PickupLatitude>sample string 33</PickupLatitude><PickupLongitude>sample string 34</PickupLongitude><PickupPhone>sample string 25</PickupPhone><PickupState>31</PickupState><PickupZipcode>sample string 29</PickupZipcode><SendMailToAdmin>true</SendMailToAdmin><SendMailToCustomer>true</SendMailToCustomer><ShippingGuide>sample string 3</ShippingGuide><ShowInCustomerPanel>true</ShowInCustomerPanel><SignatoryName>sample string 62</SignatoryName><SignatureDate>2025-07-17T04:39:01.5516159+00:00</SignatureDate><SignaturePath>sample string 65</SignaturePath><SignatureTime>sample string 64</SignatureTime><Status>36</Status><WayBillIds>sample string 80</WayBillIds><pickupRechnungAddress>sample string 59</pickupRechnungAddress></objRequestModel></WayBillInvoiceInsertUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WayBillInvoiceInsertUpdateResPonseModelName | Description | Type | Additional information |
---|---|---|---|
objlist | Collection of WayBillInvoiceVM |
None. |
|
InvoiceId | integer |
None. |
|
wayBillInvoicePDF | WayBillInvoicePDFVM |
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:
{ "objlist": [ { "invoiceID": 1, "invoiceCode": "sample string 2", "invoiceTitle": "sample string 3", "invoiceDate": "2025-07-17T04:39:01.5516159+00:00", "cmmsCompanyId": 5, "customerID": 6, "delivertFirstName": "sample string 7", "delivertLastName": "sample string 8", "deliveryPhone": "sample string 9", "deliveryMail": "sample string 10", "deliveryDistrict": "sample string 11", "deliveryAddress1": "sample string 12", "deliveryAddress2": "sample string 13", "deliveryZipcode": "sample string 14", "deliveryCountryID": 15, "deliveryStateID": 16, "deliveryCityID": 17, "deliveryLatitude": "sample string 18", "deliveryLongitude": "sample string 19", "deliveryIdentification": "sample string 20", "currencyID": 21, "paymentmethodID": 22, "pickupFirstName": "sample string 23", "pickupLastName": "sample string 24", "pickupPhone": "sample string 25", "pickupDistrict": "sample string 26", "pickupAddress1": "sample string 27", "pickupAddress2": "sample string 28", "pickupZipcode": "sample string 29", "pickupCountryID": 30, "pickupStateID": 31, "pickupCityID": 32, "pickupLatitude": "sample string 33", "pickupLongitude": "sample string 34", "statusID": 35, "note": "sample string 36", "isActive": 37, "isDeleted": 38, "addedBy": 39, "addedDate": "2025-07-17T04:39:01.5516159+00:00", "modifiedBy": 41, "modifiedDate": "2025-07-17T04:39:01.5516159+00:00", "mailTocustomer": true, "mailToAdmin": true, "showInCustomerPanel": true, "billingAddress1": "sample string 46", "billingAddress2": "sample string 47", "billToZipcode": "sample string 48", "billToCountryID": 49, "billToStateID": 50, "billToCityID": 51, "dueDate": "2025-07-17T04:39:01.5516159+00:00", "conversionFactor": 53.0, "shippingGuide": "sample string 54", "comment": "sample string 55", "deliveryRechnungAddress": "sample string 56", "pickupRechnungAddress": "sample string 57", "existingSignatureName": "sample string 58", "existingApprovalSignatureName": "sample string 59", "existingEndSignatureName": "sample string 60", "waybillCodes": "sample string 61", "customerName": "sample string 62", "invoiceStatus": "sample string 63", "createdby": "sample string 64", "invoiceAmount": 65.0, "duepayment": 66.0, "totalPayment": 67.0, "masterInvoiceID": 68, "totalRecords": 69, "billingToDistrict": "sample string 70", "returnStatusID": 71, "gtiStatus": 72, "isPaid": 73, "consecutive": "sample string 74", "parts": [ { "shippingID": 1, "wayBillId": 2, "shippingClassID": 3, "lengthCM": 4, "widthCM": 5, "heightCM": 6, "weightKG": 7, "productType": "sample string 8", "chargeAmount": 9.0, "fragile": 10, "taxId": 11, "tax": 12.0, "finalPrice": 13.0, "invoiceShippingMappingID": 14, "shortDesc": "sample string 15", "longDesc": "sample string 16", "code": "sample string 17" }, { "shippingID": 1, "wayBillId": 2, "shippingClassID": 3, "lengthCM": 4, "widthCM": 5, "heightCM": 6, "weightKG": 7, "productType": "sample string 8", "chargeAmount": 9.0, "fragile": 10, "taxId": 11, "tax": 12.0, "finalPrice": 13.0, "invoiceShippingMappingID": 14, "shortDesc": "sample string 15", "longDesc": "sample string 16", "code": "sample string 17" } ], "objFiles": [ { "fileID": 1, "invoiceID": 2, "renamedFileName": "sample string 3", "actualFileName": "sample string 4", "fullFilePath": "sample string 5", "fileType": "sample string 6" }, { "fileID": 1, "invoiceID": 2, "renamedFileName": "sample string 3", "actualFileName": "sample string 4", "fullFilePath": "sample string 5", "fileType": "sample string 6" } ], "paymentDetails": [ { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "servicePaymentID": 4, "paymentID": 5, "invoiceID": 6, "paymentModeName": "sample string 7" }, { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "servicePaymentID": 4, "paymentID": 5, "invoiceID": 6, "paymentModeName": "sample string 7" } ], "mappingVMs": [ { "mappingID": 1, "wayBillID": 2, "invoiceID": 3, "shippingClassID": 4 }, { "mappingID": 1, "wayBillID": 2, "invoiceID": 3, "shippingClassID": 4 } ] }, { "invoiceID": 1, "invoiceCode": "sample string 2", "invoiceTitle": "sample string 3", "invoiceDate": "2025-07-17T04:39:01.5516159+00:00", "cmmsCompanyId": 5, "customerID": 6, "delivertFirstName": "sample string 7", "delivertLastName": "sample string 8", "deliveryPhone": "sample string 9", "deliveryMail": "sample string 10", "deliveryDistrict": "sample string 11", "deliveryAddress1": "sample string 12", "deliveryAddress2": "sample string 13", "deliveryZipcode": "sample string 14", "deliveryCountryID": 15, "deliveryStateID": 16, "deliveryCityID": 17, "deliveryLatitude": "sample string 18", "deliveryLongitude": "sample string 19", "deliveryIdentification": "sample string 20", "currencyID": 21, "paymentmethodID": 22, "pickupFirstName": "sample string 23", "pickupLastName": "sample string 24", "pickupPhone": "sample string 25", "pickupDistrict": "sample string 26", "pickupAddress1": "sample string 27", "pickupAddress2": "sample string 28", "pickupZipcode": "sample string 29", "pickupCountryID": 30, "pickupStateID": 31, "pickupCityID": 32, "pickupLatitude": "sample string 33", "pickupLongitude": "sample string 34", "statusID": 35, "note": "sample string 36", "isActive": 37, "isDeleted": 38, "addedBy": 39, "addedDate": "2025-07-17T04:39:01.5516159+00:00", "modifiedBy": 41, "modifiedDate": "2025-07-17T04:39:01.5516159+00:00", "mailTocustomer": true, "mailToAdmin": true, "showInCustomerPanel": true, "billingAddress1": "sample string 46", "billingAddress2": "sample string 47", "billToZipcode": "sample string 48", "billToCountryID": 49, "billToStateID": 50, "billToCityID": 51, "dueDate": "2025-07-17T04:39:01.5516159+00:00", "conversionFactor": 53.0, "shippingGuide": "sample string 54", "comment": "sample string 55", "deliveryRechnungAddress": "sample string 56", "pickupRechnungAddress": "sample string 57", "existingSignatureName": "sample string 58", "existingApprovalSignatureName": "sample string 59", "existingEndSignatureName": "sample string 60", "waybillCodes": "sample string 61", "customerName": "sample string 62", "invoiceStatus": "sample string 63", "createdby": "sample string 64", "invoiceAmount": 65.0, "duepayment": 66.0, "totalPayment": 67.0, "masterInvoiceID": 68, "totalRecords": 69, "billingToDistrict": "sample string 70", "returnStatusID": 71, "gtiStatus": 72, "isPaid": 73, "consecutive": "sample string 74", "parts": [ { "shippingID": 1, "wayBillId": 2, "shippingClassID": 3, "lengthCM": 4, "widthCM": 5, "heightCM": 6, "weightKG": 7, "productType": "sample string 8", "chargeAmount": 9.0, "fragile": 10, "taxId": 11, "tax": 12.0, "finalPrice": 13.0, "invoiceShippingMappingID": 14, "shortDesc": "sample string 15", "longDesc": "sample string 16", "code": "sample string 17" }, { "shippingID": 1, "wayBillId": 2, "shippingClassID": 3, "lengthCM": 4, "widthCM": 5, "heightCM": 6, "weightKG": 7, "productType": "sample string 8", "chargeAmount": 9.0, "fragile": 10, "taxId": 11, "tax": 12.0, "finalPrice": 13.0, "invoiceShippingMappingID": 14, "shortDesc": "sample string 15", "longDesc": "sample string 16", "code": "sample string 17" } ], "objFiles": [ { "fileID": 1, "invoiceID": 2, "renamedFileName": "sample string 3", "actualFileName": "sample string 4", "fullFilePath": "sample string 5", "fileType": "sample string 6" }, { "fileID": 1, "invoiceID": 2, "renamedFileName": "sample string 3", "actualFileName": "sample string 4", "fullFilePath": "sample string 5", "fileType": "sample string 6" } ], "paymentDetails": [ { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "servicePaymentID": 4, "paymentID": 5, "invoiceID": 6, "paymentModeName": "sample string 7" }, { "paymentRefNo": "sample string 1", "paymentAmount": 2.0, "paymentModeID": 3, "servicePaymentID": 4, "paymentID": 5, "invoiceID": 6, "paymentModeName": "sample string 7" } ], "mappingVMs": [ { "mappingID": 1, "wayBillID": 2, "invoiceID": 3, "shippingClassID": 4 }, { "mappingID": 1, "wayBillID": 2, "invoiceID": 3, "shippingClassID": 4 } ] } ], "invoiceId": 1, "wayBillInvoicePDF": { "invoiceTitle": "sample string 1", "invoiceDate": "2025-07-17T04:39:01.5516159+00:00", "dueDate": "2025-07-17T04:39:01.5516159+00:00", "invoiceCode": "sample string 4", "deliveryMail": "sample string 5", "deliveryPhone": "sample string 6", "customerName": "sample string 7", "paymentMethod": "sample string 8", "pickupAddress": "sample string 9", "deliveryAddress": "sample string 10", "address": "sample string 11", "deliveryDistrict": "sample string 12", "cityName": "sample string 13", "provinceName": "sample string 14", "countryName": "sample string 15", "note": "sample string 16", "currencyName": "sample string 17", "currencySymbol": "sample string 18", "totalPayment": 19.0, "duepayment": 20.0, "parts": [ { "lengthCM": 1, "widthCM": 2, "heightCM": 3, "weightKG": 4, "productType": "sample string 5", "chargeAmount": 6.0, "fragile": 7, "tax": 8.0, "finalPrice": 9.0, "shortDesc": "sample string 10", "code": "sample string 11" }, { "lengthCM": 1, "widthCM": 2, "heightCM": 3, "weightKG": 4, "productType": "sample string 5", "chargeAmount": 6.0, "fragile": 7, "tax": 8.0, "finalPrice": 9.0, "shortDesc": "sample string 10", "code": "sample string 11" } ] }, "returnID": 2, "message": "sample string 3", "successful": true, "code": 5, "totalRecord": 6 }
application/xml, text/xml
Sample:
<WayBillInvoiceInsertUpdateResPonseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"> <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</Code> <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 3</Message> <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">2</ReturnID> <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful> <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">6</TotalRecord> <InvoiceId>1</InvoiceId> <objlist> <WayBillInvoiceVM> <AddedBy>39</AddedBy> <AddedDate>2025-07-17T04:39:01.5516159+00:00</AddedDate> <BillToCityID>51</BillToCityID> <BillToCountryID>49</BillToCountryID> <BillToStateID>50</BillToStateID> <BillToZipcode>sample string 48</BillToZipcode> <BillingAddress1>sample string 46</BillingAddress1> <BillingAddress2>sample string 47</BillingAddress2> <BillingToDistrict>sample string 70</BillingToDistrict> <CMMSCompanyId>5</CMMSCompanyId> <Comment>sample string 55</Comment> <Consecutive>sample string 74</Consecutive> <ConversionFactor>53</ConversionFactor> <CurrencyID>21</CurrencyID> <CustomerID>6</CustomerID> <CustomerName>sample string 62</CustomerName> <DelivertFirstName>sample string 7</DelivertFirstName> <DelivertLastName>sample string 8</DelivertLastName> <DeliveryAddress1>sample string 12</DeliveryAddress1> <DeliveryAddress2>sample string 13</DeliveryAddress2> <DeliveryCityID>17</DeliveryCityID> <DeliveryCountryID>15</DeliveryCountryID> <DeliveryDistrict>sample string 11</DeliveryDistrict> <DeliveryIdentification>sample string 20</DeliveryIdentification> <DeliveryLatitude>sample string 18</DeliveryLatitude> <DeliveryLongitude>sample string 19</DeliveryLongitude> <DeliveryMail>sample string 10</DeliveryMail> <DeliveryPhone>sample string 9</DeliveryPhone> <DeliveryRechnungAddress>sample string 56</DeliveryRechnungAddress> <DeliveryStateID>16</DeliveryStateID> <DeliveryZipcode>sample string 14</DeliveryZipcode> <DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate> <ExistingApprovalSignatureName>sample string 59</ExistingApprovalSignatureName> <ExistingEndSignatureName>sample string 60</ExistingEndSignatureName> <ExistingSignatureName>sample string 58</ExistingSignatureName> <GTIStatus>72</GTIStatus> <InvoiceAmount>65</InvoiceAmount> <InvoiceCode>sample string 2</InvoiceCode> <InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate> <InvoiceID>1</InvoiceID> <InvoiceStatus>sample string 63</InvoiceStatus> <InvoiceTitle>sample string 3</InvoiceTitle> <IsActive>37</IsActive> <IsDeleted>38</IsDeleted> <MailToAdmin>true</MailToAdmin> <MailTocustomer>true</MailTocustomer> <MasterInvoiceID>68</MasterInvoiceID> <ModifiedBy>41</ModifiedBy> <ModifiedDate>2025-07-17T04:39:01.5516159+00:00</ModifiedDate> <Note>sample string 36</Note> <Parts> <WayBillInvoiceShippingClassVM> <ChargeAmount>9</ChargeAmount> <Code>sample string 17</Code> <FinalPrice>13</FinalPrice> <Fragile>10</Fragile> <HeightCM>6</HeightCM> <InvoiceShippingMappingID>14</InvoiceShippingMappingID> <LengthCM>4</LengthCM> <LongDesc>sample string 16</LongDesc> <ProductType>sample string 8</ProductType> <ShippingClassID>3</ShippingClassID> <ShippingID>1</ShippingID> <ShortDesc>sample string 15</ShortDesc> <Tax>12</Tax> <TaxId>11</TaxId> <WayBillId>2</WayBillId> <WeightKG>7</WeightKG> <WidthCM>5</WidthCM> </WayBillInvoiceShippingClassVM> <WayBillInvoiceShippingClassVM> <ChargeAmount>9</ChargeAmount> <Code>sample string 17</Code> <FinalPrice>13</FinalPrice> <Fragile>10</Fragile> <HeightCM>6</HeightCM> <InvoiceShippingMappingID>14</InvoiceShippingMappingID> <LengthCM>4</LengthCM> <LongDesc>sample string 16</LongDesc> <ProductType>sample string 8</ProductType> <ShippingClassID>3</ShippingClassID> <ShippingID>1</ShippingID> <ShortDesc>sample string 15</ShortDesc> <Tax>12</Tax> <TaxId>11</TaxId> <WayBillId>2</WayBillId> <WeightKG>7</WeightKG> <WidthCM>5</WidthCM> </WayBillInvoiceShippingClassVM> </Parts> <PaymentDetails> <WayBillInvoicePaymentVM> <InvoiceID>6</InvoiceID> <PaymentAmount>2</PaymentAmount> <PaymentID>5</PaymentID> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 7</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> <ServicePaymentID>4</ServicePaymentID> </WayBillInvoicePaymentVM> <WayBillInvoicePaymentVM> <InvoiceID>6</InvoiceID> <PaymentAmount>2</PaymentAmount> <PaymentID>5</PaymentID> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 7</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> <ServicePaymentID>4</ServicePaymentID> </WayBillInvoicePaymentVM> </PaymentDetails> <PaymentmethodID>22</PaymentmethodID> <PickupAddress1>sample string 27</PickupAddress1> <PickupAddress2>sample string 28</PickupAddress2> <PickupCityID>32</PickupCityID> <PickupCountryID>30</PickupCountryID> <PickupDistrict>sample string 26</PickupDistrict> <PickupFirstName>sample string 23</PickupFirstName> <PickupLastName>sample string 24</PickupLastName> <PickupLatitude>sample string 33</PickupLatitude> <PickupLongitude>sample string 34</PickupLongitude> <PickupPhone>sample string 25</PickupPhone> <PickupStateID>31</PickupStateID> <PickupZipcode>sample string 29</PickupZipcode> <ShippingGuide>sample string 54</ShippingGuide> <ShowInCustomerPanel>true</ShowInCustomerPanel> <StatusID>35</StatusID> <TotalPayment>67</TotalPayment> <TotalRecords>69</TotalRecords> <WaybillCodes>sample string 61</WaybillCodes> <createdby>sample string 64</createdby> <duepayment>66</duepayment> <isPaid>73</isPaid> <mappingVMs> <InvoiceMappingVM> <InvoiceID>3</InvoiceID> <MappingID>1</MappingID> <ShippingClassID>4</ShippingClassID> <WayBillID>2</WayBillID> </InvoiceMappingVM> <InvoiceMappingVM> <InvoiceID>3</InvoiceID> <MappingID>1</MappingID> <ShippingClassID>4</ShippingClassID> <WayBillID>2</WayBillID> </InvoiceMappingVM> </mappingVMs> <objFiles> <WayBillInvoiceFileVM> <ActualFileName>sample string 4</ActualFileName> <FileID>1</FileID> <FileType>sample string 6</FileType> <FullFilePath>sample string 5</FullFilePath> <InvoiceID>2</InvoiceID> <RenamedFileName>sample string 3</RenamedFileName> </WayBillInvoiceFileVM> <WayBillInvoiceFileVM> <ActualFileName>sample string 4</ActualFileName> <FileID>1</FileID> <FileType>sample string 6</FileType> <FullFilePath>sample string 5</FullFilePath> <InvoiceID>2</InvoiceID> <RenamedFileName>sample string 3</RenamedFileName> </WayBillInvoiceFileVM> </objFiles> <pickupRechnungAddress>sample string 57</pickupRechnungAddress> <returnStatusID>71</returnStatusID> </WayBillInvoiceVM> <WayBillInvoiceVM> <AddedBy>39</AddedBy> <AddedDate>2025-07-17T04:39:01.5516159+00:00</AddedDate> <BillToCityID>51</BillToCityID> <BillToCountryID>49</BillToCountryID> <BillToStateID>50</BillToStateID> <BillToZipcode>sample string 48</BillToZipcode> <BillingAddress1>sample string 46</BillingAddress1> <BillingAddress2>sample string 47</BillingAddress2> <BillingToDistrict>sample string 70</BillingToDistrict> <CMMSCompanyId>5</CMMSCompanyId> <Comment>sample string 55</Comment> <Consecutive>sample string 74</Consecutive> <ConversionFactor>53</ConversionFactor> <CurrencyID>21</CurrencyID> <CustomerID>6</CustomerID> <CustomerName>sample string 62</CustomerName> <DelivertFirstName>sample string 7</DelivertFirstName> <DelivertLastName>sample string 8</DelivertLastName> <DeliveryAddress1>sample string 12</DeliveryAddress1> <DeliveryAddress2>sample string 13</DeliveryAddress2> <DeliveryCityID>17</DeliveryCityID> <DeliveryCountryID>15</DeliveryCountryID> <DeliveryDistrict>sample string 11</DeliveryDistrict> <DeliveryIdentification>sample string 20</DeliveryIdentification> <DeliveryLatitude>sample string 18</DeliveryLatitude> <DeliveryLongitude>sample string 19</DeliveryLongitude> <DeliveryMail>sample string 10</DeliveryMail> <DeliveryPhone>sample string 9</DeliveryPhone> <DeliveryRechnungAddress>sample string 56</DeliveryRechnungAddress> <DeliveryStateID>16</DeliveryStateID> <DeliveryZipcode>sample string 14</DeliveryZipcode> <DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate> <ExistingApprovalSignatureName>sample string 59</ExistingApprovalSignatureName> <ExistingEndSignatureName>sample string 60</ExistingEndSignatureName> <ExistingSignatureName>sample string 58</ExistingSignatureName> <GTIStatus>72</GTIStatus> <InvoiceAmount>65</InvoiceAmount> <InvoiceCode>sample string 2</InvoiceCode> <InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate> <InvoiceID>1</InvoiceID> <InvoiceStatus>sample string 63</InvoiceStatus> <InvoiceTitle>sample string 3</InvoiceTitle> <IsActive>37</IsActive> <IsDeleted>38</IsDeleted> <MailToAdmin>true</MailToAdmin> <MailTocustomer>true</MailTocustomer> <MasterInvoiceID>68</MasterInvoiceID> <ModifiedBy>41</ModifiedBy> <ModifiedDate>2025-07-17T04:39:01.5516159+00:00</ModifiedDate> <Note>sample string 36</Note> <Parts> <WayBillInvoiceShippingClassVM> <ChargeAmount>9</ChargeAmount> <Code>sample string 17</Code> <FinalPrice>13</FinalPrice> <Fragile>10</Fragile> <HeightCM>6</HeightCM> <InvoiceShippingMappingID>14</InvoiceShippingMappingID> <LengthCM>4</LengthCM> <LongDesc>sample string 16</LongDesc> <ProductType>sample string 8</ProductType> <ShippingClassID>3</ShippingClassID> <ShippingID>1</ShippingID> <ShortDesc>sample string 15</ShortDesc> <Tax>12</Tax> <TaxId>11</TaxId> <WayBillId>2</WayBillId> <WeightKG>7</WeightKG> <WidthCM>5</WidthCM> </WayBillInvoiceShippingClassVM> <WayBillInvoiceShippingClassVM> <ChargeAmount>9</ChargeAmount> <Code>sample string 17</Code> <FinalPrice>13</FinalPrice> <Fragile>10</Fragile> <HeightCM>6</HeightCM> <InvoiceShippingMappingID>14</InvoiceShippingMappingID> <LengthCM>4</LengthCM> <LongDesc>sample string 16</LongDesc> <ProductType>sample string 8</ProductType> <ShippingClassID>3</ShippingClassID> <ShippingID>1</ShippingID> <ShortDesc>sample string 15</ShortDesc> <Tax>12</Tax> <TaxId>11</TaxId> <WayBillId>2</WayBillId> <WeightKG>7</WeightKG> <WidthCM>5</WidthCM> </WayBillInvoiceShippingClassVM> </Parts> <PaymentDetails> <WayBillInvoicePaymentVM> <InvoiceID>6</InvoiceID> <PaymentAmount>2</PaymentAmount> <PaymentID>5</PaymentID> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 7</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> <ServicePaymentID>4</ServicePaymentID> </WayBillInvoicePaymentVM> <WayBillInvoicePaymentVM> <InvoiceID>6</InvoiceID> <PaymentAmount>2</PaymentAmount> <PaymentID>5</PaymentID> <PaymentModeID>3</PaymentModeID> <PaymentModeName>sample string 7</PaymentModeName> <PaymentRefNo>sample string 1</PaymentRefNo> <ServicePaymentID>4</ServicePaymentID> </WayBillInvoicePaymentVM> </PaymentDetails> <PaymentmethodID>22</PaymentmethodID> <PickupAddress1>sample string 27</PickupAddress1> <PickupAddress2>sample string 28</PickupAddress2> <PickupCityID>32</PickupCityID> <PickupCountryID>30</PickupCountryID> <PickupDistrict>sample string 26</PickupDistrict> <PickupFirstName>sample string 23</PickupFirstName> <PickupLastName>sample string 24</PickupLastName> <PickupLatitude>sample string 33</PickupLatitude> <PickupLongitude>sample string 34</PickupLongitude> <PickupPhone>sample string 25</PickupPhone> <PickupStateID>31</PickupStateID> <PickupZipcode>sample string 29</PickupZipcode> <ShippingGuide>sample string 54</ShippingGuide> <ShowInCustomerPanel>true</ShowInCustomerPanel> <StatusID>35</StatusID> <TotalPayment>67</TotalPayment> <TotalRecords>69</TotalRecords> <WaybillCodes>sample string 61</WaybillCodes> <createdby>sample string 64</createdby> <duepayment>66</duepayment> <isPaid>73</isPaid> <mappingVMs> <InvoiceMappingVM> <InvoiceID>3</InvoiceID> <MappingID>1</MappingID> <ShippingClassID>4</ShippingClassID> <WayBillID>2</WayBillID> </InvoiceMappingVM> <InvoiceMappingVM> <InvoiceID>3</InvoiceID> <MappingID>1</MappingID> <ShippingClassID>4</ShippingClassID> <WayBillID>2</WayBillID> </InvoiceMappingVM> </mappingVMs> <objFiles> <WayBillInvoiceFileVM> <ActualFileName>sample string 4</ActualFileName> <FileID>1</FileID> <FileType>sample string 6</FileType> <FullFilePath>sample string 5</FullFilePath> <InvoiceID>2</InvoiceID> <RenamedFileName>sample string 3</RenamedFileName> </WayBillInvoiceFileVM> <WayBillInvoiceFileVM> <ActualFileName>sample string 4</ActualFileName> <FileID>1</FileID> <FileType>sample string 6</FileType> <FullFilePath>sample string 5</FullFilePath> <InvoiceID>2</InvoiceID> <RenamedFileName>sample string 3</RenamedFileName> </WayBillInvoiceFileVM> </objFiles> <pickupRechnungAddress>sample string 57</pickupRechnungAddress> <returnStatusID>71</returnStatusID> </WayBillInvoiceVM> </objlist> <wayBillInvoicePDF> <Address>sample string 11</Address> <CityName>sample string 13</CityName> <CountryName>sample string 15</CountryName> <CurrencyName>sample string 17</CurrencyName> <CurrencySymbol>sample string 18</CurrencySymbol> <CustomerName>sample string 7</CustomerName> <DeliveryAddress>sample string 10</DeliveryAddress> <DeliveryDistrict>sample string 12</DeliveryDistrict> <DeliveryMail>sample string 5</DeliveryMail> <DeliveryPhone>sample string 6</DeliveryPhone> <DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate> <InvoiceCode>sample string 4</InvoiceCode> <InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate> <InvoiceTitle>sample string 1</InvoiceTitle> <Note>sample string 16</Note> <Parts> <WayBillInvoiceItemPDFVM> <ChargeAmount>6</ChargeAmount> <Code>sample string 11</Code> <FinalPrice>9</FinalPrice> <Fragile>7</Fragile> <HeightCM>3</HeightCM> <LengthCM>1</LengthCM> <ProductType>sample string 5</ProductType> <ShortDesc>sample string 10</ShortDesc> <Tax>8</Tax> <WeightKG>4</WeightKG> <WidthCM>2</WidthCM> </WayBillInvoiceItemPDFVM> <WayBillInvoiceItemPDFVM> <ChargeAmount>6</ChargeAmount> <Code>sample string 11</Code> <FinalPrice>9</FinalPrice> <Fragile>7</Fragile> <HeightCM>3</HeightCM> <LengthCM>1</LengthCM> <ProductType>sample string 5</ProductType> <ShortDesc>sample string 10</ShortDesc> <Tax>8</Tax> <WeightKG>4</WeightKG> <WidthCM>2</WidthCM> </WayBillInvoiceItemPDFVM> </Parts> <PaymentMethod>sample string 8</PaymentMethod> <PickupAddress>sample string 9</PickupAddress> <TotalPayment>19</TotalPayment> <duepayment>20</duepayment> <provinceName>sample string 14</provinceName> </wayBillInvoicePDF> </WayBillInvoiceInsertUpdateResPonseModel>
multipart/form-data
Sample:
<WayBillInvoiceInsertUpdateResPonseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 3</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">2</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">6</TotalRecord><InvoiceId>1</InvoiceId><objlist><WayBillInvoiceVM><AddedBy>39</AddedBy><AddedDate>2025-07-17T04:39:01.5516159+00:00</AddedDate><BillToCityID>51</BillToCityID><BillToCountryID>49</BillToCountryID><BillToStateID>50</BillToStateID><BillToZipcode>sample string 48</BillToZipcode><BillingAddress1>sample string 46</BillingAddress1><BillingAddress2>sample string 47</BillingAddress2><BillingToDistrict>sample string 70</BillingToDistrict><CMMSCompanyId>5</CMMSCompanyId><Comment>sample string 55</Comment><Consecutive>sample string 74</Consecutive><ConversionFactor>53</ConversionFactor><CurrencyID>21</CurrencyID><CustomerID>6</CustomerID><CustomerName>sample string 62</CustomerName><DelivertFirstName>sample string 7</DelivertFirstName><DelivertLastName>sample string 8</DelivertLastName><DeliveryAddress1>sample string 12</DeliveryAddress1><DeliveryAddress2>sample string 13</DeliveryAddress2><DeliveryCityID>17</DeliveryCityID><DeliveryCountryID>15</DeliveryCountryID><DeliveryDistrict>sample string 11</DeliveryDistrict><DeliveryIdentification>sample string 20</DeliveryIdentification><DeliveryLatitude>sample string 18</DeliveryLatitude><DeliveryLongitude>sample string 19</DeliveryLongitude><DeliveryMail>sample string 10</DeliveryMail><DeliveryPhone>sample string 9</DeliveryPhone><DeliveryRechnungAddress>sample string 56</DeliveryRechnungAddress><DeliveryStateID>16</DeliveryStateID><DeliveryZipcode>sample string 14</DeliveryZipcode><DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate><ExistingApprovalSignatureName>sample string 59</ExistingApprovalSignatureName><ExistingEndSignatureName>sample string 60</ExistingEndSignatureName><ExistingSignatureName>sample string 58</ExistingSignatureName><GTIStatus>72</GTIStatus><InvoiceAmount>65</InvoiceAmount><InvoiceCode>sample string 2</InvoiceCode><InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceStatus>sample string 63</InvoiceStatus><InvoiceTitle>sample string 3</InvoiceTitle><IsActive>37</IsActive><IsDeleted>38</IsDeleted><MailToAdmin>true</MailToAdmin><MailTocustomer>true</MailTocustomer><MasterInvoiceID>68</MasterInvoiceID><ModifiedBy>41</ModifiedBy><ModifiedDate>2025-07-17T04:39:01.5516159+00:00</ModifiedDate><Note>sample string 36</Note><Parts><WayBillInvoiceShippingClassVM><ChargeAmount>9</ChargeAmount><Code>sample string 17</Code><FinalPrice>13</FinalPrice><Fragile>10</Fragile><HeightCM>6</HeightCM><InvoiceShippingMappingID>14</InvoiceShippingMappingID><LengthCM>4</LengthCM><LongDesc>sample string 16</LongDesc><ProductType>sample string 8</ProductType><ShippingClassID>3</ShippingClassID><ShippingID>1</ShippingID><ShortDesc>sample string 15</ShortDesc><Tax>12</Tax><TaxId>11</TaxId><WayBillId>2</WayBillId><WeightKG>7</WeightKG><WidthCM>5</WidthCM></WayBillInvoiceShippingClassVM><WayBillInvoiceShippingClassVM><ChargeAmount>9</ChargeAmount><Code>sample string 17</Code><FinalPrice>13</FinalPrice><Fragile>10</Fragile><HeightCM>6</HeightCM><InvoiceShippingMappingID>14</InvoiceShippingMappingID><LengthCM>4</LengthCM><LongDesc>sample string 16</LongDesc><ProductType>sample string 8</ProductType><ShippingClassID>3</ShippingClassID><ShippingID>1</ShippingID><ShortDesc>sample string 15</ShortDesc><Tax>12</Tax><TaxId>11</TaxId><WayBillId>2</WayBillId><WeightKG>7</WeightKG><WidthCM>5</WidthCM></WayBillInvoiceShippingClassVM></Parts><PaymentDetails><WayBillInvoicePaymentVM><InvoiceID>6</InvoiceID><PaymentAmount>2</PaymentAmount><PaymentID>5</PaymentID><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 7</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo><ServicePaymentID>4</ServicePaymentID></WayBillInvoicePaymentVM><WayBillInvoicePaymentVM><InvoiceID>6</InvoiceID><PaymentAmount>2</PaymentAmount><PaymentID>5</PaymentID><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 7</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo><ServicePaymentID>4</ServicePaymentID></WayBillInvoicePaymentVM></PaymentDetails><PaymentmethodID>22</PaymentmethodID><PickupAddress1>sample string 27</PickupAddress1><PickupAddress2>sample string 28</PickupAddress2><PickupCityID>32</PickupCityID><PickupCountryID>30</PickupCountryID><PickupDistrict>sample string 26</PickupDistrict><PickupFirstName>sample string 23</PickupFirstName><PickupLastName>sample string 24</PickupLastName><PickupLatitude>sample string 33</PickupLatitude><PickupLongitude>sample string 34</PickupLongitude><PickupPhone>sample string 25</PickupPhone><PickupStateID>31</PickupStateID><PickupZipcode>sample string 29</PickupZipcode><ShippingGuide>sample string 54</ShippingGuide><ShowInCustomerPanel>true</ShowInCustomerPanel><StatusID>35</StatusID><TotalPayment>67</TotalPayment><TotalRecords>69</TotalRecords><WaybillCodes>sample string 61</WaybillCodes><createdby>sample string 64</createdby><duepayment>66</duepayment><isPaid>73</isPaid><mappingVMs><InvoiceMappingVM><InvoiceID>3</InvoiceID><MappingID>1</MappingID><ShippingClassID>4</ShippingClassID><WayBillID>2</WayBillID></InvoiceMappingVM><InvoiceMappingVM><InvoiceID>3</InvoiceID><MappingID>1</MappingID><ShippingClassID>4</ShippingClassID><WayBillID>2</WayBillID></InvoiceMappingVM></mappingVMs><objFiles><WayBillInvoiceFileVM><ActualFileName>sample string 4</ActualFileName><FileID>1</FileID><FileType>sample string 6</FileType><FullFilePath>sample string 5</FullFilePath><InvoiceID>2</InvoiceID><RenamedFileName>sample string 3</RenamedFileName></WayBillInvoiceFileVM><WayBillInvoiceFileVM><ActualFileName>sample string 4</ActualFileName><FileID>1</FileID><FileType>sample string 6</FileType><FullFilePath>sample string 5</FullFilePath><InvoiceID>2</InvoiceID><RenamedFileName>sample string 3</RenamedFileName></WayBillInvoiceFileVM></objFiles><pickupRechnungAddress>sample string 57</pickupRechnungAddress><returnStatusID>71</returnStatusID></WayBillInvoiceVM><WayBillInvoiceVM><AddedBy>39</AddedBy><AddedDate>2025-07-17T04:39:01.5516159+00:00</AddedDate><BillToCityID>51</BillToCityID><BillToCountryID>49</BillToCountryID><BillToStateID>50</BillToStateID><BillToZipcode>sample string 48</BillToZipcode><BillingAddress1>sample string 46</BillingAddress1><BillingAddress2>sample string 47</BillingAddress2><BillingToDistrict>sample string 70</BillingToDistrict><CMMSCompanyId>5</CMMSCompanyId><Comment>sample string 55</Comment><Consecutive>sample string 74</Consecutive><ConversionFactor>53</ConversionFactor><CurrencyID>21</CurrencyID><CustomerID>6</CustomerID><CustomerName>sample string 62</CustomerName><DelivertFirstName>sample string 7</DelivertFirstName><DelivertLastName>sample string 8</DelivertLastName><DeliveryAddress1>sample string 12</DeliveryAddress1><DeliveryAddress2>sample string 13</DeliveryAddress2><DeliveryCityID>17</DeliveryCityID><DeliveryCountryID>15</DeliveryCountryID><DeliveryDistrict>sample string 11</DeliveryDistrict><DeliveryIdentification>sample string 20</DeliveryIdentification><DeliveryLatitude>sample string 18</DeliveryLatitude><DeliveryLongitude>sample string 19</DeliveryLongitude><DeliveryMail>sample string 10</DeliveryMail><DeliveryPhone>sample string 9</DeliveryPhone><DeliveryRechnungAddress>sample string 56</DeliveryRechnungAddress><DeliveryStateID>16</DeliveryStateID><DeliveryZipcode>sample string 14</DeliveryZipcode><DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate><ExistingApprovalSignatureName>sample string 59</ExistingApprovalSignatureName><ExistingEndSignatureName>sample string 60</ExistingEndSignatureName><ExistingSignatureName>sample string 58</ExistingSignatureName><GTIStatus>72</GTIStatus><InvoiceAmount>65</InvoiceAmount><InvoiceCode>sample string 2</InvoiceCode><InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate><InvoiceID>1</InvoiceID><InvoiceStatus>sample string 63</InvoiceStatus><InvoiceTitle>sample string 3</InvoiceTitle><IsActive>37</IsActive><IsDeleted>38</IsDeleted><MailToAdmin>true</MailToAdmin><MailTocustomer>true</MailTocustomer><MasterInvoiceID>68</MasterInvoiceID><ModifiedBy>41</ModifiedBy><ModifiedDate>2025-07-17T04:39:01.5516159+00:00</ModifiedDate><Note>sample string 36</Note><Parts><WayBillInvoiceShippingClassVM><ChargeAmount>9</ChargeAmount><Code>sample string 17</Code><FinalPrice>13</FinalPrice><Fragile>10</Fragile><HeightCM>6</HeightCM><InvoiceShippingMappingID>14</InvoiceShippingMappingID><LengthCM>4</LengthCM><LongDesc>sample string 16</LongDesc><ProductType>sample string 8</ProductType><ShippingClassID>3</ShippingClassID><ShippingID>1</ShippingID><ShortDesc>sample string 15</ShortDesc><Tax>12</Tax><TaxId>11</TaxId><WayBillId>2</WayBillId><WeightKG>7</WeightKG><WidthCM>5</WidthCM></WayBillInvoiceShippingClassVM><WayBillInvoiceShippingClassVM><ChargeAmount>9</ChargeAmount><Code>sample string 17</Code><FinalPrice>13</FinalPrice><Fragile>10</Fragile><HeightCM>6</HeightCM><InvoiceShippingMappingID>14</InvoiceShippingMappingID><LengthCM>4</LengthCM><LongDesc>sample string 16</LongDesc><ProductType>sample string 8</ProductType><ShippingClassID>3</ShippingClassID><ShippingID>1</ShippingID><ShortDesc>sample string 15</ShortDesc><Tax>12</Tax><TaxId>11</TaxId><WayBillId>2</WayBillId><WeightKG>7</WeightKG><WidthCM>5</WidthCM></WayBillInvoiceShippingClassVM></Parts><PaymentDetails><WayBillInvoicePaymentVM><InvoiceID>6</InvoiceID><PaymentAmount>2</PaymentAmount><PaymentID>5</PaymentID><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 7</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo><ServicePaymentID>4</ServicePaymentID></WayBillInvoicePaymentVM><WayBillInvoicePaymentVM><InvoiceID>6</InvoiceID><PaymentAmount>2</PaymentAmount><PaymentID>5</PaymentID><PaymentModeID>3</PaymentModeID><PaymentModeName>sample string 7</PaymentModeName><PaymentRefNo>sample string 1</PaymentRefNo><ServicePaymentID>4</ServicePaymentID></WayBillInvoicePaymentVM></PaymentDetails><PaymentmethodID>22</PaymentmethodID><PickupAddress1>sample string 27</PickupAddress1><PickupAddress2>sample string 28</PickupAddress2><PickupCityID>32</PickupCityID><PickupCountryID>30</PickupCountryID><PickupDistrict>sample string 26</PickupDistrict><PickupFirstName>sample string 23</PickupFirstName><PickupLastName>sample string 24</PickupLastName><PickupLatitude>sample string 33</PickupLatitude><PickupLongitude>sample string 34</PickupLongitude><PickupPhone>sample string 25</PickupPhone><PickupStateID>31</PickupStateID><PickupZipcode>sample string 29</PickupZipcode><ShippingGuide>sample string 54</ShippingGuide><ShowInCustomerPanel>true</ShowInCustomerPanel><StatusID>35</StatusID><TotalPayment>67</TotalPayment><TotalRecords>69</TotalRecords><WaybillCodes>sample string 61</WaybillCodes><createdby>sample string 64</createdby><duepayment>66</duepayment><isPaid>73</isPaid><mappingVMs><InvoiceMappingVM><InvoiceID>3</InvoiceID><MappingID>1</MappingID><ShippingClassID>4</ShippingClassID><WayBillID>2</WayBillID></InvoiceMappingVM><InvoiceMappingVM><InvoiceID>3</InvoiceID><MappingID>1</MappingID><ShippingClassID>4</ShippingClassID><WayBillID>2</WayBillID></InvoiceMappingVM></mappingVMs><objFiles><WayBillInvoiceFileVM><ActualFileName>sample string 4</ActualFileName><FileID>1</FileID><FileType>sample string 6</FileType><FullFilePath>sample string 5</FullFilePath><InvoiceID>2</InvoiceID><RenamedFileName>sample string 3</RenamedFileName></WayBillInvoiceFileVM><WayBillInvoiceFileVM><ActualFileName>sample string 4</ActualFileName><FileID>1</FileID><FileType>sample string 6</FileType><FullFilePath>sample string 5</FullFilePath><InvoiceID>2</InvoiceID><RenamedFileName>sample string 3</RenamedFileName></WayBillInvoiceFileVM></objFiles><pickupRechnungAddress>sample string 57</pickupRechnungAddress><returnStatusID>71</returnStatusID></WayBillInvoiceVM></objlist><wayBillInvoicePDF><Address>sample string 11</Address><CityName>sample string 13</CityName><CountryName>sample string 15</CountryName><CurrencyName>sample string 17</CurrencyName><CurrencySymbol>sample string 18</CurrencySymbol><CustomerName>sample string 7</CustomerName><DeliveryAddress>sample string 10</DeliveryAddress><DeliveryDistrict>sample string 12</DeliveryDistrict><DeliveryMail>sample string 5</DeliveryMail><DeliveryPhone>sample string 6</DeliveryPhone><DueDate>2025-07-17T04:39:01.5516159+00:00</DueDate><InvoiceCode>sample string 4</InvoiceCode><InvoiceDate>2025-07-17T04:39:01.5516159+00:00</InvoiceDate><InvoiceTitle>sample string 1</InvoiceTitle><Note>sample string 16</Note><Parts><WayBillInvoiceItemPDFVM><ChargeAmount>6</ChargeAmount><Code>sample string 11</Code><FinalPrice>9</FinalPrice><Fragile>7</Fragile><HeightCM>3</HeightCM><LengthCM>1</LengthCM><ProductType>sample string 5</ProductType><ShortDesc>sample string 10</ShortDesc><Tax>8</Tax><WeightKG>4</WeightKG><WidthCM>2</WidthCM></WayBillInvoiceItemPDFVM><WayBillInvoiceItemPDFVM><ChargeAmount>6</ChargeAmount><Code>sample string 11</Code><FinalPrice>9</FinalPrice><Fragile>7</Fragile><HeightCM>3</HeightCM><LengthCM>1</LengthCM><ProductType>sample string 5</ProductType><ShortDesc>sample string 10</ShortDesc><Tax>8</Tax><WeightKG>4</WeightKG><WidthCM>2</WidthCM></WayBillInvoiceItemPDFVM></Parts><PaymentMethod>sample string 8</PaymentMethod><PickupAddress>sample string 9</PickupAddress><TotalPayment>19</TotalPayment><duepayment>20</duepayment><provinceName>sample string 14</provinceName></wayBillInvoicePDF></WayBillInvoiceInsertUpdateResPonseModel>