Mutations
mutation accountCreate ($attributes: AccountAttributes!) {
accountCreate (attributes: $attributes) {
account {
id
name
}
errors
}
}{
"accountTypeId": "456123",
"industryId": "456123",
"employees": 123,
"annualRevenue": 123,
"name": "",
"billingStreet": "",
"billingCity": "",
"billingState": "",
"billingZip": "",
"billingCountry": "",
"billingEmail": "",
"shippingStreet": "",
"shippingCity": "",
"shippingState": "",
"shippingZip": "",
"shippingCountry": "",
"description": "",
"phone": "",
"fax": "",
"website": "",
"currencyId": "456123",
"groupId": "456123",
"netPaymentDays": 123,
"duns": "",
"ownerUserId": "456123"
}Last updated
Was this helpful?
