POST api/WayBillInvoice/SaveGIITInvoice

Request Information

URI Parameters

None.

Body Parameters

GTIInvoiceRequestModel
NameDescriptionTypeAdditional information
Objrequest

InvoiceRequest

None.

InvoiceCode

string

None.

InvoiceID

integer

None.

APIKey

string

None.

Type

string

None.

AddedBy

integer

None.

GTIId

integer

None.

Request Formats

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

Sample:
{
  "objrequest": {
    "numCuenta": "sample string 1",
    "documentos": [
      {
        "emisor": {
          "provincia": 1,
          "canton": 2,
          "distrito": 3
        },
        "encabezado": {
          "tipoDoc": 1,
          "situacionEnvio": 2,
          "cantidadDecimales": 3,
          "sucursal": 4,
          "codigoActividad": "sample string 5",
          "terminal": 6,
          "moneda": 7,
          "tipoCambio": 8,
          "condicionVenta": "sample string 9",
          "plazoCredito": 10,
          "medioPagos": [
            {
              "tipoMedioPago": "sample string 1",
              "medioPagoOtros": "sample string 2"
            },
            {
              "tipoMedioPago": "sample string 1",
              "medioPagoOtros": "sample string 2"
            }
          ],
          "receptor": {
            "tipoIdent": 1,
            "identificacion": "sample string 2",
            "nombre": "sample string 3",
            "correo": "sample string 4"
          }
        },
        "lineas": [
          {
            "codigo": "sample string 1",
            "codProdServ": [
              "sample string 1",
              "sample string 2"
            ],
            "cantidad": 2,
            "unidadMedida": 3,
            "descripcion": "sample string 4",
            "precioUnitario": 5.0,
            "impuestos": [
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              },
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              }
            ]
          },
          {
            "codigo": "sample string 1",
            "codProdServ": [
              "sample string 1",
              "sample string 2"
            ],
            "cantidad": 2,
            "unidadMedida": 3,
            "descripcion": "sample string 4",
            "precioUnitario": 5.0,
            "impuestos": [
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              },
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              }
            ]
          }
        ],
        "totales": {
          "totalServGravado": 1.0,
          "totalGravado": 2.0,
          "totalVenta": 3.0,
          "totalVentaNeta": 4.0,
          "totalImpuesto": 5.0,
          "totalImpVenta": 6.0,
          "totalImpOtros": 7.0,
          "totalComprobante": 8.0
        },
        "otros": {
          "notas": "sample string 1"
        },
        "extra": {
          "esVersion4_4": true
        }
      },
      {
        "emisor": {
          "provincia": 1,
          "canton": 2,
          "distrito": 3
        },
        "encabezado": {
          "tipoDoc": 1,
          "situacionEnvio": 2,
          "cantidadDecimales": 3,
          "sucursal": 4,
          "codigoActividad": "sample string 5",
          "terminal": 6,
          "moneda": 7,
          "tipoCambio": 8,
          "condicionVenta": "sample string 9",
          "plazoCredito": 10,
          "medioPagos": [
            {
              "tipoMedioPago": "sample string 1",
              "medioPagoOtros": "sample string 2"
            },
            {
              "tipoMedioPago": "sample string 1",
              "medioPagoOtros": "sample string 2"
            }
          ],
          "receptor": {
            "tipoIdent": 1,
            "identificacion": "sample string 2",
            "nombre": "sample string 3",
            "correo": "sample string 4"
          }
        },
        "lineas": [
          {
            "codigo": "sample string 1",
            "codProdServ": [
              "sample string 1",
              "sample string 2"
            ],
            "cantidad": 2,
            "unidadMedida": 3,
            "descripcion": "sample string 4",
            "precioUnitario": 5.0,
            "impuestos": [
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              },
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              }
            ]
          },
          {
            "codigo": "sample string 1",
            "codProdServ": [
              "sample string 1",
              "sample string 2"
            ],
            "cantidad": 2,
            "unidadMedida": 3,
            "descripcion": "sample string 4",
            "precioUnitario": 5.0,
            "impuestos": [
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              },
              {
                "codigoImp": 1,
                "codigoTarifa": 2,
                "montoImp": 3.0,
                "porcentajeImp": 4.0
              }
            ]
          }
        ],
        "totales": {
          "totalServGravado": 1.0,
          "totalGravado": 2.0,
          "totalVenta": 3.0,
          "totalVentaNeta": 4.0,
          "totalImpuesto": 5.0,
          "totalImpVenta": 6.0,
          "totalImpOtros": 7.0,
          "totalComprobante": 8.0
        },
        "otros": {
          "notas": "sample string 1"
        },
        "extra": {
          "esVersion4_4": true
        }
      }
    ]
  },
  "invoiceCode": "sample string 1",
  "invoiceID": 2,
  "apiKey": "sample string 3",
  "type": "sample string 4",
  "addedBy": 5,
  "gtiId": 6
}

