ProductInstancesDto Data Type

The Class ProductInstancesDto.

Implemented Interfaces
Serializable
Properties
name data type description
productInstance array of ProductInstanceDto The product instances.

Example

{
  "productInstance" : [ {
    "id" : 12345,
    "applicationDate" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "quantity" : 12345.0,
    "code" : "...",
    "orderNumber" : "...",
    "productChargeInstance" : [ {
      "quantity" : 12345.0,
      "status" : "...",
      "amountWithTax" : 12345.0,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "code" : "...",
      "userAccountCode" : "...",
      "customFields" : { },
      "description" : "...",
      "updatedCode" : "..."
    }, {
      "quantity" : 12345.0,
      "status" : "...",
      "amountWithTax" : 12345.0,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "code" : "...",
      "userAccountCode" : "...",
      "customFields" : { },
      "description" : "...",
      "updatedCode" : "..."
    } ],
    "description" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  }, {
    "id" : 12345,
    "applicationDate" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "quantity" : 12345.0,
    "code" : "...",
    "orderNumber" : "...",
    "productChargeInstance" : [ {
      "quantity" : 12345.0,
      "status" : "...",
      "amountWithTax" : 12345.0,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "code" : "...",
      "userAccountCode" : "...",
      "customFields" : { },
      "description" : "...",
      "updatedCode" : "..."
    }, {
      "quantity" : 12345.0,
      "status" : "...",
      "amountWithTax" : 12345.0,
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "sellerCode" : "...",
      "code" : "...",
      "userAccountCode" : "...",
      "customFields" : { },
      "description" : "...",
      "updatedCode" : "..."
    } ],
    "description" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  } ]
}