Update a sales representative
Updates an existing sales representative.
post/quickbooks-desktop/sales-representatives/{id}
Path parameters
idstring required
The QuickBooks-assigned unique identifier of the sales representative to update.
Example:80000001-1234567890
The QuickBooks-assigned unique identifier of the sales representative to update.
Headers
Conductor-End-User-Idstring required
The ID of the End-User to receive this request.
Example:end_usr_1234567abcdefg
The ID of the End-User to receive this request.
Request body
Example request
{
"revisionNumber": "1721172183",
"initial": "JD",
"isActive": true,
"entityId": "80000001-1234567890"
}Response
Returns the updated sales representative.
Example response
{
"id": "80000001-1234567890",
"objectType": "qbd_sales_representative",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"initial": "JD",
"isActive": true,
"entity": {
"id": "80000001-1234567890",
"fullName": "John Doe"
}
}