The Class CustomerHierarchyDto.
name | data type | description |
---|---|---|
sellers | SellersDto | The sellers. |
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" : "..." } ] } }