application/xml, text/xml

Sample:
<GTIInvoiceRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel">
  <APIKey>sample string 3</APIKey>
  <AddedBy>5</AddedBy>
  <GTIId>6</GTIId>
  <InvoiceCode>sample string 1</InvoiceCode>
  <InvoiceID>2</InvoiceID>
  <Objrequest>
    <Documentos>
      <Documentos>
        <Emisor>
          <Canton>2</Canton>
          <Distrito>3</Distrito>
          <Provincia>1</Provincia>
        </Emisor>
        <Encabezado>
          <CantidadDecimales>3</CantidadDecimales>
          <CodigoActividad>sample string 5</CodigoActividad>
          <CondicionVenta>sample string 9</CondicionVenta>
          <MedioPagos>
            <MedioPagos>
              <MedioPagoOtros>sample string 2</MedioPagoOtros>
              <TipoMedioPago>sample string 1</TipoMedioPago>
            </MedioPagos>
            <MedioPagos>
              <MedioPagoOtros>sample string 2</MedioPagoOtros>
              <TipoMedioPago>sample string 1</TipoMedioPago>
            </MedioPagos>
          </MedioPagos>
          <Moneda>7</Moneda>
          <PlazoCredito>10</PlazoCredito>
          <Receptor>
            <Correo>sample string 4</Correo>
            <Identificacion>sample string 2</Identificacion>
            <Nombre>sample string 3</Nombre>
            <TipoIdent>1</TipoIdent>
          </Receptor>
          <SituacionEnvio>2</SituacionEnvio>
          <Sucursal>4</Sucursal>
          <Terminal>6</Terminal>
          <TipoCambio>8</TipoCambio>
          <TipoDoc>1</TipoDoc>
        </Encabezado>
        <Extra>
          <EsVersion4_4>true</EsVersion4_4>
        </Extra>
        <Lineas>
          <Lineas>
            <Cantidad>2</Cantidad>
            <CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>sample string 1</d7p1:string>
              <d7p1:string>sample string 2</d7p1:string>
            </CodProdServ>
            <Codigo>sample string 1</Codigo>
            <Descripcion>sample string 4</Descripcion>
            <Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
            </Impuestos>
            <PrecioUnitario>5</PrecioUnitario>
            <UnidadMedida>3</UnidadMedida>
          </Lineas>
          <Lineas>
            <Cantidad>2</Cantidad>
            <CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>sample string 1</d7p1:string>
              <d7p1:string>sample string 2</d7p1:string>
            </CodProdServ>
            <Codigo>sample string 1</Codigo>
            <Descripcion>sample string 4</Descripcion>
            <Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
            </Impuestos>
            <PrecioUnitario>5</PrecioUnitario>
            <UnidadMedida>3</UnidadMedida>
          </Lineas>
        </Lineas>
        <Otros>
          <Notas>sample string 1</Notas>
        </Otros>
        <Totales>
          <TotalComprobante>8</TotalComprobante>
          <TotalGravado>2</TotalGravado>
          <TotalImpOtros>7</TotalImpOtros>
          <TotalImpVenta>6</TotalImpVenta>
          <TotalImpuesto>5</TotalImpuesto>
          <TotalServGravado>1</TotalServGravado>
          <TotalVenta>3</TotalVenta>
          <TotalVentaNeta>4</TotalVentaNeta>
        </Totales>
      </Documentos>
      <Documentos>
        <Emisor>
          <Canton>2</Canton>
          <Distrito>3</Distrito>
          <Provincia>1</Provincia>
        </Emisor>
        <Encabezado>
          <CantidadDecimales>3</CantidadDecimales>
          <CodigoActividad>sample string 5</CodigoActividad>
          <CondicionVenta>sample string 9</CondicionVenta>
          <MedioPagos>
            <MedioPagos>
              <MedioPagoOtros>sample string 2</MedioPagoOtros>
              <TipoMedioPago>sample string 1</TipoMedioPago>
            </MedioPagos>
            <MedioPagos>
              <MedioPagoOtros>sample string 2</MedioPagoOtros>
              <TipoMedioPago>sample string 1</TipoMedioPago>
            </MedioPagos>
          </MedioPagos>
          <Moneda>7</Moneda>
          <PlazoCredito>10</PlazoCredito>
          <Receptor>
            <Correo>sample string 4</Correo>
            <Identificacion>sample string 2</Identificacion>
            <Nombre>sample string 3</Nombre>
            <TipoIdent>1</TipoIdent>
          </Receptor>
          <SituacionEnvio>2</SituacionEnvio>
          <Sucursal>4</Sucursal>
          <Terminal>6</Terminal>
          <TipoCambio>8</TipoCambio>
          <TipoDoc>1</TipoDoc>
        </Encabezado>
        <Extra>
          <EsVersion4_4>true</EsVersion4_4>
        </Extra>
        <Lineas>
          <Lineas>
            <Cantidad>2</Cantidad>
            <CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>sample string 1</d7p1:string>
              <d7p1:string>sample string 2</d7p1:string>
            </CodProdServ>
            <Codigo>sample string 1</Codigo>
            <Descripcion>sample string 4</Descripcion>
            <Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
            </Impuestos>
            <PrecioUnitario>5</PrecioUnitario>
            <UnidadMedida>3</UnidadMedida>
          </Lineas>
          <Lineas>
            <Cantidad>2</Cantidad>
            <CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>sample string 1</d7p1:string>
              <d7p1:string>sample string 2</d7p1:string>
            </CodProdServ>
            <Codigo>sample string 1</Codigo>
            <Descripcion>sample string 4</Descripcion>
            <Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
              <Impuestos>
                <CodigoImp>1</CodigoImp>
                <CodigoTarifa>2</CodigoTarifa>
                <MontoImp>3</MontoImp>
                <PorcentajeImp>4</PorcentajeImp>
              </Impuestos>
            </Impuestos>
            <PrecioUnitario>5</PrecioUnitario>
            <UnidadMedida>3</UnidadMedida>
          </Lineas>
        </Lineas>
        <Otros>
          <Notas>sample string 1</Notas>
        </Otros>
        <Totales>
          <TotalComprobante>8</TotalComprobante>
          <TotalGravado>2</TotalGravado>
          <TotalImpOtros>7</TotalImpOtros>
          <TotalImpVenta>6</TotalImpVenta>
          <TotalImpuesto>5</TotalImpuesto>
          <TotalServGravado>1</TotalServGravado>
          <TotalVenta>3</TotalVenta>
          <TotalVentaNeta>4</TotalVentaNeta>
        </Totales>
      </Documentos>
    </Documentos>
    <NumCuenta>sample string 1</NumCuenta>
  </Objrequest>
  <Type>sample string 4</Type>
