The Class GetCustomerResponseDto.
name | data type | description |
---|---|---|
customer | CustomerDto | The customer. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "customer" : { "id" : 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" : "..." } ], "externalRef1" : "...", "code" : "...", "externalRef2" : "...", "description" : "...", "customerCategory" : "...", "name" : { "title" : "...", "firstName" : "...", "lastName" : "..." }, "address" : { "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." }, "updatedCode" : "...", "customerBrand" : "...", "jobTitle" : "...", "seller" : "...", "businessAccountModel" : { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, "mandateIdentification" : "...", "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "mandateDate" : 12345, "customerAccounts" : { "customerAccount" : [ { }, { } ] }, "vatNo" : "...", "additionalDetails" : { "companyName" : "...", "position" : "...", "instantMessengers" : "..." }, "registrationNo" : "...", "contactInformation" : { "email" : "...", "phone" : "...", "mobile" : "...", "fax" : "...", "address" : { } }, "invoicingThreshold" : 12345.0, "minimumAmountEl" : "...", "checkThreshold" : "POSITIVE_IL", "minimumLabelEl" : "...", "thresholdPerEntity" : true, "minimumTargetAccount" : "...", "anonymizationDate" : 12345, "infoGdpr" : [ { "key" : "...", "value" : { } }, { "key" : "...", "value" : { } } ], "minimumAmountElSpark" : "...", "minimumLabelElSpark" : "...", "minimumChargeTemplate" : "...", "isCompany" : true, "legalEntityType" : { "id" : 12345, "isCompany" : true, "auditableField" : [ { }, { } ], "code" : "...", "languageDescriptions" : [ { }, { } ], "description" : "...", "updatedCode" : "..." } }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }