PUT api/accounts/update

Request Information

URI Parameters

None.

Body Parameters

AccountDetailEditModel
NameDescriptionTypeAdditional information
account_id

string

None.

account_name

string

None.

alias

string

None.

legal_entity_name

string

None.

family_group_id

globally unique identifier

None.

family_group

string

None.

account_type_id

globally unique identifier

None.

source_id

globally unique identifier

None.

source_origin

string

None.

operating_locations

Collection of globally unique identifier

None.

photos_json

string

None.

photo_url

string

None.

thumbnail_url

string

None.

color1

string

None.

color2

string

None.

desired_services

Collection of globally unique identifier

None.

area_of_interests

Collection of string

None.

original_notes

string

None.

notes

string

None.

created_by_id

globally unique identifier

None.

created_by

string

None.

created_date

date

None.

deidentified

boolean

None.

mark_as_deleted

boolean

None.

external_activity

boolean

None.

suppressed_email

boolean

None.

auto_account_id

boolean

None.

id

globally unique identifier

None.

subscription_id

globally unique identifier

None.

ts

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "account_id": "sample string 1",
  "account_name": "sample string 2",
  "alias": "sample string 3",
  "legal_entity_name": "sample string 4",
  "family_group_id": "6c407094-42ad-4aaf-a57d-62f0e55bd468",
  "family_group": "sample string 5",
  "account_type_id": "28e69e49-d34c-4524-8d97-69e0a83964eb",
  "source_id": "4122b0e4-c5f1-4edb-b632-a9af1a32bb48",
  "source_origin": "sample string 6",
  "operating_locations": [
    "1d845c36-c730-4967-8a77-92070779fcea",
    "eeeea88d-daa7-4b5a-8e79-da3287bd87ab"
  ],
  "photos_json": "sample string 7",
  "photo_url": "sample string 8",
  "thumbnail_url": "sample string 9",
  "color1": "sample string 10",
  "color2": "sample string 11",
  "desired_services": [
    "a95f8a33-5c7d-4a15-8da1-18052cee44ca",
    "b7fa7cef-59b6-47d5-9135-60538335b3ec"
  ],
  "area_of_interests": [
    "sample string 1",
    "sample string 2"
  ],
  "original_notes": "sample string 12",
  "notes": "sample string 13",
  "created_by_id": "376f4707-8e36-4111-83d0-4a38452382ca",
  "created_by": "sample string 14",
  "created_date": "2026-02-09T19:53:22.9110071+08:00",
  "deidentified": true,
  "mark_as_deleted": true,
  "external_activity": true,
  "suppressed_email": true,
  "auto_account_id": true,
  "id": "7c29c847-39df-42c4-aa35-ee6ae09b2588",
  "subscription_id": "6270457b-cf35-497c-b223-d324290218bd",
  "ts": "QEA="
}

application/xml, text/xml

Sample:
<AccountDetailEditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models">
  <Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">7c29c847-39df-42c4-aa35-ee6ae09b2588</Id>
  <SubscriptionId xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">6270457b-cf35-497c-b223-d324290218bd</SubscriptionId>
  <Ts xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">QEA=</Ts>
  <AccountId>sample string 1</AccountId>
  <AccountName>sample string 2</AccountName>
  <AccountTypeId>28e69e49-d34c-4524-8d97-69e0a83964eb</AccountTypeId>
  <Alias>sample string 3</Alias>
  <AreaOfInterests xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </AreaOfInterests>
  <AutoAccountId>true</AutoAccountId>
  <Color1>sample string 10</Color1>
  <Color2>sample string 11</Color2>
  <CreatedBy>sample string 14</CreatedBy>
  <CreatedById>376f4707-8e36-4111-83d0-4a38452382ca</CreatedById>
  <CreatedDate>2026-02-09T19:53:22.9110071+08:00</CreatedDate>
  <Deidentified>true</Deidentified>
  <DesiredServices xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>a95f8a33-5c7d-4a15-8da1-18052cee44ca</d2p1:guid>
    <d2p1:guid>b7fa7cef-59b6-47d5-9135-60538335b3ec</d2p1:guid>
  </DesiredServices>
  <ExternalActivity>true</ExternalActivity>
  <FamilyGroup>sample string 5</FamilyGroup>
  <FamilyGroupId>6c407094-42ad-4aaf-a57d-62f0e55bd468</FamilyGroupId>
  <LegalEntityName>sample string 4</LegalEntityName>
  <MarkAsDeleted>true</MarkAsDeleted>
  <Notes>sample string 13</Notes>
  <OperatingLocations xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>1d845c36-c730-4967-8a77-92070779fcea</d2p1:guid>
    <d2p1:guid>eeeea88d-daa7-4b5a-8e79-da3287bd87ab</d2p1:guid>
  </OperatingLocations>
  <OriginalNotes>sample string 12</OriginalNotes>
  <PhotoUrl>sample string 8</PhotoUrl>
  <PhotosJson>sample string 7</PhotosJson>
  <SourceId>4122b0e4-c5f1-4edb-b632-a9af1a32bb48</SourceId>
  <SourceOrigin>sample string 6</SourceOrigin>
  <SuppressedEmail>true</SuppressedEmail>
  <ThumbnailUrl>sample string 9</ThumbnailUrl>
</AccountDetailEditModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.