UpsertAccountInput
No description
input UpsertAccountInput {
name: String
description: String
phone: String
fax: String
website: String
billing_street: String
billing_city: String
billing_state: String
billing_country: String
billing_zip: String
shipping_street: String
shipping_city: String
shipping_state: String
shipping_country: String
shipping_zip: String
sic_code: String
employee_count: Int
revenue: BigInt
ownership: String
industry_id: Int
type_id: Int
status_id: Int
facebook_url: String
instagram_url: String
linkedin_url: String
twitter_url: String
youtube_url: String
custom_fields: [CustomFieldInput!]
}
Fields
UpsertAccountInput.name ● String scalar
UpsertAccountInput.description ● String scalar
UpsertAccountInput.phone ● String scalar
UpsertAccountInput.fax ● String scalar
UpsertAccountInput.website ● String scalar
UpsertAccountInput.billing_street ● String scalar
UpsertAccountInput.billing_city ● String scalar
UpsertAccountInput.billing_state ● String scalar
UpsertAccountInput.billing_country ● String scalar
UpsertAccountInput.billing_zip ● String scalar
UpsertAccountInput.shipping_street ● String scalar
UpsertAccountInput.shipping_city ● String scalar
UpsertAccountInput.shipping_state ● String scalar
UpsertAccountInput.shipping_country ● String scalar
UpsertAccountInput.shipping_zip ● String scalar
UpsertAccountInput.sic_code ● String scalar
UpsertAccountInput.employee_count ● Int scalar
UpsertAccountInput.revenue ● BigInt scalar
UpsertAccountInput.ownership ● String scalar
UpsertAccountInput.industry_id ● Int scalar
UpsertAccountInput.type_id ● Int scalar
UpsertAccountInput.status_id ● Int scalar
UpsertAccountInput.facebook_url ● String scalar
UpsertAccountInput.instagram_url ● String scalar
UpsertAccountInput.linkedin_url ● String scalar
UpsertAccountInput.twitter_url ● String scalar
UpsertAccountInput.youtube_url ● String scalar
UpsertAccountInput.custom_fields ● [CustomFieldInput!] list input
Member Of
UpsertContactInput input