</GTIInvoiceRequestModel>

multipart/form-data

Sample:
<GTIInvoiceRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"><APIKey>sample string 3</APIKey><AddedBy>5</AddedBy><GTIId>6</GTIId><InvoiceCode>sample string 1</InvoiceCode><InvoiceID>2</InvoiceID><Objrequest><Documentos><Documentos><Emisor><Canton>2</Canton><Distrito>3</Distrito><Provincia>1</Provincia></Emisor><Encabezado><CantidadDecimales>3</CantidadDecimales><CodigoActividad>sample string 5</CodigoActividad><CondicionVenta>sample string 9</CondicionVenta><MedioPagos><MedioPagos><MedioPagoOtros>sample string 2</MedioPagoOtros><TipoMedioPago>sample string 1</TipoMedioPago></MedioPagos><MedioPagos><MedioPagoOtros>sample string 2</MedioPagoOtros><TipoMedioPago>sample string 1</TipoMedioPago></MedioPagos></MedioPagos><Moneda>7</Moneda><PlazoCredito>10</PlazoCredito><Receptor><Correo>sample string 4</Correo><Identificacion>sample string 2</Identificacion><Nombre>sample string 3</Nombre><TipoIdent>1</TipoIdent></Receptor><SituacionEnvio>2</SituacionEnvio><Sucursal>4</Sucursal><Terminal>6</Terminal><TipoCambio>8</TipoCambio><TipoDoc>1</TipoDoc></Encabezado><Extra><EsVersion4_4>true</EsVersion4_4></Extra><Lineas><Lineas><Cantidad>2</Cantidad><CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d7p1:string>sample string 1</d7p1:string><d7p1:string>sample string 2</d7p1:string></CodProdServ><Codigo>sample string 1</Codigo><Descripcion>sample string 4</Descripcion><Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos></Impuestos><PrecioUnitario>5</PrecioUnitario><UnidadMedida>3</UnidadMedida></Lineas><Lineas><Cantidad>2</Cantidad><CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d7p1:string>sample string 1</d7p1:string><d7p1:string>sample string 2</d7p1:string></CodProdServ><Codigo>sample string 1</Codigo><Descripcion>sample string 4</Descripcion><Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos></Impuestos><PrecioUnitario>5</PrecioUnitario><UnidadMedida>3</UnidadMedida></Lineas></Lineas><Otros><Notas>sample string 1</Notas></Otros><Totales><TotalComprobante>8</TotalComprobante><TotalGravado>2</TotalGravado><TotalImpOtros>7</TotalImpOtros><TotalImpVenta>6</TotalImpVenta><TotalImpuesto>5</TotalImpuesto><TotalServGravado>1</TotalServGravado><TotalVenta>3</TotalVenta><TotalVentaNeta>4</TotalVentaNeta></Totales></Documentos><Documentos><Emisor><Canton>2</Canton><Distrito>3</Distrito><Provincia>1</Provincia></Emisor><Encabezado><CantidadDecimales>3</CantidadDecimales><CodigoActividad>sample string 5</CodigoActividad><CondicionVenta>sample string 9</CondicionVenta><MedioPagos><MedioPagos><MedioPagoOtros>sample string 2</MedioPagoOtros><TipoMedioPago>sample string 1</TipoMedioPago></MedioPagos><MedioPagos><MedioPagoOtros>sample string 2</MedioPagoOtros><TipoMedioPago>sample string 1</TipoMedioPago></MedioPagos></MedioPagos><Moneda>7</Moneda><PlazoCredito>10</PlazoCredito><Receptor><Correo>sample string 4</Correo><Identificacion>sample string 2</Identificacion><Nombre>sample string 3</Nombre><TipoIdent>1</TipoIdent></Receptor><SituacionEnvio>2</SituacionEnvio><Sucursal>4</Sucursal><Terminal>6</Terminal><TipoCambio>8</TipoCambio><TipoDoc>1</TipoDoc></Encabezado><Extra><EsVersion4_4>true</EsVersion4_4></Extra><Lineas><Lineas><Cantidad>2</Cantidad><CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d7p1:string>sample string 1</d7p1:string><d7p1:string>sample string 2</d7p1:string></CodProdServ><Codigo>sample string 1</Codigo><Descripcion>sample string 4</Descripcion><Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos></Impuestos><PrecioUnitario>5</PrecioUnitario><UnidadMedida>3</UnidadMedida></Lineas><Lineas><Cantidad>2</Cantidad><CodProdServ xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d7p1:string>sample string 1</d7p1:string><d7p1:string>sample string 2</d7p1:string></CodProdServ><Codigo>sample string 1</Codigo><Descripcion>sample string 4</Descripcion><Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos><Impuestos><CodigoImp>1</CodigoImp><CodigoTarifa>2</CodigoTarifa><MontoImp>3</MontoImp><PorcentajeImp>4</PorcentajeImp></Impuestos></Impuestos><PrecioUnitario>5</PrecioUnitario><UnidadMedida>3</UnidadMedida></Lineas></Lineas><Otros><Notas>sample string 1</Notas></Otros><Totales><TotalComprobante>8</TotalComprobante><TotalGravado>2</TotalGravado><TotalImpOtros>7</TotalImpOtros><TotalImpVenta>6</TotalImpVenta><TotalImpuesto>5</TotalImpuesto><TotalServGravado>1</TotalServGravado><TotalVenta>3</TotalVenta><TotalVentaNeta>4</TotalVentaNeta></Totales></Documentos></Documentos><NumCuenta>sample string 1</NumCuenta></Objrequest><Type>sample string 4</Type></GTIInvoiceRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WayBillInvoiceInsertUpdateResPonseModel
NameDescriptionTypeAdditional 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:56:01.6055425+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:56:01.6055425+00:00",
      "modifiedBy": 41,
      "modifiedDate": "2025-07-17T04:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+00:00",
      "modifiedBy": 41,
      "modifiedDate": "2025-07-17T04:56:01.6055425+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:56:01.6055425+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:56:01.6055425+00:00",
    "dueDate": "2025-07-17T04:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+00:00</DueDate>
    <InvoiceCode>sample string 4</InvoiceCode>
    <InvoiceDate>2025-07-17T04:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+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:56:01.6055425+00:00</DueDate><InvoiceCode>sample string 4</InvoiceCode><InvoiceDate>2025-07-17T04:56:01.6055425+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>