POST api/WayBillInvoice/GetShipping

Request Information

URI Parameters

None.

Body Parameters

WayBillListRequestModel
NameDescriptionTypeAdditional information
SerachModel

WayBillSearchModel

None.

APIKey

string

None.

IsActive

integer

None.

SearchText

string

None.

PageNumber

integer

None.

PageSize

integer

None.

UsePaging

boolean

None.

Request Formats

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

Sample:
{
  "serachModel": {
    "fromDate": "sample string 1",
    "toDate": "sample string 2",
    "searchCustomerID": 3,
    "orderID": 4,
    "orderCode": "sample string 5",
    "customerID": 1,
    "isPagination": 6,
    "currentPage": 7,
    "pageSize": 8,
    "resultsPageCount": 9,
    "sortingBy": "sample string 10",
    "sortingOrder": "sample string 11",
    "parentProjectSearchCode": "sample string 12",
    "statusID": 13,
    "paymentMethodID": 14,
    "jobNumber": "sample string 15",
    "requestFrom": "sample string 16"
  },
  "apiKey": "sample string 1",
  "isActive": 1,
  "searchText": "sample string 2",
  "pageNumber": 1,
  "pageSize": 1,
  "usePaging": true
}

application/xml, text/xml

Sample:
<WayBillListRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel">
  <IsActive>1</IsActive>
  <PageNumber>1</PageNumber>
  <PageSize>1</PageSize>
  <SearchText>sample string 2</SearchText>
  <UsePaging>true</UsePaging>
  <APIKey>sample string 1</APIKey>
  <SerachModel>
    <CurrentPage>7</CurrentPage>
    <CustomerID>1</CustomerID>
    <FromDate>sample string 1</FromDate>
    <IsPagination>6</IsPagination>
    <JobNumber>sample string 15</JobNumber>
    <OrderCode>sample string 5</OrderCode>
    <OrderID>4</OrderID>
    <PageSize>8</PageSize>
    <ParentProjectSearchCode>sample string 12</ParentProjectSearchCode>
    <PaymentMethodID>14</PaymentMethodID>
    <RequestFrom>sample string 16</RequestFrom>
    <ResultsPageCount>9</ResultsPageCount>
    <SearchCustomerID>3</SearchCustomerID>
    <SortingBy>sample string 10</SortingBy>
    <SortingOrder>sample string 11</SortingOrder>
    <ToDate>sample string 2</ToDate>
    <statusID>13</statusID>
  </SerachModel>
</WayBillListRequestModel>

multipart/form-data

Sample:
<WayBillListRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.RequestModel"><IsActive>1</IsActive><PageNumber>1</PageNumber><PageSize>1</PageSize><SearchText>sample string 2</SearchText><UsePaging>true</UsePaging><APIKey>sample string 1</APIKey><SerachModel><CurrentPage>7</CurrentPage><CustomerID>1</CustomerID><FromDate>sample string 1</FromDate><IsPagination>6</IsPagination><JobNumber>sample string 15</JobNumber><OrderCode>sample string 5</OrderCode><OrderID>4</OrderID><PageSize>8</PageSize><ParentProjectSearchCode>sample string 12</ParentProjectSearchCode><PaymentMethodID>14</PaymentMethodID><RequestFrom>sample string 16</RequestFrom><ResultsPageCount>9</ResultsPageCount><SearchCustomerID>3</SearchCustomerID><SortingBy>sample string 10</SortingBy><SortingOrder>sample string 11</SortingOrder><ToDate>sample string 2</ToDate><statusID>13</statusID></SerachModel></WayBillListRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OrderInsertUpdateResponseDataModel
NameDescriptionTypeAdditional information
OrderID

integer

None.

OrderList

Collection of OrderVM

None.

APIKey

