# GetOffersThatwillbeOrderedByPmList

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Purchasing/PurchasingJobController.cs` (line 192)

**Part of:** [Pams](subsystem-pams)

## Endpoint

`GET /purchasing/purchasingjob/gettoorderbuyouts`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `userBranchId` | query | `long` | ✓ |  |
| `allowedBranches` | query | `string` | ✓ |  |
| `userId` | query | `long` | ✓ |  |
| `skip` | query | `int?` | - |  |
| `take` | query | `int?` | - |  |
| `stageId` | query | `int` | ✓ |  |
| `salesJobId` | query | `long` | ✓ |  |
| `groupObject` | query | `string` | ✓ |  |
| `filterObject` | query | `string` | - |  |
| `sortObject` | query | `string` | - |  |

## Used by

2 references from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Declared in (2)

- `PurchasingJobController` — `Pams/API/Pams.API/Controllers/Purchasing/PurchasingJobController.cs`:14
- `PurchasingJobController` — `Pams/API/Pams.API/Controllers/Purchasing/PurchasingJobController.cs`:14
