The Class GetCustomerConfigurationResponseDto.
name | data type | description |
---|---|---|
customerBrands | CustomerBrandsDto | The customer brands. |
actionStatus | ActionStatus | The status response of the web service response. |
customerCategories | CustomerCategoriesDto | The customer categories. |
titles | TitlesDto | The titles. |
Example
{ "customerBrands" : { "customerBrand" : [ { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ] }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "customerCategories" : { "customerCategory" : [ { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "exoneratedFromTaxes" : true, "exonerationTaxEl" : "...", "description" : "...", "exonerationReason" : "...", "updatedCode" : "...", "accountingCode" : "...", "taxCategoryCode" : "...", "taxCategoryEl" : "...", "languageDescriptions" : [ { }, { } ] }, { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "exoneratedFromTaxes" : true, "exonerationTaxEl" : "...", "description" : "...", "exonerationReason" : "...", "updatedCode" : "...", "accountingCode" : "...", "taxCategoryCode" : "...", "taxCategoryEl" : "...", "languageDescriptions" : [ { }, { } ] } ] }, "titles" : { "title" : [ { "id" : 12345, "isCompany" : true, "auditableField" : [ { }, { } ], "code" : "...", "languageDescriptions" : [ { }, { } ], "description" : "...", "updatedCode" : "..." }, { "id" : 12345, "isCompany" : true, "auditableField" : [ { }, { } ], "code" : "...", "languageDescriptions" : [ { }, { } ], "description" : "...", "updatedCode" : "..." } ] } }