string

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:
{
  "orderID": 1,
  "orderList": [
    {
      "orderID": 1,
      "orderCode": "sample string 2",
      "orderDateTime": "2025-07-17T04:43:34.0654826+00:00",
      "orderDate": "sample string 3",
      "cmmsCompanyId": 1,
      "customerID": 1,
      "delivertFirstName": "sample string 4",
      "delivertLastName": "sample string 5",
      "deliveryPhone": "sample string 6",
      "deliveryMail": "sample string 7",
      "deliveryProvince": "sample string 8",
      "deliveryCanton": "sample string 9",
      "deliveryDistrict": "sample string 10",
      "deliveryAddress1": "sample string 11",
      "deliveryAddress2": "sample string 12",
      "deliveryZipcode": "sample string 13",
      "deliveryCountryID": 1,
      "deliveryStateID": 1,
      "deliveryCityID": 1,
      "deliveryLatitude": "sample string 14",
      "deliveryLongitude": "sample string 15",
      "deliveryIdentification": "sample string 16",
      "chargeAmount": 1.0,
      "paymentMethod": "sample string 17",
      "currencyID": 1,
      "pickupFirstName": "sample string 18",
      "pickupLastName": "sample string 19",
      "pickupPhone": "sample string 20",
      "pickupProvince": "sample string 21",
      "pickupCanton": "sample string 22",
      "pickupDistrict": "sample string 23",
      "pickupAddress1": "sample string 24",
      "pickupAddress2": "sample string 25",
      "pickupZipcode": "sample string 26",
      "pickupCountryID": 1,
      "pickupStateID": 1,
      "pickupCityID": 1,
      "pickupLatitude": "sample string 27",
      "pickupLongitude": "sample string 28",
      "status": 1,
      "note": "sample string 29",
      "isActive": 1,
      "isDeleted": 1,
      "addedBy": 1,
      "addedDate": "2025-07-17T04:43:34.0654826+00:00",
      "modifiedBy": 1,
      "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
      "mailTocustomer": true,
      "mailToAdmin": true,
      "showInCustomerPanel": true,
      "billingAddress1": "sample string 30",
      "billingAddress2": "sample string 31",
      "billToZipcode": "sample string 32",
      "billToCountryID": 1,
      "billToStateID": 1,
      "billToCityID": 1,
      "expiryDate": "2025-07-17T04:43:34.0654826+00:00",
      "currency": "sample string 33",
      "statusName": "sample string 34",
      "currencyName": "sample string 35",
      "totalRecord": 36,
      "parts": [
        {
          "shippingID": 1,
          "orderID": 1,
          "shippingClassID": 1,
          "lengthCM": 1,
          "widthCM": 1,
          "heightCM": 1,
          "weightKG": 1,
          "productType": "sample string 2",
          "chargeAmount": 1.0,
          "fragile": 1,
          "isActive": 1,
          "isDeleted": 1,
          "addedBy": 1,
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "modifiedBy": 1,
          "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
          "cmmsCompanyId": 1,
          "taxId": 1,
          "tax": 1.0,
          "finalPrice": 1.0
        },
        {
          "shippingID": 1,
          "orderID": 1,
          "shippingClassID": 1,
          "lengthCM": 1,
          "widthCM": 1,
          "heightCM": 1,
          "weightKG": 1,
          "productType": "sample string 2",
          "chargeAmount": 1.0,
          "fragile": 1,
          "isActive": 1,
          "isDeleted": 1,
          "addedBy": 1,
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "modifiedBy": 1,
          "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
          "cmmsCompanyId": 1,
          "taxId": 1,
          "tax": 1.0,
          "finalPrice": 1.0
        }
      ],
      "files": [
        {
          "fileID": 1,
          "orderID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "addedBy": 1,
          "isActive": true,
          "isDeleted": true,
          "cmmsCompanyId": 1,
          "fileType": "sample string 4",
          "fullFilePath": "sample string 5"
        },
        {
          "fileID": 1,
          "orderID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "addedBy": 1,
          "isActive": true,
          "isDeleted": true,
          "cmmsCompanyId": 1,
          "fileType": "sample string 4",
          "fullFilePath": "sample string 5"
        }
      ]
    },
    {
      "orderID": 1,
      "orderCode": "sample string 2",
      "orderDateTime": "2025-07-17T04:43:34.0654826+00:00",
      "orderDate": "sample string 3",
      "cmmsCompanyId": 1,
      "customerID": 1,
      "delivertFirstName": "sample string 4",
      "delivertLastName": "sample string 5",
      "deliveryPhone": "sample string 6",
      "deliveryMail": "sample string 7",
      "deliveryProvince": "sample string 8",
      "deliveryCanton": "sample string 9",
      "deliveryDistrict": "sample string 10",
      "deliveryAddress1": "sample string 11",
      "deliveryAddress2": "sample string 12",
      "deliveryZipcode": "sample string 13",
      "deliveryCountryID": 1,
      "deliveryStateID": 1,
      "deliveryCityID": 1,
      "deliveryLatitude": "sample string 14",
      "deliveryLongitude": "sample string 15",
      "deliveryIdentification": "sample string 16",
      "chargeAmount": 1.0,
      "paymentMethod": "sample string 17",
      "currencyID": 1,
      "pickupFirstName": "sample string 18",
      "pickupLastName": "sample string 19",
      "pickupPhone": "sample string 20",
      "pickupProvince": "sample string 21",
      "pickupCanton": "sample string 22",
      "pickupDistrict": "sample string 23",
      "pickupAddress1": "sample string 24",
      "pickupAddress2": "sample string 25",
      "pickupZipcode": "sample string 26",
      "pickupCountryID": 1,
      "pickupStateID": 1,
      "pickupCityID": 1,
      "pickupLatitude": "sample string 27",
      "pickupLongitude": "sample string 28",
      "status": 1,
      "note": "sample string 29",
      "isActive": 1,
      "isDeleted": 1,
      "addedBy": 1,
      "addedDate": "2025-07-17T04:43:34.0654826+00:00",
      "modifiedBy": 1,
      "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
      "mailTocustomer": true,
      "mailToAdmin": true,
      "showInCustomerPanel": true,
      "billingAddress1": "sample string 30",
      "billingAddress2": "sample string 31",
      "billToZipcode": "sample string 32",
      "billToCountryID": 1,
      "billToStateID": 1,
      "billToCityID": 1,
      "expiryDate": "2025-07-17T04:43:34.0654826+00:00",
      "currency": "sample string 33",
      "statusName": "sample string 34",
      "currencyName": "sample string 35",
      "totalRecord": 36,
      "parts": [
        {
          "shippingID": 1,
          "orderID": 1,
          "shippingClassID": 1,
          "lengthCM": 1,
          "widthCM": 1,
          "heightCM": 1,
          "weightKG": 1,
          "productType": "sample string 2",
          "chargeAmount": 1.0,
          "fragile": 1,
          "isActive": 1,
          "isDeleted": 1,
          "addedBy": 1,
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "modifiedBy": 1,
          "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
          "cmmsCompanyId": 1,
          "taxId": 1,
          "tax": 1.0,
          "finalPrice": 1.0
        },
        {
          "shippingID": 1,
          "orderID": 1,
          "shippingClassID": 1,
          "lengthCM": 1,
          "widthCM": 1,
          "heightCM": 1,
          "weightKG": 1,
          "productType": "sample string 2",
          "chargeAmount": 1.0,
          "fragile": 1,
          "isActive": 1,
          "isDeleted": 1,
          "addedBy": 1,
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "modifiedBy": 1,
          "modifiedDate": "2025-07-17T04:43:34.0654826+00:00",
          "cmmsCompanyId": 1,
          "taxId": 1,
          "tax": 1.0,
          "finalPrice": 1.0
        }
      ],
      "files": [
        {
          "fileID": 1,
          "orderID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "addedBy": 1,
          "isActive": true,
          "isDeleted": true,
          "cmmsCompanyId": 1,
          "fileType": "sample string 4",
          "fullFilePath": "sample string 5"
        },
        {
          "fileID": 1,
          "orderID": 1,
          "actualFileName": "sample string 2",
          "renamedFileName": "sample string 3",
          "addedDate": "2025-07-17T04:43:34.0654826+00:00",
          "addedBy": 1,
          "isActive": true,
          "isDeleted": true,
          "cmmsCompanyId": 1,
          "fileType": "sample string 4",
          "fullFilePath": "sample string 5"
        }
      ]
    }
  ],
  "apiKey": "sample string 2",
  "returnID": 3,
  "message": "sample string 4",
  "successful": true,
  "code": 6,
  "totalRecord": 7
}

