Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Sales/UpcomingInvoiceController.cs (line 30)
Part of: Pams
Endpoint
GET
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
userBranchId | query | long | ✓ | |
allowedBranches | query | string | ✓ | |
userId | query | long | ✓ | |
jobId | query | long? | - | |
accountId | query | long? | - |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Declared in (1)
UpcomingInvoiceController—Pams/API/Pams.API/Controllers/Sales/UpcomingInvoiceController.cs:13
Imported by (2)
InvoiceController—Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs:22UpcomingPrincipalInvoiceController—Pams/API/Pams.API/Controllers/Sales/UpcomingPrincipalInvoiceController.cs:12
Was this page helpful?