Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Body
The case-insensitive unique name of this other-name, unique across all other-names.
NOTE: Other-names do not have a fullName
field because they are not hierarchical objects, which is why name
is unique for them but not for objects that have parents.
Maximum length: 31 characters.
31
"John Doe"
Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to true
.
true
The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.
"Acme Corporation"
The formal salutation title that precedes the name of the contact person for this other-name, such as "Mr.", "Ms.", or "Dr.".
"Dr."
The first name of the contact person for this other-name.
Maximum length: 25 characters.
25
"John"
The middle name of the contact person for this other-name.
Maximum length: 5 characters.
5
"A."
The last name of the contact person for this other-name.
Maximum length: 25 characters.
25
"Doe"
The other-name's address.
The other-name's primary telephone number.
"+1-555-123-4567"
The other-name's alternate telephone number.
"+1-555-987-6543"
The other-name's fax number.
"+1-555-555-1212"
The other-name's email address.
"other-name@example.com"
The name of the primary contact person for this other-name.
"Jane Smith"
The name of a alternate contact person for this other-name.
"Bob Johnson"
The other-name's account number, which appears in the QuickBooks chart of accounts, reports, and graphs.
Note that if the "Use Account Numbers" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.
"1010"
A note or comment about this other-name.
"This employee is a key employee."
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
IMPORTANT: This field must be formatted as a valid GUID; otherwise, QuickBooks will return an error.
"12345678-abcd-1234-abcd-1234567890ab"
Response
Returns the newly created other-name.
The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.
"80000001-1234567890"
The type of object. This value is always "qbd_other_name"
.
"qbd_other_name"
"qbd_other_name"
The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-01-01T12:34:56+00:00"
The date and time when this other-name was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-02-01T12:34:56+00:00"
The current QuickBooks-assigned revision number of this other-name object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
"1721172183"
The case-insensitive unique name of this other-name, unique across all other-names.
NOTE: Other-names do not have a fullName
field because they are not hierarchical objects, which is why name
is unique for them but not for objects that have parents.
"John Doe"
Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to true
.
true
The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.
"Acme Corporation"
The formal salutation title that precedes the name of the contact person for this other-name, such as "Mr.", "Ms.", or "Dr.".
"Dr."
The first name of the contact person for this other-name.
"John"
The middle name of the contact person for this other-name.
"A."
The last name of the contact person for this other-name.
"Doe"
The other-name's address.
The other-name's primary telephone number.
"+1-555-123-4567"
The other-name's alternate telephone number.
"+1-555-987-6543"
The other-name's fax number.
"+1-555-555-1212"
The other-name's email address.
"other-name@example.com"
The name of the primary contact person for this other-name.
"Jane Smith"
The name of a alternate contact person for this other-name.
"Bob Johnson"
The other-name's account number, which appears in the QuickBooks chart of accounts, reports, and graphs.
Note that if the "Use Account Numbers" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.
"1010"
A note or comment about this other-name.
"This employee is a key employee."
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
"12345678-abcd-1234-abcd-1234567890ab"
The custom fields for the other-name object, added as user-defined data extensions, not included in the standard QuickBooks object.