POST api/SfUtopiaAccount

Documentation for 'QueryAccounts'.

Request Information

Parameters

NameDescriptionAdditional information
accountIDs
Documentation for 'accountIDs'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2",
  "sample string 3"
]

application/xml, text/xml

Sample:
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <string>sample string 1</string>
  <string>sample string 2</string>
  <string>sample string 3</string>
</ArrayOfString>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "IsSuccess": true,
    "Error": "sample string 2",
    "AccountId": "sample string 3",
    "UtopiaInstanceId": "sample string 4",
    "UtopiaInstanceSecret": "sample string 5",
    "UtopiaInstanceName": "sample string 6",
    "PartnerID": 1,
    "UserID": "sample string 7",
    "UserName": "sample string 8",
    "AccountStatus": 9,
    "AccountType": 10,
    "AccountStorageType": 11,
    "AccountInitializationTemplateType": 12,
    "EfcUtopiaAccountFeatures": [
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      }
    ],
    "SendInitialUserEmail": true,
    "ExpiresOn": "2024-10-19T13:38:40.6412906+00:00",
    "CreatedOn": "2024-10-19T13:38:40.6412906+00:00",
    "ModifiedOn": "2024-10-19T13:38:40.6412906+00:00"
  },
  {
    "IsSuccess": true,
    "Error": "sample string 2",
    "AccountId": "sample string 3",
    "UtopiaInstanceId": "sample string 4",
    "UtopiaInstanceSecret": "sample string 5",
    "UtopiaInstanceName": "sample string 6",
    "PartnerID": 1,
    "UserID": "sample string 7",
    "UserName": "sample string 8",
    "AccountStatus": 9,
    "AccountType": 10,
    "AccountStorageType": 11,
    "AccountInitializationTemplateType": 12,
    "EfcUtopiaAccountFeatures": [
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      }
    ],
    "SendInitialUserEmail": true,
    "ExpiresOn": "2024-10-19T13:38:40.6412906+00:00",
    "CreatedOn": "2024-10-19T13:38:40.6412906+00:00",
    "ModifiedOn": "2024-10-19T13:38:40.6412906+00:00"
  },
  {
    "IsSuccess": true,
    "Error": "sample string 2",
    "AccountId": "sample string 3",
    "UtopiaInstanceId": "sample string 4",
    "UtopiaInstanceSecret": "sample string 5",
    "UtopiaInstanceName": "sample string 6",
    "PartnerID": 1,
    "UserID": "sample string 7",
    "UserName": "sample string 8",
    "AccountStatus": 9,
    "AccountType": 10,
    "AccountStorageType": 11,
    "AccountInitializationTemplateType": 12,
    "EfcUtopiaAccountFeatures": [
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      },
      {
        "FeatureId": 1,
        "AccountId": "sample string 2",
        "FeatureType": 3,
        "FeatureQuantity": 1
      }
    ],
    "SendInitialUserEmail": true,
    "ExpiresOn": "2024-10-19T13:38:40.6412906+00:00",
    "CreatedOn": "2024-10-19T13:38:40.6412906+00:00",
    "ModifiedOn": "2024-10-19T13:38:40.6412906+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUtopiaAccountResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <UtopiaAccountResponse>
    <AccountId>sample string 3</AccountId>
    <UtopiaInstanceId>sample string 4</UtopiaInstanceId>
    <UtopiaInstanceSecret>sample string 5</UtopiaInstanceSecret>
    <UtopiaInstanceName>sample string 6</UtopiaInstanceName>
    <PartnerID>1</PartnerID>
    <UserID>sample string 7</UserID>
    <UserName>sample string 8</UserName>
    <AccountStatus>9</AccountStatus>
    <AccountType>10</AccountType>
    <AccountStorageType>11</AccountStorageType>
    <AccountInitializationTemplateType>12</AccountInitializationTemplateType>
    <EfcUtopiaAccountFeatures>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
    </EfcUtopiaAccountFeatures>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <ExpiresOn>2024-10-19T13:38:40.6412906+00:00</ExpiresOn>
    <CreatedOn>2024-10-19T13:38:40.6412906+00:00</CreatedOn>
    <ModifiedOn>2024-10-19T13:38:40.6412906+00:00</ModifiedOn>
    <IsSuccess>true</IsSuccess>
    <Error>sample string 2</Error>
  </UtopiaAccountResponse>
  <UtopiaAccountResponse>
    <AccountId>sample string 3</AccountId>
    <UtopiaInstanceId>sample string 4</UtopiaInstanceId>
    <UtopiaInstanceSecret>sample string 5</UtopiaInstanceSecret>
    <UtopiaInstanceName>sample string 6</UtopiaInstanceName>
    <PartnerID>1</PartnerID>
    <UserID>sample string 7</UserID>
    <UserName>sample string 8</UserName>
    <AccountStatus>9</AccountStatus>
    <AccountType>10</AccountType>
    <AccountStorageType>11</AccountStorageType>
    <AccountInitializationTemplateType>12</AccountInitializationTemplateType>
    <EfcUtopiaAccountFeatures>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
    </EfcUtopiaAccountFeatures>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <ExpiresOn>2024-10-19T13:38:40.6412906+00:00</ExpiresOn>
    <CreatedOn>2024-10-19T13:38:40.6412906+00:00</CreatedOn>
    <ModifiedOn>2024-10-19T13:38:40.6412906+00:00</ModifiedOn>
    <IsSuccess>true</IsSuccess>
    <Error>sample string 2</Error>
  </UtopiaAccountResponse>
  <UtopiaAccountResponse>
    <AccountId>sample string 3</AccountId>
    <UtopiaInstanceId>sample string 4</UtopiaInstanceId>
    <UtopiaInstanceSecret>sample string 5</UtopiaInstanceSecret>
    <UtopiaInstanceName>sample string 6</UtopiaInstanceName>
    <PartnerID>1</PartnerID>
    <UserID>sample string 7</UserID>
    <UserName>sample string 8</UserName>
    <AccountStatus>9</AccountStatus>
    <AccountType>10</AccountType>
    <AccountStorageType>11</AccountStorageType>
    <AccountInitializationTemplateType>12</AccountInitializationTemplateType>
    <EfcUtopiaAccountFeatures>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
      <UtopiaAccountFeatureBase>
        <FeatureId>1</FeatureId>
        <AccountId>sample string 2</AccountId>
        <FeatureType>3</FeatureType>
        <FeatureQuantity>1</FeatureQuantity>
      </UtopiaAccountFeatureBase>
    </EfcUtopiaAccountFeatures>
    <SendInitialUserEmail>true</SendInitialUserEmail>
    <ExpiresOn>2024-10-19T13:38:40.6412906+00:00</ExpiresOn>
    <CreatedOn>2024-10-19T13:38:40.6412906+00:00</CreatedOn>
    <ModifiedOn>2024-10-19T13:38:40.6412906+00:00</ModifiedOn>
    <IsSuccess>true</IsSuccess>
    <Error>sample string 2</Error>
  </UtopiaAccountResponse>
</ArrayOfUtopiaAccountResponse>