application/xml, text/xml

Sample:
<OrderInsertUpdateResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <Code>6</Code>
  <Message>sample string 4</Message>
  <ReturnID>3</ReturnID>
  <Successful>true</Successful>
  <TotalRecord>7</TotalRecord>
  <APIKey>sample string 2</APIKey>
  <OrderID>1</OrderID>
  <OrderList>
    <OrderVM>
      <AddedBy>1</AddedBy>
      <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
      <BillToCityID>1</BillToCityID>
      <BillToCountryID>1</BillToCountryID>
      <BillToStateID>1</BillToStateID>
      <BillToZipcode>sample string 32</BillToZipcode>
      <BillingAddress1>sample string 30</BillingAddress1>
      <BillingAddress2>sample string 31</BillingAddress2>
      <CMMSCompanyId>1</CMMSCompanyId>
      <ChargeAmount>1</ChargeAmount>
      <Currency>sample string 33</Currency>
      <CurrencyID>1</CurrencyID>
      <CurrencyName>sample string 35</CurrencyName>
      <CustomerID>1</CustomerID>
      <DelivertFirstName>sample string 4</DelivertFirstName>
      <DelivertLastName>sample string 5</DelivertLastName>
      <DeliveryAddress1>sample string 11</DeliveryAddress1>
      <DeliveryAddress2>sample string 12</DeliveryAddress2>
      <DeliveryCanton>sample string 9</DeliveryCanton>
      <DeliveryCityID>1</DeliveryCityID>
      <DeliveryCountryID>1</DeliveryCountryID>
      <DeliveryDistrict>sample string 10</DeliveryDistrict>
      <DeliveryIdentification>sample string 16</DeliveryIdentification>
      <DeliveryLatitude>sample string 14</DeliveryLatitude>
      <DeliveryLongitude>sample string 15</DeliveryLongitude>
      <DeliveryMail>sample string 7</DeliveryMail>
      <DeliveryPhone>sample string 6</DeliveryPhone>
      <DeliveryProvince>sample string 8</DeliveryProvince>
      <DeliveryStateID>1</DeliveryStateID>
      <DeliveryZipcode>sample string 13</DeliveryZipcode>
      <ExpiryDate>2025-07-17T04:43:34.0654826+00:00</ExpiryDate>
      <Files>
        <FilesVM>
          <ActualFileName>sample string 2</ActualFileName>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <FileID>1</FileID>
          <FileType>sample string 4</FileType>
          <FullFilePath>sample string 5</FullFilePath>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <OrderID>1</OrderID>
          <RenamedFileName>sample string 3</RenamedFileName>
        </FilesVM>
        <FilesVM>
          <ActualFileName>sample string 2</ActualFileName>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <FileID>1</FileID>
          <FileType>sample string 4</FileType>
          <FullFilePath>sample string 5</FullFilePath>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <OrderID>1</OrderID>
          <RenamedFileName>sample string 3</RenamedFileName>
        </FilesVM>
      </Files>
      <IsActive>1</IsActive>
      <IsDeleted>1</IsDeleted>
      <MailToAdmin>true</MailToAdmin>
      <MailTocustomer>true</MailTocustomer>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
      <Note>sample string 29</Note>
      <OrderCode>sample string 2</OrderCode>
      <OrderDate>sample string 3</OrderDate>
      <OrderDateTime>2025-07-17T04:43:34.0654826+00:00</OrderDateTime>
      <OrderID>1</OrderID>
      <Parts>
        <PartsVM>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <ChargeAmount>1</ChargeAmount>
          <FinalPrice>1</FinalPrice>
          <Fragile>1</Fragile>
          <HeightCM>1</HeightCM>
          <IsActive>1</IsActive>
          <IsDeleted>1</IsDeleted>
          <LengthCM>1</LengthCM>
          <ModifiedBy>1</ModifiedBy>
          <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
          <OrderID>1</OrderID>
          <ProductType>sample string 2</ProductType>
          <ShippingClassID>1</ShippingClassID>
          <ShippingID>1</ShippingID>
          <Tax>1</Tax>
          <TaxId>1</TaxId>
          <WeightKG>1</WeightKG>
          <WidthCM>1</WidthCM>
        </PartsVM>
        <PartsVM>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <ChargeAmount>1</ChargeAmount>
          <FinalPrice>1</FinalPrice>
          <Fragile>1</Fragile>
          <HeightCM>1</HeightCM>
          <IsActive>1</IsActive>
          <IsDeleted>1</IsDeleted>
          <LengthCM>1</LengthCM>
          <ModifiedBy>1</ModifiedBy>
          <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
          <OrderID>1</OrderID>
          <ProductType>sample string 2</ProductType>
          <ShippingClassID>1</ShippingClassID>
          <ShippingID>1</ShippingID>
          <Tax>1</Tax>
          <TaxId>1</TaxId>
          <WeightKG>1</WeightKG>
          <WidthCM>1</WidthCM>
        </PartsVM>
      </Parts>
      <PaymentMethod>sample string 17</PaymentMethod>
      <PickupAddress1>sample string 24</PickupAddress1>
      <PickupAddress2>sample string 25</PickupAddress2>
      <PickupCanton>sample string 22</PickupCanton>
      <PickupCityID>1</PickupCityID>
      <PickupCountryID>1</PickupCountryID>
      <PickupDistrict>sample string 23</PickupDistrict>
      <PickupFirstName>sample string 18</PickupFirstName>
      <PickupLastName>sample string 19</PickupLastName>
      <PickupLatitude>sample string 27</PickupLatitude>
      <PickupLongitude>sample string 28</PickupLongitude>
      <PickupPhone>sample string 20</PickupPhone>
      <PickupProvince>sample string 21</PickupProvince>
      <PickupStateID>1</PickupStateID>
      <PickupZipcode>sample string 26</PickupZipcode>
      <ShowInCustomerPanel>true</ShowInCustomerPanel>
      <Status>1</Status>
      <StatusName>sample string 34</StatusName>
      <TotalRecord>36</TotalRecord>
    </OrderVM>
    <OrderVM>
      <AddedBy>1</AddedBy>
      <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
      <BillToCityID>1</BillToCityID>
      <BillToCountryID>1</BillToCountryID>
      <BillToStateID>1</BillToStateID>
      <BillToZipcode>sample string 32</BillToZipcode>
      <BillingAddress1>sample string 30</BillingAddress1>
      <BillingAddress2>sample string 31</BillingAddress2>
      <CMMSCompanyId>1</CMMSCompanyId>
      <ChargeAmount>1</ChargeAmount>
      <Currency>sample string 33</Currency>
      <CurrencyID>1</CurrencyID>
      <CurrencyName>sample string 35</CurrencyName>
      <CustomerID>1</CustomerID>
      <DelivertFirstName>sample string 4</DelivertFirstName>
      <DelivertLastName>sample string 5</DelivertLastName>
      <DeliveryAddress1>sample string 11</DeliveryAddress1>
      <DeliveryAddress2>sample string 12</DeliveryAddress2>
      <DeliveryCanton>sample string 9</DeliveryCanton>
      <DeliveryCityID>1</DeliveryCityID>
      <DeliveryCountryID>1</DeliveryCountryID>
      <DeliveryDistrict>sample string 10</DeliveryDistrict>
      <DeliveryIdentification>sample string 16</DeliveryIdentification>
      <DeliveryLatitude>sample string 14</DeliveryLatitude>
      <DeliveryLongitude>sample string 15</DeliveryLongitude>
      <DeliveryMail>sample string 7</DeliveryMail>
      <DeliveryPhone>sample string 6</DeliveryPhone>
      <DeliveryProvince>sample string 8</DeliveryProvince>
      <DeliveryStateID>1</DeliveryStateID>
      <DeliveryZipcode>sample string 13</DeliveryZipcode>
      <ExpiryDate>2025-07-17T04:43:34.0654826+00:00</ExpiryDate>
      <Files>
        <FilesVM>
          <ActualFileName>sample string 2</ActualFileName>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <FileID>1</FileID>
          <FileType>sample string 4</FileType>
          <FullFilePath>sample string 5</FullFilePath>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <OrderID>1</OrderID>
          <RenamedFileName>sample string 3</RenamedFileName>
        </FilesVM>
        <FilesVM>
          <ActualFileName>sample string 2</ActualFileName>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <FileID>1</FileID>
          <FileType>sample string 4</FileType>
          <FullFilePath>sample string 5</FullFilePath>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <OrderID>1</OrderID>
          <RenamedFileName>sample string 3</RenamedFileName>
        </FilesVM>
      </Files>
      <IsActive>1</IsActive>
      <IsDeleted>1</IsDeleted>
      <MailToAdmin>true</MailToAdmin>
      <MailTocustomer>true</MailTocustomer>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
      <Note>sample string 29</Note>
      <OrderCode>sample string 2</OrderCode>
      <OrderDate>sample string 3</OrderDate>
      <OrderDateTime>2025-07-17T04:43:34.0654826+00:00</OrderDateTime>
      <OrderID>1</OrderID>
      <Parts>
        <PartsVM>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <ChargeAmount>1</ChargeAmount>
          <FinalPrice>1</FinalPrice>
          <Fragile>1</Fragile>
          <HeightCM>1</HeightCM>
          <IsActive>1</IsActive>
          <IsDeleted>1</IsDeleted>
          <LengthCM>1</LengthCM>
          <ModifiedBy>1</ModifiedBy>
          <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
          <OrderID>1</OrderID>
          <ProductType>sample string 2</ProductType>
          <ShippingClassID>1</ShippingClassID>
          <ShippingID>1</ShippingID>
          <Tax>1</Tax>
          <TaxId>1</TaxId>
          <WeightKG>1</WeightKG>
          <WidthCM>1</WidthCM>
        </PartsVM>
        <PartsVM>
          <AddedBy>1</AddedBy>
          <AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate>
          <CMMSCompanyId>1</CMMSCompanyId>
          <ChargeAmount>1</ChargeAmount>
          <FinalPrice>1</FinalPrice>
          <Fragile>1</Fragile>
          <HeightCM>1</HeightCM>
          <IsActive>1</IsActive>
          <IsDeleted>1</IsDeleted>
          <LengthCM>1</LengthCM>
          <ModifiedBy>1</ModifiedBy>
          <ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate>
          <OrderID>1</OrderID>
          <ProductType>sample string 2</ProductType>
          <ShippingClassID>1</ShippingClassID>
          <ShippingID>1</ShippingID>
          <Tax>1</Tax>
          <TaxId>1</TaxId>
          <WeightKG>1</WeightKG>
          <WidthCM>1</WidthCM>
        </PartsVM>
      </Parts>
      <PaymentMethod>sample string 17</PaymentMethod>
      <PickupAddress1>sample string 24</PickupAddress1>
      <PickupAddress2>sample string 25</PickupAddress2>
      <PickupCanton>sample string 22</PickupCanton>
      <PickupCityID>1</PickupCityID>
      <PickupCountryID>1</PickupCountryID>
      <PickupDistrict>sample string 23</PickupDistrict>
      <PickupFirstName>sample string 18</PickupFirstName>
      <PickupLastName>sample string 19</PickupLastName>
      <PickupLatitude>sample string 27</PickupLatitude>
      <PickupLongitude>sample string 28</PickupLongitude>
      <PickupPhone>sample string 20</PickupPhone>
      <PickupProvince>sample string 21</PickupProvince>
      <PickupStateID>1</PickupStateID>
      <PickupZipcode>sample string 26</PickupZipcode>
      <ShowInCustomerPanel>true</ShowInCustomerPanel>
      <Status>1</Status>
      <StatusName>sample string 34</StatusName>
      <TotalRecord>36</TotalRecord>
    </OrderVM>
  </OrderList>
