POST api/EfcUtopia

Documentation for 'GenerateTestAccountDataPackages'.

Request Information

Parameters

NameDescriptionAdditional information
accountsToGenerate
Documentation for 'accountsToGenerate'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "identifier": "b91b2a1d-95bf-4d39-be29-1a9df90f3a07",
    "instanceId": "12b801aa-00fb-4970-bec2-5f2c7b4b1c74",
    "name": "sample string 4",
    "status": 0,
    "accountType": 0,
    "accountStorageType": 0,
    "partnerId": 1,
    "initialContactEmail": "sample string 5",
    "sendInitialUserEmail": true,
    "accountFeatures": [
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      }
    ],
    "accountInitializationTemplateType": 0,
    "expirationDate": "2024-10-21T03:45:12.2257483+00:00",
    "isTest": true,
    "requireSecondaryEmail": true
  },
  {
    "id": 1,
    "identifier": "b91b2a1d-95bf-4d39-be29-1a9df90f3a07",
    "instanceId": "12b801aa-00fb-4970-bec2-5f2c7b4b1c74",
    "name": "sample string 4",
    "status": 0,
    "accountType": 0,
    "accountStorageType": 0,
    "partnerId": 1,
    "initialContactEmail": "sample string 5",
    "sendInitialUserEmail": true,
    "accountFeatures": [
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      }
    ],
    "accountInitializationTemplateType": 0,
    "expirationDate": "2024-10-21T03:45:12.2257483+00:00",
    "isTest": true,
    "requireSecondaryEmail": true
  },
  {
    "id": 1,
    "identifier": "b91b2a1d-95bf-4d39-be29-1a9df90f3a07",
    "instanceId": "12b801aa-00fb-4970-bec2-5f2c7b4b1c74",
    "name": "sample string 4",
    "status": 0,
    "accountType": 0,
    "accountStorageType": 0,
    "partnerId": 1,
    "initialContactEmail": "sample string 5",
    "sendInitialUserEmail": true,
    "accountFeatures": [
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      },
      {
        "id": 1,
        "utopiaAccountId": 2,
        "utopiaAccountIdentifier": "88e99db3-55cf-4b1c-893b-5c740768edf2",
        "featureType": 1,
        "featureValue": 1,
        "isAssignable": false
      }
    ],
    "accountInitializationTemplateType": 0,
    "expirationDate": "2024-10-21T03:45:12.2257483+00:00",
    "isTest": true,
    "requireSecondaryEmail": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccount xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Account>
    <Id>1</Id>
    <Identifier>b91b2a1d-95bf-4d39-be29-1a9df90f3a07</Identifier>
    <InstanceId>12b801aa-00fb-4970-bec2-5f2c7b4b1c74</InstanceId>
    <Name>sample string 4</Name>
    <Status>Enabled</Status>
    <AccountType>SecureDrawer</AccountType>
    <StorageType>AzureBlobStorage</StorageType>
    <PartnerId>1</PartnerId>
    <InitialContactEmail>sample string 5</InitialContactEmail>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <AccountFeatures>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
    </AccountFeatures>
    <AccountInitializationTemplateType>None</AccountInitializationTemplateType>
    <ExpirationDate>2024-10-21T03:45:12.2257483+00:00</ExpirationDate>
    <IsTest>true</IsTest>
    <RequireSecondaryEmail>true</RequireSecondaryEmail>
  </Account>
  <Account>
    <Id>1</Id>
    <Identifier>b91b2a1d-95bf-4d39-be29-1a9df90f3a07</Identifier>
    <InstanceId>12b801aa-00fb-4970-bec2-5f2c7b4b1c74</InstanceId>
    <Name>sample string 4</Name>
    <Status>Enabled</Status>
    <AccountType>SecureDrawer</AccountType>
    <StorageType>AzureBlobStorage</StorageType>
    <PartnerId>1</PartnerId>
    <InitialContactEmail>sample string 5</InitialContactEmail>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <AccountFeatures>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
    </AccountFeatures>
    <AccountInitializationTemplateType>None</AccountInitializationTemplateType>
    <ExpirationDate>2024-10-21T03:45:12.2257483+00:00</ExpirationDate>
    <IsTest>true</IsTest>
    <RequireSecondaryEmail>true</RequireSecondaryEmail>
  </Account>
  <Account>
    <Id>1</Id>
    <Identifier>b91b2a1d-95bf-4d39-be29-1a9df90f3a07</Identifier>
    <InstanceId>12b801aa-00fb-4970-bec2-5f2c7b4b1c74</InstanceId>
    <Name>sample string 4</Name>
    <Status>Enabled</Status>
    <AccountType>SecureDrawer</AccountType>
    <StorageType>AzureBlobStorage</StorageType>
    <PartnerId>1</PartnerId>
    <InitialContactEmail>sample string 5</InitialContactEmail>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <AccountFeatures>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
      <AccountFeature>
        <Id>1</Id>
        <UtopiaAccountId>2</UtopiaAccountId>
        <UtopiaAccountIdentifier>88e99db3-55cf-4b1c-893b-5c740768edf2</UtopiaAccountIdentifier>
        <FeatureType>FullUserLicense</FeatureType>
        <FeatureValue>1</FeatureValue>
      </AccountFeature>
    </AccountFeatures>
    <AccountInitializationTemplateType>None</AccountInitializationTemplateType>
    <ExpirationDate>2024-10-21T03:45:12.2257483+00:00</ExpirationDate>
    <IsTest>true</IsTest>
    <RequireSecondaryEmail>true</RequireSecondaryEmail>
  </Account>
</ArrayOfAccount>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "AccountData": "sample string 1",
    "AccountDataSignature": "sample string 2"
  },
  {
    "AccountData": "sample string 1",
    "AccountDataSignature": "sample string 2"
  },
  {
    "AccountData": "sample string 1",
    "AccountDataSignature": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccountDataPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AccountDataPackage>
    <AccountData>sample string 1</AccountData>
    <AccountDataSignature>sample string 2</AccountDataSignature>
  </AccountDataPackage>
  <AccountDataPackage>
    <AccountData>sample string 1</AccountData>
    <AccountDataSignature>sample string 2</AccountDataSignature>
  </AccountDataPackage>
  <AccountDataPackage>
    <AccountData>sample string 1</AccountData>
    <AccountDataSignature>sample string 2</AccountDataSignature>
  </AccountDataPackage>
</ArrayOfAccountDataPackage>