[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [throwParty](./bitburner.officeapi.throwparty.md)
## OfficeAPI.throwParty() method
Signature:
```typescript
throwParty(divisionName: string, cityName: string, costPerEmployee: number): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | |
| cityName | string | |
| costPerEmployee | number | |
Returns:
Promise<number>