Method: OrderCloud::CostCenterApi#delete_assignment

Defined in:
lib/order_cloud/api/cost_center_api.rb

#delete_assignment(buyer_id, cost_center_id, opts = {}) ⇒ nil

Parameters:

  • buyer_id

    ID of the buyer.

  • cost_center_id

    ID of the cost center.

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :user_id (String)

    ID of the user.

  • :user_group_id (String)

    ID of the user group.

Returns:

  • (nil)


163
164
165
166
# File 'lib/order_cloud/api/cost_center_api.rb', line 163

def delete_assignment(buyer_id, cost_center_id, opts = {})
  delete_assignment_with_http_info(buyer_id, cost_center_id, opts)
  return nil
end