Cost centers
Bulk update cost centers
Archives or unarchives a list of cost centers in a single request. Returns the number of cost centers updated
patch/cost_centers/bulk_update
Headers
Authorizationstring required
Your Perk API key
Request body
Example request
{
"archive": true,
"id_list": [
1,
2,
3
]
}Response
Returns '200 OK' and the number of cost centers updated.
Example response
{
"updated_count": 3
}Changes
No recorded changes to this endpoint across all 1 revision of this API.