</OrderInsertUpdateResponseDataModel>

multipart/form-data

Sample:
<OrderInsertUpdateResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>6</Code><Message>sample string 4</Message><ReturnID>3</ReturnID><Successful>true</Successful><TotalRecord>7</TotalRecord><APIKey>sample string 2</APIKey><OrderID>1</OrderID><OrderList><OrderVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><BillToCityID>1</BillToCityID><BillToCountryID>1</BillToCountryID><BillToStateID>1</BillToStateID><BillToZipcode>sample string 32</BillToZipcode><BillingAddress1>sample string 30</BillingAddress1><BillingAddress2>sample string 31</BillingAddress2><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><Currency>sample string 33</Currency><CurrencyID>1</CurrencyID><CurrencyName>sample string 35</CurrencyName><CustomerID>1</CustomerID><DelivertFirstName>sample string 4</DelivertFirstName><DelivertLastName>sample string 5</DelivertLastName><DeliveryAddress1>sample string 11</DeliveryAddress1><DeliveryAddress2>sample string 12</DeliveryAddress2><DeliveryCanton>sample string 9</DeliveryCanton><DeliveryCityID>1</DeliveryCityID><DeliveryCountryID>1</DeliveryCountryID><DeliveryDistrict>sample string 10</DeliveryDistrict><DeliveryIdentification>sample string 16</DeliveryIdentification><DeliveryLatitude>sample string 14</DeliveryLatitude><DeliveryLongitude>sample string 15</DeliveryLongitude><DeliveryMail>sample string 7</DeliveryMail><DeliveryPhone>sample string 6</DeliveryPhone><DeliveryProvince>sample string 8</DeliveryProvince><DeliveryStateID>1</DeliveryStateID><DeliveryZipcode>sample string 13</DeliveryZipcode><ExpiryDate>2025-07-17T04:43:34.0654826+00:00</ExpiryDate><Files><FilesVM><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><FileID>1</FileID><FileType>sample string 4</FileType><FullFilePath>sample string 5</FullFilePath><IsActive>true</IsActive><IsDeleted>true</IsDeleted><OrderID>1</OrderID><RenamedFileName>sample string 3</RenamedFileName></FilesVM><FilesVM><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><FileID>1</FileID><FileType>sample string 4</FileType><FullFilePath>sample string 5</FullFilePath><IsActive>true</IsActive><IsDeleted>true</IsDeleted><OrderID>1</OrderID><RenamedFileName>sample string 3</RenamedFileName></FilesVM></Files><IsActive>1</IsActive><IsDeleted>1</IsDeleted><MailToAdmin>true</MailToAdmin><MailTocustomer>true</MailTocustomer><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><Note>sample string 29</Note><OrderCode>sample string 2</OrderCode><OrderDate>sample string 3</OrderDate><OrderDateTime>2025-07-17T04:43:34.0654826+00:00</OrderDateTime><OrderID>1</OrderID><Parts><PartsVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><FinalPrice>1</FinalPrice><Fragile>1</Fragile><HeightCM>1</HeightCM><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LengthCM>1</LengthCM><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><OrderID>1</OrderID><ProductType>sample string 2</ProductType><ShippingClassID>1</ShippingClassID><ShippingID>1</ShippingID><Tax>1</Tax><TaxId>1</TaxId><WeightKG>1</WeightKG><WidthCM>1</WidthCM></PartsVM><PartsVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><FinalPrice>1</FinalPrice><Fragile>1</Fragile><HeightCM>1</HeightCM><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LengthCM>1</LengthCM><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><OrderID>1</OrderID><ProductType>sample string 2</ProductType><ShippingClassID>1</ShippingClassID><ShippingID>1</ShippingID><Tax>1</Tax><TaxId>1</TaxId><WeightKG>1</WeightKG><WidthCM>1</WidthCM></PartsVM></Parts><PaymentMethod>sample string 17</PaymentMethod><PickupAddress1>sample string 24</PickupAddress1><PickupAddress2>sample string 25</PickupAddress2><PickupCanton>sample string 22</PickupCanton><PickupCityID>1</PickupCityID><PickupCountryID>1</PickupCountryID><PickupDistrict>sample string 23</PickupDistrict><PickupFirstName>sample string 18</PickupFirstName><PickupLastName>sample string 19</PickupLastName><PickupLatitude>sample string 27</PickupLatitude><PickupLongitude>sample string 28</PickupLongitude><PickupPhone>sample string 20</PickupPhone><PickupProvince>sample string 21</PickupProvince><PickupStateID>1</PickupStateID><PickupZipcode>sample string 26</PickupZipcode><ShowInCustomerPanel>true</ShowInCustomerPanel><Status>1</Status><StatusName>sample string 34</StatusName><TotalRecord>36</TotalRecord></OrderVM><OrderVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><BillToCityID>1</BillToCityID><BillToCountryID>1</BillToCountryID><BillToStateID>1</BillToStateID><BillToZipcode>sample string 32</BillToZipcode><BillingAddress1>sample string 30</BillingAddress1><BillingAddress2>sample string 31</BillingAddress2><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><Currency>sample string 33</Currency><CurrencyID>1</CurrencyID><CurrencyName>sample string 35</CurrencyName><CustomerID>1</CustomerID><DelivertFirstName>sample string 4</DelivertFirstName><DelivertLastName>sample string 5</DelivertLastName><DeliveryAddress1>sample string 11</DeliveryAddress1><DeliveryAddress2>sample string 12</DeliveryAddress2><DeliveryCanton>sample string 9</DeliveryCanton><DeliveryCityID>1</DeliveryCityID><DeliveryCountryID>1</DeliveryCountryID><DeliveryDistrict>sample string 10</DeliveryDistrict><DeliveryIdentification>sample string 16</DeliveryIdentification><DeliveryLatitude>sample string 14</DeliveryLatitude><DeliveryLongitude>sample string 15</DeliveryLongitude><DeliveryMail>sample string 7</DeliveryMail><DeliveryPhone>sample string 6</DeliveryPhone><DeliveryProvince>sample string 8</DeliveryProvince><DeliveryStateID>1</DeliveryStateID><DeliveryZipcode>sample string 13</DeliveryZipcode><ExpiryDate>2025-07-17T04:43:34.0654826+00:00</ExpiryDate><Files><FilesVM><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><FileID>1</FileID><FileType>sample string 4</FileType><FullFilePath>sample string 5</FullFilePath><IsActive>true</IsActive><IsDeleted>true</IsDeleted><OrderID>1</OrderID><RenamedFileName>sample string 3</RenamedFileName></FilesVM><FilesVM><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><FileID>1</FileID><FileType>sample string 4</FileType><FullFilePath>sample string 5</FullFilePath><IsActive>true</IsActive><IsDeleted>true</IsDeleted><OrderID>1</OrderID><RenamedFileName>sample string 3</RenamedFileName></FilesVM></Files><IsActive>1</IsActive><IsDeleted>1</IsDeleted><MailToAdmin>true</MailToAdmin><MailTocustomer>true</MailTocustomer><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><Note>sample string 29</Note><OrderCode>sample string 2</OrderCode><OrderDate>sample string 3</OrderDate><OrderDateTime>2025-07-17T04:43:34.0654826+00:00</OrderDateTime><OrderID>1</OrderID><Parts><PartsVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><FinalPrice>1</FinalPrice><Fragile>1</Fragile><HeightCM>1</HeightCM><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LengthCM>1</LengthCM><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><OrderID>1</OrderID><ProductType>sample string 2</ProductType><ShippingClassID>1</ShippingClassID><ShippingID>1</ShippingID><Tax>1</Tax><TaxId>1</TaxId><WeightKG>1</WeightKG><WidthCM>1</WidthCM></PartsVM><PartsVM><AddedBy>1</AddedBy><AddedDate>2025-07-17T04:43:34.0654826+00:00</AddedDate><CMMSCompanyId>1</CMMSCompanyId><ChargeAmount>1</ChargeAmount><FinalPrice>1</FinalPrice><Fragile>1</Fragile><HeightCM>1</HeightCM><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LengthCM>1</LengthCM><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T04:43:34.0654826+00:00</ModifiedDate><OrderID>1</OrderID><ProductType>sample string 2</ProductType><ShippingClassID>1</ShippingClassID><ShippingID>1</ShippingID><Tax>1</Tax><TaxId>1</TaxId><WeightKG>1</WeightKG><WidthCM>1</WidthCM></PartsVM></Parts><PaymentMethod>sample string 17</PaymentMethod><PickupAddress1>sample string 24</PickupAddress1><PickupAddress2>sample string 25</PickupAddress2><PickupCanton>sample string 22</PickupCanton><PickupCityID>1</PickupCityID><PickupCountryID>1</PickupCountryID><PickupDistrict>sample string 23</PickupDistrict><PickupFirstName>sample string 18</PickupFirstName><PickupLastName>sample string 19</PickupLastName><PickupLatitude>sample string 27</PickupLatitude><PickupLongitude>sample string 28</PickupLongitude><PickupPhone>sample string 20</PickupPhone><PickupProvince>sample string 21</PickupProvince><PickupStateID>1</PickupStateID><PickupZipcode>sample string 26</PickupZipcode><ShowInCustomerPanel>true</ShowInCustomerPanel><Status>1</Status><StatusName>sample string 34</StatusName><TotalRecord>36</TotalRecord></OrderVM></OrderList></OrderInsertUpdateResponseDataModel>