v1

latestOpenAPI 3.1.12026-07-14355311.4 MB
Account

Update Account

Update an existing 'Account' record.

patch/Account/{id}

Headers

X-Version-Numberstring

A version number for optimistic concurrency control. Obtained from the 'versionNumber' field.

Request body

idstring

An ID.

namestring

A one-line string.

websitestring nullable

A one-line string.

emailAddressstring nullable

A primary email address.

phoneNumberstring nullable

A primary phone number.

type'Customer' | 'Investor' | 'Partner' | 'Reseller' nullable
industry'Advertising' | 'Aerospace' | 'Agriculture' | 'Apparel & Accessories' | 'Architecture' | 'Automotive' | 'Banking' | 'Biotechnology' | 'Building Materials & Equipment' | 'Chemical' | 'Construction' | 'Consulting' | 'Computer' | 'Culture' | 'Creative' | 'Defense' | 'Education' | 'Electronics' | 'Electric Power' | 'Energy' | 'Entertainment & Leisure' | 'Finance' | 'Food & Beverage' | 'Grocery' | 'Healthcare' | 'Hospitality' | 'Insurance' | 'Legal' | 'Manufacturing' | 'Mass Media' | 'Marketing' | 'Mining' | 'Music' | 'Publishing' | 'Petroleum' | 'Real Estate' | 'Retail' | 'Service' | 'Sports' | 'Software' | 'Support' | 'Shipping' | 'Travel' | 'Technology' | 'Telecommunications' | 'Television' | 'Transportation' | 'Testing, Inspection & Certification' | 'Venture Capital' | 'Wholesale' | 'Water' nullable
sicCodestring nullable

A one-line string.

billingAddressStreetstring nullable

A multi-line text.

billingAddressCitystring nullable

A one-line string.

billingAddressStatestring nullable

A one-line string.

billingAddressCountrystring nullable

A one-line string.

billingAddressPostalCodestring nullable

A one-line string.

shippingAddressStreetstring nullable

A multi-line text.

shippingAddressCitystring nullable

A one-line string.

shippingAddressStatestring nullable

A one-line string.

shippingAddressCountrystring nullable

A one-line string.

shippingAddressPostalCodestring nullable

A one-line string.

descriptionstring nullable

A multi-line text.

campaignIdstring nullable

An ID of the record of the Campaign type.

campaignNamestring nullable

A foreign record name.

createdAtstring nullable

A timestamp in UTC.

modifiedAtstring nullable

A timestamp in UTC.

createdByIdstring nullable

An ID of the record of the User type.

createdByNamestring nullable

A foreign record name.

modifiedByIdstring nullable

An ID of the record of the User type.

modifiedByNamestring nullable

A foreign record name.

assignedUserIdstring nullable

An ID of the record of the User type.

assignedUserNamestring nullable

A foreign record name.

teamsIdsstring[] nullable

IDs of records of the Team type.

teamsNamesobject nullable

An {ID => record name} map.

targetListsIdsstring[] nullable

IDs of records of the TargetList type.

targetListsNamesobject nullable

An {ID => record name} map.

targetListIdstring nullable
targetListNamestring nullable

A foreign record name.

originalLeadIdstring nullable

An ID of the record of the Lead type.

originalLeadNamestring nullable

A foreign record name.

emailAddressIsOptedOutboolean
emailAddressIsInvalidboolean
phoneNumberIsOptedOutboolean
phoneNumberIsInvalidboolean
streamUpdatedAtstring nullable

A timestamp in UTC.

Example request

{
  "createdAt": "2026-11-29 12:34:56",
  "modifiedAt": "2026-11-29 12:34:56",
  "streamUpdatedAt": "2026-11-29 12:34:56"
}

Response

Success.

idstring

An ID.

namestring

A one-line string.

websitestring nullable

A one-line string.

emailAddressstring nullable

A primary email address.

phoneNumberstring nullable

A primary phone number.

type'Customer' | 'Investor' | 'Partner' | 'Reseller' nullable
industry'Advertising' | 'Aerospace' | 'Agriculture' | 'Apparel & Accessories' | 'Architecture' | 'Automotive' | 'Banking' | 'Biotechnology' | 'Building Materials & Equipment' | 'Chemical' | 'Construction' | 'Consulting' | 'Computer' | 'Culture' | 'Creative' | 'Defense' | 'Education' | 'Electronics' | 'Electric Power' | 'Energy' | 'Entertainment & Leisure' | 'Finance' | 'Food & Beverage' | 'Grocery' | 'Healthcare' | 'Hospitality' | 'Insurance' | 'Legal' | 'Manufacturing' | 'Mass Media' | 'Marketing' | 'Mining' | 'Music' | 'Publishing' | 'Petroleum' | 'Real Estate' | 'Retail' | 'Service' | 'Sports' | 'Software' | 'Support' | 'Shipping' | 'Travel' | 'Technology' | 'Telecommunications' | 'Television' | 'Transportation' | 'Testing, Inspection & Certification' | 'Venture Capital' | 'Wholesale' | 'Water' nullable
sicCodestring nullable

A one-line string.

billingAddressStreetstring nullable

A multi-line text.

billingAddressCitystring nullable

A one-line string.

billingAddressStatestring nullable

A one-line string.

billingAddressCountrystring nullable

A one-line string.

billingAddressPostalCodestring nullable

A one-line string.

shippingAddressStreetstring nullable

A multi-line text.

shippingAddressCitystring nullable

A one-line string.

shippingAddressStatestring nullable

A one-line string.

shippingAddressCountrystring nullable

A one-line string.

shippingAddressPostalCodestring nullable

A one-line string.

descriptionstring nullable

A multi-line text.

campaignIdstring nullable

An ID of the record of the Campaign type.

campaignNamestring nullable

A foreign record name.

createdAtstring nullable

A timestamp in UTC.

modifiedAtstring nullable

A timestamp in UTC.

createdByIdstring nullable

An ID of the record of the User type.

createdByNamestring nullable

A foreign record name.

modifiedByIdstring nullable

An ID of the record of the User type.

modifiedByNamestring nullable

A foreign record name.

assignedUserIdstring nullable

An ID of the record of the User type.

assignedUserNamestring nullable

A foreign record name.

teamsIdsstring[] nullable

IDs of records of the Team type.

teamsNamesobject nullable

An {ID => record name} map.

targetListsIdsstring[] nullable

IDs of records of the TargetList type.

targetListsNamesobject nullable

An {ID => record name} map.

targetListIdstring nullable
targetListNamestring nullable

A foreign record name.

originalLeadIdstring nullable

An ID of the record of the Lead type.

originalLeadNamestring nullable

A foreign record name.

emailAddressIsOptedOutboolean
emailAddressIsInvalidboolean
phoneNumberIsOptedOutboolean
phoneNumberIsInvalidboolean
streamUpdatedAtstring nullable

A timestamp in UTC.

Example response

{
  "createdAt": "2026-11-29 12:34:56",
  "modifiedAt": "2026-11-29 12:34:56",
  "streamUpdatedAt": "2026-11-29 12:34:56"
}