GetUserAccountResponseDto Data Type

The Class GetUserAccountResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
userAccount UserAccountDto The user account.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "userAccount" : {
    "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" : "..."
    } ],
    "parentUserAccountCode" : "...",
    "externalRef1" : "...",
    "code" : "...",
    "userAccountCodes" : [ "...", "..." ],
    "externalRef2" : "...",
    "billingAccount" : "...",
    "description" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "billingAccountDescription" : "...",
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "address4" : "...",
      "address5" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "updatedCode" : "...",
    "customerAccount" : "...",
    "customerAccountDescription" : "...",
    "jobTitle" : "...",
    "customer" : "...",
    "businessAccountModel" : {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    },
    "customerDescription" : "...",
    "subscriptionDate" : 12345,
    "terminationDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "status" : "CANCELED",
    "statusDate" : 12345,
    "terminationReason" : "...",
    "vatNo" : "...",
    "isConsumer" : true,
    "registrationNo" : "...",
    "infoGdpr" : [ {
      "key" : "...",
      "value" : { }
    }, {
      "key" : "...",
      "value" : { }
    } ],
    "subscriptions" : {
      "subscription" : [ { }, { } ]
    },
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "...",
      "address" : { }
    },
    "parentUserAccount" : { },
    "userAccounts" : [ { }, { } ],
    "minimumAmountEl" : "...",
    "minimumLabelEl" : "...",
    "minimumTargetAccount" : "...",
    "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" : "..."
  }
}