| name | data type | description |
|---|---|---|
| userAccount | array of UserAccountDto |
Example
{
"userAccount" : [ {
"billingAccount" : "...",
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"status" : "CANCELED",
"statusDate" : 12345,
"terminationReason" : "...",
"subscriptions" : {
"subscription" : [ { }, { } ]
},
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : {
"title" : "...",
"firstName" : "...",
"lastName" : "..."
},
"address" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
},
"businessAccountModel" : {
"code" : "...",
"description" : "..."
},
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
}, {
"billingAccount" : "...",
"subscriptionDate" : 12345,
"terminationDate" : 12345,
"status" : "CLOSED",
"statusDate" : 12345,
"terminationReason" : "...",
"subscriptions" : {
"subscription" : [ { }, { } ]
},
"code" : "...",
"description" : "...",
"externalRef1" : "...",
"externalRef2" : "...",
"name" : {
"title" : "...",
"firstName" : "...",
"lastName" : "..."
},
"address" : {
"address1" : "...",
"address2" : "...",
"address3" : "...",
"zipCode" : "...",
"city" : "...",
"country" : "...",
"state" : "..."
},
"businessAccountModel" : {
"code" : "...",
"description" : "..."
},
"customFields" : {
"customField" : [ { }, { } ]
},
"updatedCode" : "..."
} ]
}