Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs (line 369)
Part of: Pams
Endpoint
GET /sales/invoice/printwordinvoicesheet/{id}/branch/{branchId}/userId/{userId}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | long | ✓ | |
branchId | path | long | ✓ | |
userId | path | 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)
InvoiceController—Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs:22
Imported by (2)
SalesOfferController—Pams/API/Pams.API/Controllers/Sales/SalesOfferController.cs:16SalesOrderController—Pams/API/Pams.API/Controllers/Sales/SalesOrderController.cs:16
Was this page helpful?