Skip to main content

Change Manager

Change the customer's manager

HTTP Request

[POST] /api/v6/accounts/{id}/manager

Example

HTTP Request

POST api/v6/accounts/4/manager HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
{
"account_manager": "1", // Person who will be in charge
}

Status

200 OK

Response

{
"message": "Update successful",
"id": 4
}