Setting the quickbook account id for a contact

The API provides the feature to set the quickbook account Id for a contact, in order to set the quickbook account Id pass the valid contact number associated with the contact followed by the quickbook account Id.

Request Information

URI Parameters

In order to make a call integrate the below parameters into Url while calling the API from an integration.

NameDescriptionTypeAdditional information
contactId

Contact Id

integer

Required

accountId

Quick Book Account Id

string

Required

Setting the quickbook account Id

Below is the sample to set the quickbook account Id for contact Id associated with the contact 9831292.

admin/contact/update/quickbook/9831292?accountId=QB-1234

Response Information

Resource Description

True if the QuickBook account id was updated for this contact, otherwise false

ITypedResponseOfNullableOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.