SellerDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string Code
description string Description
currencyCode string
countryCode string
languageCode string
parentSeller string
customers CustomersDto
customFields CustomFieldsDto
invoiceTypeSequences map of SequenceDto
businessAccountModel BusinessEntityDto
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "currencyCode" : "...",
  "countryCode" : "...",
  "languageCode" : "...",
  "parentSeller" : "...",
  "customers" : {
    "customer" : [ {
      "customerCategory" : "...",
      "customerBrand" : "...",
      "seller" : "...",
      "mandateIdentification" : "...",
      "mandateDate" : 12345,
      "contactInformation" : { },
      "customerAccounts" : { },
      "code" : "...",
      "description" : "...",
      "externalRef1" : "...",
      "externalRef2" : "...",
      "name" : { },
      "address" : { },
      "businessAccountModel" : { },
      "customFields" : { },
      "updatedCode" : "..."
    }, {
      "customerCategory" : "...",
      "customerBrand" : "...",
      "seller" : "...",
      "mandateIdentification" : "...",
      "mandateDate" : 12345,
      "contactInformation" : { },
      "customerAccounts" : { },
      "code" : "...",
      "description" : "...",
      "externalRef1" : "...",
      "externalRef2" : "...",
      "name" : { },
      "address" : { },
      "businessAccountModel" : { },
      "customFields" : { },
      "updatedCode" : "..."
    } ],
    "totalNumberOfRecords" : 12345
  },
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX"
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    } ]
  },
  "invoiceTypeSequences" : {
    "property1" : {
      "prefixEL" : "...",
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345
    },
    "property2" : {
      "prefixEL" : "...",
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345
    }
  },
  "businessAccountModel" : {
    "code" : "...",
    "description" : "..."
  },
  "updatedCode" : "..."
}