SellerResponseDto Data Type

The Class SellerResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
sellers SellersDto The sellers.
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "sellers" : {
    "seller" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "currencyCode" : "...",
      "description" : "...",
      "countryCode" : "...",
      "languageCode" : "...",
      "parentSeller" : "...",
      "updatedCode" : "...",
      "customers" : { },
      "customFields" : { },
      "invoiceTypeSequences" : {
        "property1" : { },
        "property2" : { }
      },
      "businessAccountModel" : { },
      "contactInformation" : { },
      "address" : { },
      "vatNo" : "...",
      "registrationNo" : "...",
      "legalText" : "...",
      "legalType" : "..."
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "currencyCode" : "...",
      "description" : "...",
      "countryCode" : "...",
      "languageCode" : "...",
      "parentSeller" : "...",
      "updatedCode" : "...",
      "customers" : { },
      "customFields" : { },
      "invoiceTypeSequences" : {
        "property1" : { },
        "property2" : { }
      },
      "businessAccountModel" : { },
      "contactInformation" : { },
      "address" : { },
      "vatNo" : "...",
      "registrationNo" : "...",
      "legalText" : "...",
      "legalType" : "..."
    } ]
  },
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "ASCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}