name | data type | description |
---|---|---|
account | array of Account |
Example
{ "account" : [ { "id" : 12345, "name" : "...", "createdOn" : 12345, "createdBy" : 12345, "modifiedOn" : 12345, "modifiedBy" : 12345, "organization" : { "name" : "...", "personName" : "...", "email" : "...", "phoneNumber" : "...", "addressLine1" : "...", "addressLine2" : "...", "addressLine3" : "...", "zipPostCode" : "...", "city" : "...", "stateProvinceCounty" : "...", "country" : "..." }, "parentAccountId" : 12345, "parentAccountPath" : "...", "optlock" : 12345 }, { "id" : 12345, "name" : "...", "createdOn" : 12345, "createdBy" : 12345, "modifiedOn" : 12345, "modifiedBy" : 12345, "organization" : { "name" : "...", "personName" : "...", "email" : "...", "phoneNumber" : "...", "addressLine1" : "...", "addressLine2" : "...", "addressLine3" : "...", "zipPostCode" : "...", "city" : "...", "stateProvinceCounty" : "...", "country" : "..." }, "parentAccountId" : 12345, "parentAccountPath" : "...", "optlock" : 12345 } ] }